Cross-chain token swaps for autonomous agents on Base L2 and partner rails
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Read-only Paraswap price quotes on Base.
This MCP server exposes one swap capability:
| Surface | Purpose |
|---|---|
GET /v1/swap-route/quote | Request a live Paraswap price quote on Base |
swap_route.quote | Request the same quote through MCP |
The response identifies Paraswap as the provider and preserves the venue names present in the returned route. Hive does not construct, sign, submit, or settle a transaction. It does not collect a routing fee, operate liquidity, or custody funds.
Supported token symbols are ETH, WETH, USDC, and USDT. A caller may also supply a Base token address. The amount must be positive.
If Paraswap does not return a usable quote, the HTTP endpoint returns 502 with no_route_available. The MCP tool returns a structured error payload. Unknown HTTP paths return 404. Unknown MCP tools and methods return JSON-RPC errors.
There is no execution endpoint. There is no transaction construction endpoint. There is no trust score, AML screening, or receipt-signing claim in the quote response.
| Method | Path | Description |
|---|---|---|
GET | /health | Local liveness and declared capability |
POST | /mcp | MCP JSON-RPC 2.0, protocol 2024-11-05 |
GET | /.well-known/mcp.json | MCP discovery manifest |
GET | /.well-known/agent.json | Agent card |
GET | /.well-known/security.txt | Security contact |
GET | /llms.txt | Plain-text integration guide |
GET | /og.svg | Service image |
The quote is informational. A caller that chooses to trade must independently construct, review, sign, and submit a transaction using its own wallet and execution provider.
The automated suite verifies manifest parity, removal of the former execution surface, honest unknown-route behavior, and the absence of unsupported provider, fee, settlement, AML, and trust claims. A separate live probe verifies that Paraswap can return a current Base quote.
Hive Civilization. Brand gold #C08D23. Steve Rotzin.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hive-swap)<a href="https://allmcps.com/mcp/hive-swap"><img src="https://allmcps.com/api/badge/hive-swap?style=directory" alt="Hive Swap on AllMCPs" /></a>