For AI assistants
Use these docs from Claude, Cursor, or any MCP client
This site runs a public, read-only Model Context Protocol server. Connect it once and your AI assistant can search and read every published page — so it answers questions about the Dash Marketing API with current, first-party information instead of guesses.
https://docs.dashmarketing.io/api/mcp
claude mcp add --transport http dash-docs https://docs.dashmarketing.io/api/mcp
{
"mcpServers": {
"dash-docs": { "url": "https://docs.dashmarketing.io/api/mcp" }
}
}In Claude.ai or Claude Desktop, add it under Settings → Connectors → Add custom connector using the endpoint URL above. Most other MCP-capable tools accept the same URL as a remote HTTP server.
Available tools
search_docs
Full-text search across every published page, including code samples and endpoint paths.
get_page
Fetch a page's complete content as markdown by its path.
list_pages
List all published pages as a tree of titles and paths.
Prefer plain files?
No MCP needed: every page is also available as raw markdown — append .md to any page URL — and /llms.txt indexes everything for tools that discover docs automatically. There's also a “Copy for LLM” action on every page.
The MCP server only exposes published, public pages — never drafts or internal content.
