What is MCP?
MCP is an open protocol that connects AI assistants to external data sources and tools. With Jupiter’s MCP server, your AI editor can:- Query documentation — look up any API endpoint, guide, or reference
- Read OpenAPI specs — access full request/response schemas
- Scaffold API calls — generate code from real specifications
- Debug errors — check your code against the actual API contract
Mintlify Native MCP
Every Mintlify documentation site includes a built-in MCP server. Jupiter’s is available at:Setup
- Claude Code
- Claude
- Cursor
- Windsurf
How to enable Jupiter MCP in Claude Code:Verify with:
- Open your terminal.
- Add Jupiter’s MCP server by running:
- Launch Claude Code and start chatting with Jupiter.
.mcp.json:Other MCP-Compatible Tools
Any tool that supports the MCP protocol can connect tohttps://dev.jup.ag/mcp using HTTP transport.
What You Get
Once connected, your AI assistant has full access to:| Resource | Description |
|---|---|
| Documentation pages | All guides, tutorials, and reference docs |
| OpenAPI specifications | Complete API schemas for Ultra Swap, Tokens, Price, and more |
| Code examples | Sample implementations from the docs |
| Error references | Common error codes and troubleshooting guides |
