CATALOG / jito
Jito block engine: bundles and tips
The Jito block engine comprehended: send a transaction or a bundle, read bundle statuses, list tip accounts.
api · open · served now · origin: mainnet.block-engine.jito.wtf
Machine readers: the Markdown twin is /catalog/jito.md
Use cases
Find the tip accounts before building a bundle
Ask: “Which accounts accept Jito tips?”
search_capabilities→ getTipAccounts
GET STARTED
$ claude mcp add --transport http jito https://mcp.geckovision.tech/jito/mcpFirst call: search_capabilities {"query":"tip accounts for a bundle"}
Raw MCP over HTTP, the order for money paths, and the definition of done: /agents.md
Tools served now
8 tools, measured 2026-09-02T03:01:24.510Z · 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
sendTransaction
Send one signed transaction with low latency (acts like a single-tx bundle)
sendBundle
Send an atomic bundle of up to 5 signed transactions
getBundleStatuses
Confirm a bundle landed on-chain — slot + confirmation status (max 5 ids)
getTipAccounts
List the tip accounts a bundle/transaction must tip
getInflightBundleStatuses
Track a submitted bundle before it lands — Invalid / Pending / Failed (max 5 ids)