revenexx docs MCP in Claude Code

Add the revenexx documentation MCP server to Claude Code.

Add the revenexx documentation MCP server to Claude Code so it can search and read the docs while you work. The server is hosted and public — no install, no API key.

Add the server

Run this in your project (or add -s user to make it available everywhere):

Bash
claude mcp add --transport http revenexx-docs https://revenexx.dev/mcp

Verify

List your configured servers from inside Claude Code:

Bash
/mcp

revenexx-docs should appear as connected, exposing the search_docs, get_page, get_page_section, list_sections, and list_pages tools.

Try it

  • Search the revenexx docs for how to authenticate against the API.
  • Using the revenexx docs, show me how to create an order with the CLI.
  • What events does the revenexx webhooks service publish? Check the docs.
Was this page helpful?