Skip to content

MCP Server

JustAI documentation is available as a remote MCP server, letting AI assistants like Claude search and read our docs directly.

https://docs.justwords.ai/mcp
ToolDescription
search_docsSearch across all doc pages by keyword. Returns matching titles, paths, and snippets.
get_doc_pageFetch the full text content of a specific page by path.
list_sectionsList all doc sections and their pages. Optionally filter by section name.
get_integration_guideGet the full setup guide for a specific ESP (Braze, Customer.io, Iterable, etc.).
get_api_referenceGet the full reference for an API endpoint (generate, batch-generate, delay, deliver, webhooks).

Add to your claude_desktop_config.json:

{
"mcpServers": {
"justai-docs": {
"type": "url",
"url": "https://docs.justwords.ai/mcp"
}
}
}
Terminal window
claude mcp add justai-docs --transport http https://docs.justwords.ai/mcp

Add to your .cursor/mcp.json:

{
"mcpServers": {
"justai-docs": {
"type": "url",
"url": "https://docs.justwords.ai/mcp"
}
}
}

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”