The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Ravn MCP Glama listing page.
Local/stdio MCP server for RAVN — cross-chain swap execution across 12 venues and 16 chains, including native (non-wrapped) Bitcoin as either source or destination. No signup, no API key, 0% protocol fee.
This is a secondary distribution channel. RAVN's primary MCP server is hosted and needs no install at all:
This package exists for clients and directories that need to build and run an MCP server
from source rather than connect to a remote URL — it's a thin client over the same public
REST API (docs.ravn.exchange,
openapi.json) any integrator already calls.
Every tool call here makes a real HTTP request to production. There is no separate logic,
no internal RAVN code, and nothing here that isn't already public.
| Tool | What it does |
|---|---|
ravn_quote | Best-priced route across all 12 venues for a given pair/amount |
ravn_execute | Turn a quote into a signable transaction, typed data, or a deposit address |
ravn_status | Normalized swap status (pending → processing → success) |
ravn_health | Which venues are live right now |
ravn_btc_prepare_send | Builds a ready-to-sign PSBT for a Bitcoin-source deposit — runs entirely locally against mempool.space's public API, no RAVN server involved |
RAVN never holds funds and this server never asks for a private key. ravn_execute
returns a payload for you to sign — a transaction to broadcast, typed data to sign, or
a deposit address to send to.
https://app.ravn.exchange/api/mcpMIT licensed.