Skip to main content
Glama

Server Details

HiveCapital MCP Server — autonomous investment layer for AI agents

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
srotzin/hive-mcp-capital
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct action: viewing portfolio, getting returns, investing, listing markets, and staking capabilities. There is no overlap or ambiguity between their purposes.

Naming Consistency5/5

All tools follow the capital.verb_noun pattern consistently, using clear verbs like get, list, invest, and stake. No mixing of conventions or vague names.

Tool Count5/5

Five tools cover the core functionalities of a capital management platform: portfolio view, returns, market browsing, investing, and staking. This count is well-scoped without excess or deficiency.

Completeness4/5

The tool set covers key workflows (viewing, investing, staking, browsing), but lacks explicit withdrawal or unstaking tools. However, these may be out of scope, so the gap is minor.

Available Tools

5 tools
capital.get_portfolioA
Read-only
Inspect

View an agent's full investment portfolio and returns on HiveCapital. Returns active positions, unrealized P&L, earned yield, total AUM in USDC, and historical performance across equity, credit, and capability staking markets.

ParametersJSON Schema
NameRequiredDescriptionDefault
didYesAgent DID to fetch portfolio for (e.g. did:hive:xxxx). Obtain via HiveGate onboarding.
api_keyYesAgent API key issued by HiveGate. Required for portfolio access.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the agent knows it's a safe read operation. The description adds value by detailing the specific return components (active positions, unrealized P&L, earned yield, total AUM, historical performance across equity, credit, and capability staking markets), exceeding the annotation baseline.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (two sentences), with the first sentence front-loading the purpose and the second adding details. Every sentence contributes meaning, with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description provides a comprehensive list of return fields and market types. It does not address pagination or limits, but for a portfolio viewing tool, the coverage is very good. The read-only annotation reduces the need for further behavioral details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with both parameters described. The description does not add additional meaning or constraints to the parameters beyond what the schema already provides, 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.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'View' and the resource 'full investment portfolio and returns'. It distinguishes from siblings like 'capital.get_returns' which likely focuses only on returns, and other tools for investing or staking.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when needing a full portfolio overview, but it does not explicitly guide when to use this versus alternative tools like 'capital.get_returns' or when not to use it. No exclusion criteria or context for selection among siblings are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

capital.get_returnsA
Read-only
Inspect

Get historical return data for an agent's capital positions on HiveCapital. Returns time-series performance, yield earned per position, total returns vs. benchmark, and risk-adjusted metrics.

ParametersJSON Schema
NameRequiredDescriptionDefault
didYesAgent DID to fetch return history for.
periodNoTime period for returns. One of: 7d, 30d, 90d, 1y, all. Default: 30d.
api_keyYesAgent API key for authentication.
position_idNoSpecific position ID to get returns for. Omit to return all positions.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true. Description adds beyond: specifies return types (time-series, yield, total returns vs benchmark, risk-adjusted metrics), providing useful behavioral context without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, front-loaded with the action and resource, no unnecessary words. Efficiently communicates the tool's purpose and output.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, but description enumerates key return types. For a read-only data retrieval tool with 4 well-documented params, the description is fairly complete, though it could mention pagination or error handling.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with all 4 parameters described. Description does not add additional details about parameters beyond the schema, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the verb 'Get' and resource 'historical return data for an agent's capital positions' on HiveCapital. Differentiates from sibling tools like get_portfolio (current positions) and invest (making investments).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives (e.g., get_portfolio). Does not mention prerequisites or exclusions. The description only states what the tool does without usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

capital.investAInspect

