MCP Server
JustAI documentation is available as a remote MCP server, letting AI assistants like Claude search and read our docs directly.
Server URL
Section titled “Server URL”https://docs.justwords.ai/mcpAvailable tools
Section titled “Available tools”| Tool | Description |
|---|---|
search_docs | Search across all doc pages by keyword. Returns matching titles, paths, and snippets. |
get_doc_page | Fetch the full text content of a specific page by path. |
list_sections | List all doc sections and their pages. Optionally filter by section name. |
get_integration_guide | Get the full setup guide for a specific ESP (Braze, Customer.io, Iterable, etc.). |
get_api_reference | Get the full reference for an API endpoint (generate, batch-generate, delay, deliver, webhooks). |
Claude Desktop
Section titled “Claude Desktop”Add to your claude_desktop_config.json:
{ "mcpServers": { "justai-docs": { "type": "url", "url": "https://docs.justwords.ai/mcp" } }}Claude Code
Section titled “Claude Code”claude mcp add justai-docs --transport http https://docs.justwords.ai/mcpCursor
Section titled “Cursor”Add to your .cursor/mcp.json:
{ "mcpServers": { "justai-docs": { "type": "url", "url": "https://docs.justwords.ai/mcp" } }}Example usage
Section titled “Example usage”Once connected, your AI assistant can:
- Search: “Search JustAI docs for how to set up Auto-Tune”
- Read a page: “Get the full content of the Braze integration guide”
- Browse: “List all pages in the integrations section”
- API reference: “Show me the generate endpoint documentation”