Hive Trade
Server Details
MCP server: cross-venue spread + yield drivers, ROI radar telemetry · Hive Civilization
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- srotzin/hive-mcp-trade
- GitHub Stars
- 0
- Server Listing
- hive-mcp-trade
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 5 of 5 tools scored.
Each tool targets a distinct action: create, dispute, get fees, get invoice, get listing. No overlap or ambiguity between them.
All tools follow the trade_verb_noun pattern, making the naming predictable and consistent.
Five tools is a well-scoped set for a cross-border trade/invoice domain, each covering a necessary function.
Core operations (create, get, dispute) are present, but missing invoice update/cancel or list functionality leaves minor gaps in the lifecycle.
Available Tools
5 toolstrade_create_invoiceAInspect
Create a cross-border invoice. Buyer (SMB) and supplier exchange DIDs; invoice amount + currency + chain selected at creation. Fee auto-computed from tier.
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Free-form invoice memo (PO number, goods description) | |
| buyer_did | Yes | DID of the SMB buyer | |
| amount_usd | Yes | Invoice amount in USD (max $250,000 for MVP) | |
| settle_chain | Yes | base, ethereum, or solana | |
| supplier_did | Yes | DID of the overseas supplier | |
| settle_currency | Yes | USDT or USDC | |
| supplier_payout_address | Yes | Supplier's receiving address on the chosen chain |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses fee auto-computation and that selection happens at creation, but omits side effects, prerequisites, or post-creation behavior, leaving the agent without a complete picture for a mutation tool.
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 primary verb, and contains no wasted words or redundant details. It earns a top score for efficiency and structure.
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?
For a 7-parameter creation tool with no annotations and no output schema, the description provides a solid overview but lacks details on lifecycle, return values, or failure modes. The rich schema compensates for parameter detail, making it moderately complete but not fully self-sufficient.
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%, so the schema already documents each parameter thoroughly. The description adds context about fee tiering and cross-border scope, but does not meaningfully enhance parameter understanding beyond what the schema provides.
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 action: 'Create a cross-border invoice,' with a specific verb and resource. It distinguishes from sibling tools (get, dispute, fees, listing) by focusing on creation and specifying the key selection criteria (DIDs, amount, currency, chain).
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 implies usage for creating new invoices, and the sibling names clearly indicate read/dispute/fee tools. However, it does not explicitly state when to use this tool versus alternatives or provide exclusions, so it stops short of full guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trade_dispute_invoiceAInspect
Open a dispute on an invoice. Routes to HiveLaw arbitration if buyer and supplier cannot resolve. Settlement is held in escrow until resolution.
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Dispute reason | |
| invoice_id | Yes | Invoice ID | |
| claimant_did | Yes | DID of the disputing party (buyer or supplier) | |
| evidence_url | No | Optional URL to supporting documents |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses key behavioral traits: escalation to HiveLaw arbitration if unresolved, and settlement held in escrow until resolution. This goes beyond a simple 'open a dispute' and gives the agent useful expectations about side effects, though it does not cover all possible nuances like cancellation or permissions.
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 exceptionally concise, with two sentences that lead with the main action and then provide essential process context. Every word earns its place, and there is no redundant or vague language.
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?
Given the tool's complexity (4 params, no output schema) and the absence of annotations, the description covers the overall workflow adequately: initiating a dispute, escalation, and escrow. It does not explain the immediate return value or any preconditions, but the included context is valuable and largely sufficient for a straightforward dispute initiation action.
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?
The input schema has 100% coverage with descriptions for all four parameters. The description adds no additional parameter-level detail beyond the schema, so the 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 specific action ('Open a dispute on an invoice') and the resource (invoice). It distinguishes itself from sibling tools like trade_create_invoice and trade_get_invoice by focusing on dispute resolution, not creation or retrieval.
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 about when this tool is used (when a buyer and supplier have a dispute that they cannot resolve) and what happens next (routing to HiveLaw arbitration, escrow). It does not explicitly name alternatives or exclusions, but the context is sufficient for an AI to select it over the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trade_get_feesAInspect
Get the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs. typical SMB wire fees, FX spreads, settlement times).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden for behavioral disclosure. It transparently describes what the tool returns: the fee schedule, comparison details, FX spreads, and settlement times. The 'Get' verb implies a read-only operation, and the description adds meaningful detail about the scope of the data, though it does not mention authentication or side effects (which are likely unnecessary for a read-only fee lookup).
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 a single, well-structured sentence that front-loads the verb and resource, then adds specific comparative details. Every word earns its place, with no redundancy or filler.
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?
This is a simple tool with no parameters and no output schema. The description is complete enough by explicitly listing the return content: cross-border invoice fee schedule, SWIFT wire comparison, FX spreads, and settlement times. Since the tool has no inputs, the description fully covers what the agent needs to know.
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?
The input schema is empty, so the baseline per rubric is 4. The description does not need to explain parameters since there are none, and it appropriately focuses on the output content.
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 uses the specific verb 'Get' and clearly identifies the resource: cross-border invoice fee schedule and SWIFT wire comparison. It distinguishes itself from sibling tools by focusing on fee-related data (Hive vs. typical SMB wire fees, FX spreads, settlement times), not invoice creation, disputes, or listings.
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 implies usage when fee schedule or SWIFT comparison information is needed, but it does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. The purpose is clear enough to infer context, but no direct guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trade_get_invoiceAInspect
Retrieve invoice status, settlement transaction hash, and dispute history.
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | Invoice ID returned from trade_create_invoice |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden for behavioral disclosure. It reveals the tool is read-only ('Retrieve') and specifies the data returned (status, settlement hash, dispute history), but lacks details on error handling, authentication requirements, or side effects. This is adequate but not rich.
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 a single, focused sentence that front-loads the verb and resource, then lists the specific data points. Every word earns its place with no redundancy or filler.
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 (one parameter, no output schema), and the description covers what it returns (status, settlement hash, dispute history). It lacks explicit usage guidance or error/edge-case context, but given the low complexity, it is near-complete. A minor addition about when to use it would make it perfect.
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?
The schema already provides a description for invoice_id ('Invoice ID returned from trade_create_invoice'), and the parameter coverage is 100%. The description text adds no additional meaning about the parameter, so it relies on the schema. Baseline score of 3 is appropriate for high schema coverage.
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 retrieves invoice-related data (status, settlement transaction hash, dispute history) using the specific verb 'Retrieve' and names the resource. It distinguishes itself from siblings like trade_create_invoice (creation) and trade_dispute_invoice (dispute action) by focusing on retrieval of invoice details.
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 implies usage for fetching invoice information but does not explicitly state when to use this tool versus alternatives. There is no mention of when not to use it or an explicit alternative like trade_get_listing for broader searches. The context is clear but not fully articulated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
trade_get_listingAInspect
Get the public listing metadata (target user, fee schedule, settlement currencies/chains, cumulative volume, council origin).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It clearly indicates a read operation ('Get') and specifies that the data is 'public listing metadata', which implies safe, read-only behavior. It also discloses the specific data elements returned, offering useful behavioral context beyond the empty schema.
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 a single, focused sentence that lists the key output fields without any redundancy or irrelevant details. Every word contributes value, and the structure is clear and front-loaded with the primary action.
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 description fully covers the tool's purpose and return contents, which is adequate for a zero-parameter read tool. However, it does not specify which listing is being referred to (implicit context), nor does it describe the return format or any potential edge cases. Given the empty schema and no output schema, a slight clarification would improve completeness.
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?
The tool has zero parameters, so parameter semantics is not a concern. The baseline is 4, and the description does not need to explain any parameters. It appropriately focuses on the return content instead.
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 uses the specific verb 'Get' with a clear resource ('public listing metadata') and enumerates the exact contents (target user, fee schedule, settlement currencies/chains, cumulative volume, council origin). This distinguishes it from sibling tools like trade_get_fees and trade_get_invoice, which target different resources.
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 clearly implies when to use this tool: when you need public listing metadata with the specified fields. It doesn't explicitly state alternatives or exclusions, but the sibling names and the specificity of the description provide clear context for the intended use case.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityBmaintenanceDeFi Yield Intelligence MCP Server — 8 tools for risk-adjusted APY, stablecoin & RWA yield tracking across 19K+ pools. Part of ToolOracle (tooloracle.io).Last updated
- Flicense-qualityDmaintenanceAutonomous MCP server for DeFi yield optimization, enabling yield opportunity discovery, treasury snapshots, market signals, and portfolio rebalancing.Last updated
- AlicenseAqualityCmaintenanceCross-chain DeFi intelligence MCP server for AI agents. 7 tools for yield discovery, pool analysis, profit simulation, risk scoring, whale tracking, impermanent loss calculation, and DeFi overview across 86 chains and 6,500+ liquidity pools.Last updated71AGPL 3.0
- Alicense-qualityCmaintenancemarket-spread MCP — cross-venue prediction-market landscape scanner.Last updated23MIT
Your Connectors
Sign in to create a connector for this server.