hive-mcp-swap (io.github.srotzin/hive-mcp-swap)
This MCP server provides read-only cross-chain token swap price quotes for autonomous agents on Base L2 and partner rails. It exposes a single swap-related capability that returns live Paraswap quote data without constructing, signing, submitting, or settling transactions. Tooling is limited to quote retrieval and route identification.
🛠️ Key Features
- Uses Paraswap as the quote provider
- Endpoint:
GET /v1/swap-route/quotefor live Paraswap price quotes on Base - MCP operation:
swap_route.quotefor the same quote via MCP - Preserves venue names present in the returned route
- Supported token symbols: ETH, WETH, USDC, USDT
🚀 Use Cases
- Retrieve live swap-route quotes on Base for agent decision-making
- Compare or reference Paraswap venue names from returned route data
⚡ Developer Benefits
- Single-purpose MCP tool for consistent quote access
- Read-only behavior: no transaction lifecycle handling
- Aligns quote responses with Paraswap provider identification
⚠️ Limitations
- No transaction construction, signing, submission, or settlement
- Does not collect routing fees
- Does not operate liquidity or custody funds