CATALOG / jupiter
Jupiter: swap quotes and swap transactions
The Jupiter lite API comprehended: a quote, a swap transaction, swap instructions, and program-id labels, each first-call-correct with the parameters resolved.
api · open · served now · origin: lite-api.jup.ag
Machine readers: the Markdown twin is /catalog/jupiter.md
Use cases
Quote a swap
Ask: “How much USDC do I get for 1 SOL right now?”
search_capabilities→ QuoteGet
GET STARTED
$ claude mcp add --transport http jupiter https://mcp.geckovision.tech/jupiter/mcpFirst call: search_capabilities {"query":"quote 1 SOL to USDC"}
Raw MCP over HTTP, the order for money paths, and the definition of done: /agents.md
Tools served now
7 tools, measured 2026-09-02T03:33:33.577Z · server 1.28.1
search_capabilities
Find which endpoint/tool fits a natural-language intent. Returns {plan, tools}: `tools` = full schemas for just the ops that answer it; `plan` (when present) =
get_capability
Fetch ONE tool's full callable schema by name. Use this whenever you already know which tool you want (e.g. from a tools/list entry) — one schema, no ranking. C
query_docs
Search the comprehended API's virtualized docs (spec-derived summaries, params, and agent-native artifacts) to understand WHY a call failed and how to rewrite i
QuoteGet
quote Required: inputMint, outputMint, amount. Optional: slippageBps, swapMode, dexes, excludeDexes, restrictIntermediateTokens, onlyDirectRoutes, asLegacyTrans
SwapPost
swap
SwapInstructionsPost
swap-instructions
ProgramIdToLabelGet
program-id-to-label