Skip to main content
Glama
BlockRunAI

BlockRun MCP

Official
by BlockRunAI

blockrun_surf

Read-only

Retrieve unified crypto data from 83 endpoints covering market prices, on-chain SQL, prediction markets, social mindshare, and news. Solve multi-source research with one API call.

Instructions

Unified crypto data via Surf (asksurf.ai) — 83 endpoints, one API.

Coverage: CEX market data (16 exchanges), on-chain SQL across 13 chains, 100M+ labeled wallets, prediction markets (Polymarket + Kalshi), social mindshare / CT intelligence, news, and unified search.

Pricing (settled in USDC to Surf's Base treasury):

  • Flat $0.0095/call — every endpoint, including raw on-chain SQL. No tiers. ($0.0075 base + $0.002 tx fee.)

Common paths (full 83-endpoint catalog in the surf skill):

  • market/price?symbol=BTC

  • exchange/price?pair=BTC-USDT

  • prediction-market/polymarket/ranking

  • search/web?q=ethereum+pectra+upgrade

  • wallet/detail?address=0x...

  • social/mindshare?q=ethereum&interval=1d

  • onchain/sql + body:{ sql: "SELECT ..." }

Method is auto-routed: pass 'body' for POST endpoints; otherwise GET with 'params'. Each Surf endpoint pre-validates required params before settling — you get a 400 (not a charge) if a required field is missing. Browse the full catalog: https://blockrun.ai/marketplace/surf

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON body for POST endpoints. Provide for: onchain/query, onchain/sql. When set, the call is sent as POST; otherwise GET with params.
pathYesEndpoint path under /v1/surf/, e.g. 'market/price', 'prediction-market/polymarket/ranking', 'wallet/detail', 'onchain/sql'
paramsNoQuery parameters for GET endpoints, e.g. { symbol: 'BTC' } or { address: '0x...', chain: 'ethereum' }
agent_idNoAgent identifier for budget tracking and enforcement.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.45.1
    • removedInput schema / $schema
      Removed value: -"http://json-schema.org/draft-07/schema#"
  2. Changed2 schema fields changedv0.31.6
    • changedInput schema / properties / body / description
      Previous value: -"JSON body for POST endpoints. Provide for: onchain/query, onchain/sql, chat/completions. When set, the call is sent as POST; otherwise GET with params."New value: +"JSON body for POST endpoints. Provide for: onchain/query, onchain/sql. When set, the call is sent as POST; otherwise GET with params."
    • changedInput schema / properties / path / description
      Previous value: -"Endpoint path under /v1/surf/, e.g. 'market/price', 'prediction-market/polymarket/ranking', 'wallet/detail', 'onchain/sql', 'chat/completions'"New value: +"Endpoint path under /v1/surf/, e.g. 'market/price', 'prediction-market/polymarket/ranking', 'wallet/detail', 'onchain/sql'"
  3. First observedv0.16.2

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive. The description adds worthwhile behavioral detail: pricing settled in USDC per call, method auto-routing based on body presence, and pre-validation behavior that returns a 400 rather than a charge for missing required fields. This goes beyond annotations and helps the agent understand side effects and error behavior.

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 longer than average, but the structure is effective: purpose, coverage, pricing, common paths, and routing behavior are clearly separated. The extra details about cost and error handling are relevant for a paid API gateway. Minor redundancy exists, but no sentence feels wasted.

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?

For a broad 83-endpoint gateway with no output schema, the description covers the essential operational context: what data domains are available, how to route methods, what parameters look like, cost implications, and where to find the full endpoint catalog. It could include output-shape guidance, but that is not required given its absence from output schema and the explicit catalog link.

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?

Schema description coverage is 100%, giving a baseline of 3. The description adds value by showing concrete endpoint path examples such as 'market/price?symbol=BTC' and the onchain/sql body shape, clarifying how path, params, and body interact. This materially helps an agent construct valid calls.

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

Purpose4/5

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

The description clearly identifies the tool as a unified crypto data gateway via Surf, listing concrete coverage areas (CEX, on-chain SQL, prediction markets, social mindshare) and example paths. It lacks an explicit contrast with sibling data tools, so it is clear but does not fully disambiguate among similar siblings.

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 common paths and method auto-routing, which implies when to use the tool for data lookups. However, it does not provide explicit when/when-not guidance relative to sibling tools like blockrun_markets, blockrun_price, or blockrun_polymarket. The usage context is present but not stated as a decision rule.

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

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/BlockRunAI/blockrun-mcp'

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