Skip to main content
Glama

chainpulse — real-time crypto + prediction market data for AI agents

Server Details

Crypto prices, gas, DeFi TVL, and live Polymarket odds. x402 pay-per-call, $0.001, no API key.

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 4/5 across 4 of 4 tools scored. Lowest: 3.3/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct data domain: crypto_prices for spot prices, defi_tvl for DeFi TVL, gas_prices for gas fees, and service_info for server details. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with two words: crypto_prices, defi_tvl, gas_prices, service_info. Predictable and readable.

Tool Count5/5

4 tools for a real-time crypto data server is well-scoped. Each tool serves a clear and essential sub-domain without being too few or too many.

Completeness5/5

The set covers core real-time crypto data needs: spot prices, DeFi TVL, gas fees, and service information. No obvious gaps for the stated purpose.

Available Tools

7 tools
crypto_pricesAInspect

Real-time USD spot prices for crypto assets. Accepts major symbols (BTC, ETH, SOL, USDC, USDT, DAI, BNB, XRP, ...), any CoinGecko id as "coingecko:", or any token by ":". Aggregated feed with per-coin confidence score, ~15s freshness. Paid tool: $0.001 per call via x402 (USDC on Base).

ParametersJSON Schema
NameRequiredDescriptionDefault
coinsYesAssets to price, e.g. ["ETH","BTC","coingecko:solana","base:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"]
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the feed is aggregated, includes per-coin confidence scores, has ~15s freshness, and costs $0.001 per call via x402. This adequately covers key behavioral traits for an agent to decide usage, though details on error handling or response format are omitted.

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 (3 sentences) and front-loaded with the primary purpose. Every sentence adds value: purpose, input formats, data characteristics, and cost. No redundant or filler text.

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 has only one parameter and no output schema, the description covers input formats, data freshness, confidence score, and pricing. However, it does not specify the structure of the return value (e.g., an object mapping coin identifiers to price objects), which would help an agent process the output. Still, it is largely complete for the tool's complexity.

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

Parameters5/5

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

The input schema provides a description and example for the 'coins' parameter (100% coverage), but the description adds significant value by explaining the accepted formats in detail: major symbols, 'coingecko:<id>', and '<chain>:<tokenAddress>'. This goes beyond the schema and helps the agent construct valid inputs.

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 provides 'Real-time USD spot prices for crypto assets' and specifies the input formats (symbols, CoinGecko IDs, chain:address). This verb+resource combination is specific and distinguishes it from sibling tools like defi_tvl, gas_prices, and service_info.

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 use for crypto price queries and notes it is a paid tool, but it does not explicitly state when to use this tool versus alternatives or provide exclusion criteria. Given sibling tools cover different domains, the purpose alone provides implied context, but no explicit guidance is given.

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

defi_tvlAInspect

Current total value locked (USD) for DeFi protocols by DefiLlama slug (e.g. uniswap, aave, lido). Paid tool: $0.001 per call via x402 (USDC on Base).

ParametersJSON Schema
NameRequiredDescriptionDefault
protocolsYesDefiLlama protocol slugs, e.g. ["uniswap","aave"]
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses a critical behavioral trait: the tool costs $0.001 per call via x402 (USDC on Base). This goes beyond the schema and helps the agent understand cost implications. However, it does not mention data freshness, rate limits, or authentication requirements.

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 short sentences: the first states the core functionality, the second adds pricing details. It is front-loaded and every word adds value with no unnecessary verbiage.

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?

Given the simplicity of the tool (one parameter, no output schema, no annotations), the description covers purpose and pricing. However, it lacks any indication of the return format (e.g., does it return TVL per protocol? total? in what structure?). This gap reduces completeness for an agent trying to invoke the tool correctly.

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% coverage with a clear description of the 'protocols' parameter (string array of DefiLlama slugs). The tool description adds no additional semantics beyond what the schema already provides, so it meets the baseline of 3.

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 provides 'current total value locked (USD) for DeFi protocols by DefiLlama slug' with concrete examples (uniswap, aave, lido). It distinguishes itself from sibling tools like crypto_prices by focusing on TVL rather than token prices or gas fees.

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 explains what the tool does and that it is paid, but does not explicitly state when to use it versus alternatives like crypto_prices. The context implies it is for TVL queries, but no direct guidance on exclusions or when-not-to-use is provided.

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