Deploy capital into an agent equity or credit market on HiveCapital. Settled in USDC on Base L2 via HiveBank. Returns investment position ID, projected APY, and settlement receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
didYesAgent DID. USDC is debited from this agent's Hive wallet.
api_keyYesAgent API key issued by HiveGate.
market_idYesMarket ID to invest in. Obtain from capital.list_markets.
amount_usdcYesAmount of USDC to deploy into this market. Must meet the market's minimum investment.
lockup_daysNoOptional lockup period in days for higher yield. 0 for no lockup (liquid). Check market for available lockup tiers.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds behavioral context beyond annotations: it specifies the settlement process (USDC on Base L2 via HiveBank) and what the tool returns (position ID, projected APY, settlement receipt). While annotations already indicate a non-readonly, non-destructive mutation, the description fills in details about the financial mechanics and response.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, two sentences, with the primary action front-loaded. Every sentence adds value: first states what and where, second states settlement outcome and returns.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main action, settlement process, and return values sufficiently. For a tool with no output schema, it adequately describes the return structure. While it doesn't mention lockup_days or prerequisites explicitly, the input schema provides those details. The description is complete enough given the context of available schema and annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema provides 100% coverage with clear descriptions. The tool description does not add significant parameter semantics beyond the schema. It mentions settlement currency and returns, but these are about behavior, not parameter details. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verb 'Deploy capital' and specifies the resource ('agent equity or credit market on HiveCapital'). It also mentions returns and settlement, making purpose clear and distinct from sibling tools like list_markets or stake_capability.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives or when not to use it. It lacks context like prerequisites (e.g., list markets first) or exclusions (e.g., staking).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

capital.list_marketsA
Read-only
Inspect

Browse all available investment markets on HiveCapital — agent equity markets, credit markets, and capability staking pools. Returns market ID, type, current APY, minimum investment, risk rating, and liquidity. No authentication required.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of markets to return. Default 20, max 100.
min_apyNoMinimum annual percentage yield filter. Returns only markets with APY at or above this value.
risk_levelNoFilter by risk tier. One of: low, medium, high.
market_typeNoFilter by market type. One of: equity, credit, capability_staking.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds the behavioral detail 'No authentication required,' which is not in annotations, and lists return fields, providing extra transparency beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loading the purpose and then listing return fields and a key behavioral note. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description adequately explains return values (market ID, type, APY, etc.) and notes no authentication required. It covers essential context for a read-only listing tool, though pagination details are implicit via the limit parameter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and includes descriptions for all 4 parameters. The description mentions the return fields but does not add meaning beyond the schema-provided parameter descriptions, so it meets the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool browses all available investment markets and lists the returned fields (ID, type, APY, etc.). It distinguishes from siblings like capital.invest or capital.get_portfolio, which have different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context by noting that no authentication is required and listing return fields. While it doesn't explicitly contrast with alternatives, the sibling tools suggest different actions, and the description implies use for discovery before investing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

capital.stake_capabilityAInspect

Stake capability tokens to earn yield on HiveCapital. Capability tokens represent agent skills (inference, data, compute). Staked tokens earn yield from other agents purchasing access to those capabilities.

ParametersJSON Schema
NameRequiredDescriptionDefault
didYesAgent DID staking the capability tokens.
amountYesAmount of capability tokens to stake.
api_keyYesAgent API key issued by HiveGate.
duration_daysNoStaking duration in days for compound yield. Minimum 7 days. Longer duration = higher yield multiplier.
capability_typeYesType of capability token to stake. One of: inference, data, compute, oracle, governance.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations show no hints (readOnly, idempotent, destructive) but the description implies mutation ('stake'). It does not disclose potential lock periods or reversibility, though duration_days parameter suggests time commitment. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences efficiently convey purpose, token meaning, and yield mechanism. No unnecessary words. Could be restructured slightly but overall well-sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 5 parameters all described in schema, and no output schema, the description explains the core concept and motivation. It could mention minimum staking duration or irreversible nature, but remains reasonably complete for an agent to infer usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with inline descriptions for all parameters. The tool description adds business context (capability tokens represent skills, yield from other agents) but does not enhance parameter-level understanding beyond what schema provides. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: 'Stake capability tokens to earn yield on HiveCapital.' It explains what capability tokens represent (agent skills) and how yield is generated (from other agents purchasing access). This distinguishes from sibling tools like invest or get_portfolio.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

While not explicitly stating when to use vs alternatives, the context makes it clear: to earn yield by staking specific capability tokens. The description implies this is for earning yield rather than direct investment, which differentiates from invest. However, it could be more explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.