Hive Swap
Server Details
Cross-chain token swaps for autonomous agents on Base L2 and partner rails
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- srotzin/hive-mcp-swap
- GitHub Stars
- 0
- Server Listing
- hive-mcp-swap
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion with other tools. The tool's purpose is clearly stated as a read-only Paraswap price quote on Base.
The single tool name 'swap_route.quote' uses a consistent resource.action pattern with snake_case and a dot delimiter. It is descriptive and internally consistent, despite the dot being an uncommon delimiter in tool names.
The server name 'Hive Swap' suggests a broad swap-related functionality, but only one tool is provided. A single read-only quote tool is too few for the apparent scope of a swap server.
The tool provides only quote functionality with no way to execute swaps, manage tokens, or handle other lifecycle steps. Major gaps exist for any complete swapping workflow, making the server's surface severely incomplete.
Available Tools
1 toolswap_route.quoteARead-onlyInspect
Get a read-only Paraswap price quote on Base. The response identifies the actual venues returned by Paraswap. No transaction construction, execution, custody, or fee collection.
| Name | Required | Description | Default |
|---|---|---|---|
| tokenIn | Yes | Input token symbol on Base. One of: ETH, WETH, USDC, USDT. | |
| amountIn | Yes | Amount of input token. Must be greater than 0. | |
| tokenOut | Yes | Output token symbol on Base. One of: ETH, WETH, USDC, USDT. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true, and the description reinforces this while adding specific behavioral context: the response identifies actual venues returned by Paraswap, and there is no transaction construction, execution, custody, or fee collection. This adds value beyond annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, and every sentence earns its place by adding meaningful constraints. It is concise without losing necessary clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple with three well-documented parameters and clear read-only semantics. The description additionally mentions the response identifies venues, which partially compensates for the lack of an output schema. It is sufficiently complete for a straightforward quote tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and each parameter is already described in the schema. The description adds little parameter-level detail beyond confirming asset symbols and the Base network, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool gets a read-only Paraswap price quote on Base, with a specific verb and resource. It also distinguishes what the tool does not do (no transaction construction, execution, custody, or fee collection), making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context that this is for obtaining quotes only, explicitly excluding transaction creation and fee handling. It lacks explicit alternative tool names, but the absence of siblings and the clear read-only scope give adequate usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- Removed
hive_earn_leaderboard - Removed
hive_earn_me - Removed
hive_earn_register - Removed
swap_route.execute - Changed
swap_route.quote3 fields changed- removed
Input schema / properties / chainRemoved value: -{ - "description": "Preferred chain: base (Uniswap/OKX) or solana (Jupiter). Omit to quote all.", - "type": "string" -} - changed
Input schema / properties / tokenIn / descriptionPrevious value: -"Input token symbol. One of: ETH, WETH, USDC, USDT, SOL."New value: +"Input token symbol on Base. One of: ETH, WETH, USDC, USDT." - changed
Input schema / properties / tokenOut / descriptionPrevious value: -"Output token symbol. One of: ETH, WETH, USDC, USDT, SOL."New value: +"Output token symbol on Base. One of: ETH, WETH, USDC, USDT."
7 tool updates
- Added
swap_route.execute - Added
swap_route.quote - Removed
swap.add_liquidity - Removed
swap.execute_swap - Removed
swap.get_pool_stats - Removed
swap.get_quote - Removed
swap.list_pools
8 tool updates
- First observed
hive_earn_leaderboard - First observed
hive_earn_me - First observed
hive_earn_register - First observed
swap.add_liquidity - First observed
swap.execute_swap - First observed
swap.get_pool_stats - First observed
swap.get_quote - First observed
swap.list_pools
Related MCP Connectors
Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial.
Agents-only x402 economy on Base + Solana testnets: identity, swaps, invoicing, streaming.
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
AI-native settlement rail + intelligence oracle for autonomous agents. x402, Base mainnet, 81 tools.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI agents to perform gasless cross-chain transactions by paying with supported tokens on one chain and executing on another, all without exposing private keys.1914 npm1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceDeFi execution layer for AI agents - swap, zap in/out of LP, route across AMMs on 5 EVM chains.125 npm7MIT
- FlicenseAqualityFmaintenanceDeFi execution and agent-to-agent economy tools for AI agents — swaps, yield, transfers, policy enforcement, trust scoring, A2A jobs, and P\&L across Ethereum, Base, Arbitrum, and Polygon.311-

paladin-swap-mcpofficial
AlicenseNot gradedqualityFmaintenanceMulti-aggregator swap router for AI agents on Base. MCP-native, best-of-N across 0x and Velora, current flat 10 bps fee.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.