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:- Search documentation: find relevant API endpoints, guides, and references
- Read OpenAPI specs: access full request/response schemas
- Understand API contracts: look up parameters, response fields, and error codes
This is a read-only documentation server. It helps your AI assistant understand Jupiter’s APIs, but does not execute API calls. For trading via AI tools, see Jupiter CLI.
Mintlify Native MCP
Every Mintlify documentation site includes a built-in MCP server. Jupiter’s is available at:What You Get
Once connected, your AI assistant can search and read:| Resource | Description |
|---|---|
| Documentation pages | All guides, tutorials, and reference docs |
| OpenAPI specifications | Complete API schemas for Swap, Tokens, Price, and more |
| Error references | Common error codes and troubleshooting guides |
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.