Skip to main content
Glama
btcmatic-com

btcmatic-mcp-server

Official
by btcmatic-com

Bitcoin market context (paid)

btcmatic_context

Get current Bitcoin price with 1h/24h/7d changes, next-block fee percentile, and mempool size. Pay per call via Lightning without an API key.

Instructions

Latest BTC price with 1h/24h/7d change, next-block fee (sat/vB) with its percentile over the trailing 90 days of hourly averages, and mempool size. Values older than 5 minutes come back null; missing history is reported in data_quality, never interpolated. Descriptive only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
preimageNoThe preimage your wallet showed after paying the bolt11 from the offer
payment_hashNoFrom a previous 402 offer (with preimage) — proof of a settled per-call payment
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral aspects: stale data older than 5 minutes returns null, missing history is reported in data_quality (never interpolated), and the tool is 'Descriptive only.' These are valuable details that help the agent understand edge cases. It does not cover payment/auth requirements explicitly, but the 'paid' title and parameter names imply that, so the description adds meaningful context beyond the schema.

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, concise and front-loaded. It lists the core data returned in the first sentence and important caveats in the second. No fluff or repetition—every word earns its place.

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 market data tool, the description is complete. It enumerates all returned fields (price, changes, fee, percentile, mempool size) and explains data quality handling. There is no output schema, but the description sufficiently clarifies expectations. The tool is simple enough that no additional context is required.

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 each parameter (preimage and payment_hash) having a description. The tool description does not add additional parameter semantics beyond what the schema already provides. Since the schema covers all parameter meanings adequately, the baseline 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 specifies the tool's function: it returns the latest BTC price with 1h/24h/7d change, next-block fee percentile, and mempool size. This is a specific verb-resource pair that distinguishes it from sibling tools like btcmatic_discover (which likely focuses on discovery) and btcmatic_radar (radar-specific). The scope is unambiguous.

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 retrieving current Bitcoin market context and states it is 'Descriptive only' (read-only). However, it does not explicitly mention when to use it vs. alternatives like btcmatic_radar or btcmatic_condition_frequency. The guidance is implicit through the tool's purpose, but no exclusions or comparisons are given, so it does not fully meet the bar for explicit usage guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/btcmatic-com/btcmatic-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server