Model Context Protocol

Connect an AI assistant to the revenexx documentation over MCP.

The revenexx documentation is available as a Model Context Protocol (MCP) server. Point an MCP-capable assistant — Claude Code, Cursor, VS Code Copilot, and others — at it, and the assistant can search and read these docs while it works. Its answers and the code it generates stay grounded in the current revenexx Revenue Cloud documentation instead of a stale training snapshot.

Endpoint

The server is hosted, public, and needs no setup or credentials:

text
https://revenexx.dev/mcp

It speaks Streamable HTTP and serves the same documentation you're reading now. There's nothing to install and no API key to configure — add the URL to your client and start asking questions.

This is a documentation server. It reads the docs; it doesn't touch your tenant, your data, or the revenexx API. There is no MCP server for the API — anything you find online describing one is out of date.

Tools

Once connected, your assistant gains these tools:

search_docs
Search the documentation and get back ranked results with snippets.
get_page
Fetch the full content of a page by its path.
get_page_section
Fetch a single section of a page by heading — useful for long pages.
list_sections
List the top-level documentation sections with descriptions and page counts.
list_pages
List pages, optionally filtered by section or path prefix.

Add it to your client

Setup is the same idea everywhere — add https://revenexx.dev/mcp as an HTTP server — but the exact steps and config format differ per tool.

Claude Code

Add the server from the command line.

Cursor

Configure it in Cursor's MCP settings.

VS Code

Use it from GitHub Copilot Chat.

Claude Desktop

Connect through the mcp-remote proxy.

Windsurf

Add it to Cascade's MCP servers.

OpenCode

Add a remote MCP in opencode.json.

Zenflow

Add it to an agent's MCP servers.

Google Antigravity

Add it in Agent Manager.

Example prompts

Anything you'd look up in these docs, your assistant can now answer with the source in hand:

  • How do I authenticate against the revenexx API?
  • Show me how to create an order with the CLI.
  • What events does the webhooks service publish?
  • Which SDKs are available and how do I install the web one?
Was this page helpful?