MCP server
These docs host a Model Context Protocol (MCP) server. Connect it once, and your AI coding assistant can search every endpoint, schema, and guide in this documentation while it writes your integration.
Why connect it
An assistant working from training data alone guesses at endpoint paths, request fields, and error codes. The MCP server replaces guessing with lookup: it gives your assistant a searchDocs tool it calls whenever it needs a fact from this documentation, and every answer comes from the docs as published today, with source URLs back to the page it quoted.
The server is generated from the same source as these docs, so it updates with every release.
Connect your client
Claude Code
Cursor
VS Code
Other clients
Register the server from a terminal:
Run /mcp inside Claude Code to confirm rebateright-docs shows as connected.
Try it
Ask your assistant a question it cannot answer from memory:
Which RebateRight endpoint verifies a patient’s Medicare card, and what does the request body look like?
A connected assistant calls searchDocs, reads the matching pages, and answers with the current endpoint path and schema, citing the docs it used. If it answers without citing these docs, check the connection.
Other machine-readable formats
The MCP server suits agents that decide at runtime what to look up. For pipelines that want the docs as files instead, every machine-readable format these docs publish, OpenAPI specification included, is listed under AI-Ready Documentation on the home page.