Use with AI agents

Point Claude Code (or any MCP client) at the official ematix-flow docs so your agent answers from the source instead of guessing.

This documentation site is exposed as an MCP server — the standard protocol AI agents use to pull in external tools and knowledge. Add it once, and your agent answers ematix-flow questions from the official docs instead of from stale training data.

Claude Code

claude mcp add --transport http ematix-docs https://9ba370ad-3936-453a-b644-ff67148f5e03.search.ai.cloudflare.com/mcp

That’s it. Ask anything — trigger semantics, backend support, config reference, benchmark protocol — and the agent searches these pages and cites what it finds.

Any other MCP client

The endpoint is plain HTTP-transport MCP, so any client that speaks the protocol can use it:

https://9ba370ad-3936-453a-b644-ff67148f5e03.search.ai.cloudflare.com/mcp

Register it as an HTTP MCP server under the name of your choice (ematix-docs is the convention).

What’s behind it

The index is rebuilt from the published site, so answers track the docs as they ship — including the What’s shipped surface matrix and the benchmark reference. No account, key, or OAuth handshake is required; it’s read-only search over public documentation.