gas_pricesAInspect

Live gas across chains (ethereum, base, arbitrum, optimism, polygon): current gas price, next-block base fee, slow/standard/fast priority-fee tiers straight from chain RPC, native token USD price, and the USD cost of a simple transfer so chains compare without unit math. Paid tool: $0.001 per call via x402 (USDC on Base).

ParametersJSON Schema
NameRequiredDescriptionDefault
chainsNoChains to query; omit for all supported chains
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses the data source ('straight from chain RPC'), payment mechanism, and cost. It also lists the exact data fields returned (gas price, base fee, priority tiers, native token USD price, USD cost). This is good transparency, though it could mention potential staleness or error handling.

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 a single, well-structured sentence that front-loads the main purpose and immediately lists chains and data provided. Every clause adds value—no wasted words. It is concise yet comprehensive.

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

Completeness5/5

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

For a simple tool with one optional parameter and no output schema, the description fully informs the agent about what data is returned and the cost model. It explains that omitting chains returns all supported chains, which is sufficient for proper invocation.

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

Parameters5/5

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

The only parameter is 'chains' with an array of enums. The description adds meaning by stating 'omit for all supported chains', which directly explains usage. Schema coverage is 100%, and the description provides additional context beyond the enum list.

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 provides live gas prices across multiple chains (ethereum, base, arbitrum, optimism, polygon), including current gas price, base fee, priority fee tiers, native token USD price, and USD cost of transfer. It distinguishes from siblings like crypto_prices and defi_tvl by focusing on gas-specific data for cross-chain comparison.

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 gives context about what the tool returns and the cost ($0.001 per call via x402), but does not explicitly state when to use it versus alternatives (e.g., crypto_prices for token prices). Usage is implied by the tool's purpose, but no direct when-to-use or when-not-to-use guidance is provided.

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

polymarket_moversInspect

Polymarket prediction markets with the biggest odds swings in the last 24 hours, filtered to liquid markets (default $10k+ daily volume), most-moved first. The fastest way to spot where consensus is shifting. Paid tool: $0.001 per call via x402 (USDC on Base).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax markets to return (default 10)
minVolume24hNoIgnore markets below this 24h USD volume (default 10000)
polymarket_oddsInspect

Live Polymarket prediction market odds. Search any topic free-text ("fed rate cut", "world cup winner") or fetch one market by its slug. Returns normalized markets: outcomes, prices, bid/ask spread, 24h volume, liquidity, resolution date, and the polymarket.com URL. ~15s freshness. Paid tool: $0.001 per call via x402 (USDC on Base).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugNoExact Polymarket market slug (alternative to query)
limitNoMax markets to return (default 10)
queryNoFree-text search across Polymarket markets, e.g. "argentina world cup"
polymarket_resolvingInspect

Active Polymarket prediction markets resolving within the next N hours (default 24), sorted by 24h volume, with live prices. For tracking imminent event outcomes. Paid tool: $0.001 per call via x402 (USDC on Base).

ParametersJSON Schema
NameRequiredDescriptionDefault
hoursNoWindow in hours (default 24)
limitNoMax markets to return (default 10)
service_infoBInspect

Free. Service, pricing, and payment details for the chainpulse tools on this server.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior2/5

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

With no annotations, the description carries full burden. It only mentions 'Free,' hinting at no cost, but lacks details on rate limits, authentication, or return structure.

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?

Description is a single sentence, front-loaded with 'Free.' It is concise but omits possibly useful context. Could be improved without adding length.

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

Completeness2/5

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

Given no output schema and siblings, the description is too vague. It does not specify what 'service, pricing, and payment details' include, leaving ambiguity.

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 and schema coverage is 100% (trivially). Baseline of 4 applies as description adds no extra meaning needed.

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 provides 'Service, pricing, and payment details for the chainpulse tools on this server,' distinguishing it from sibling tools like crypto_prices and defi_tvl which focus on market data.

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 explicit guidance on when to use this tool versus siblings. The description implies it is for service-related details, but does not provide conditions or alternatives.

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