Skip to main content
Glama

LogicRoomX Crypto MCP

Server Details

Real-time crypto data for AI assistants. Live price spreads between Binance and OKX, perpetual funding rates, Cash & Carry arbitrage yields, and exchange status. No API key required.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of crypto arbitrage: cash-carry yield, exchange status, funding rates, and price spreads. There is no functional overlap.

Naming Consistency5/5

All tools use a consistent `get_<resource>` pattern with snake_case, making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server covers the core data needs for crypto arbitrage analysis without being overwhelming or sparse.

Completeness4/5

The server covers essential real-time data for arbitrage (funding rates, spreads, exchange status, cash-carry yield). Minor missing features like historical data or trade execution are not critical for its stated purpose.

Available Tools

4 tools
get_cash_carryAInspect

Cash & Carry arbitrage yield calculator. Buy spot + short perp = near-zero market risk + funding income.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCrypto symbol: BTC, ETH, SOL, etc.
capital_usdtNoOptional: capital in USDT to estimate profit.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It explains the core mechanism (buy spot, short perpetual) and the resulting characteristics (near-zero market risk, funding income). However, it does not disclose whether the tool is read-only, has authentication requirements, or any side effects.

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, very concise, with no unnecessary words. Every sentence adds value.

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 and no annotations, the description is fairly complete. It explains the strategy and purpose. However, it could mention prerequisites like the existence of perpetual contracts.

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% with descriptions for both parameters. The description adds context about the calculator but no further details beyond the schema. 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 explicitly states the tool is a 'Cash & Carry arbitrage yield calculator' and explains the strategy: 'Buy spot + short perp = near-zero market risk + funding income.' This clearly distinguishes it from sibling tools like get_funding_rate or get_spread.

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 implies when to use the tool (for calculating arbitrage yield) but does not explicitly state when not to use it or provide alternatives. It is clear but lacks exclusionary guidance.

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

get_exchange_statusAInspect

Live operational status of Binance and OKX. Use when user reports failed orders or unexpected errors.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

With no annotations, description only says 'live operational status' implying read-only nature, but omits details like rate limits, data freshness, or behavior during exchange outages.

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 purpose followed by usage guidance, no redundant words.

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

Completeness3/5

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

Adequate for a simple tool with no parameters/output schema, but could specify return format or scope of status information.

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

Parameters4/5

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

No parameters exist; description adds no parameter info but none is needed. Baseline of 4 for 0-parameter tools.

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 'live operational status' of specific exchanges (Binance and OKX), distinguishing from sibling tools that cover financial metrics like cash-carry, funding rate, and spread.

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?

Explicitly says 'Use when user reports failed orders or unexpected errors', providing clear context for when to invoke, though does not explicitly exclude other scenarios or name alternative tools.

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

get_funding_rateAInspect

Current perpetual funding rates on Binance and OKX. Returns 8h rate, annualized yield, next settlement time.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCrypto symbol: BTC, ETH, SOL, etc.
Behavior4/5

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

With no annotations, the description carries full burden. It accurately describes the operation as a read (current rates) and lists returned data, but could mention it is non-destructive and lacks authentication/rate-limit details.

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 extremely concise with two sentences, providing all essential information without 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 the tool's simplicity (one param, no output schema), the description is sufficiently complete. It could explicitly state it covers only perpetual contracts, but that is implied.

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% for the single parameter 'symbol'. The description adds no extra meaning beyond the schema's own description, so 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 it retrieves current perpetual funding rates from Binance and OKX, specifying the returned fields. This distinguishes it from sibling tools like get_cash_carry, get_exchange_status, and get_spread.

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

Usage Guidelines3/5

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

The description implies usage for funding rate queries but does not explicitly specify when to use this tool over alternatives or provide context on exclusions.

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

get_spreadAInspect

Real-time price spread between Binance and OKX. Returns gross%, net% after fees, best route, and profitability verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCrypto symbol: BTC, ETH, SOL, etc.
taker_feeNoTaker fee per side as decimal. Default 0.001
Behavior2/5

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

No annotations are present, so the description must fully disclose behavior. It states the tool returns real-time data, but omits side effects, data freshness, rate limits, authentication requirements, or any potential failure modes. For a read-only operation, the disclosure is insufficient.

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?

The description is one concise sentence that front-loads key information (exchanges, real-time, outputs). It is efficient but could benefit from slightly more structure (e.g., bullet points for returns) without becoming verbose.

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 return values (gross%, net%, best route, profitability verdict) in the absence of an output schema. For a simple tool with two parameters, this provides sufficient context, though it lacks details on error handling or behavior when exchanges are unavailable. Still good overall.

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?

The input schema has 100% description coverage, specifying symbol and taker_fee with defaults. The tool description adds no extra meaning beyond what the schema already provides, only implicitly connecting taker_fee to net% calculation. Baseline score 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 tool retrieves a real-time price spread between Binance and OKX, and lists specific outputs (gross%, net%, best route, profitability verdict). It differentiates from siblings like get_cash_carry or get_funding_rate, which serve distinct purposes.

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

Usage Guidelines3/5

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

The description implies usage when needing spread data between Binance and OKX, but does not explicitly state when to use or avoid this tool, nor does it mention alternatives among siblings. Minimal guidance provided.

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.

Resources