# Blocksize Agentic Market Intelligence (remote · mcp.blocksize.info)

Live multi-asset market data for AI agents with provenance, starter credits, x402, and examples.

- Trust score: 78/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.blocksize.info`: 78/100 (this document), [markdown](https://verifymcp.io/servers/info-blocksize-mcp-agentic-payments/mcp-server.md), [page](https://verifymcp.io/servers/info-blocksize-mcp-agentic-payments/mcp-server)

## Channel facts

- Endpoint: `https://mcp.blocksize.info/mcp/server/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.3`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 903 tokens (~100/item across 9 items; 8 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http info-blocksize-mcp-agentic-payments https://mcp.blocksize.info/mcp/server/
```

### Codex

```toml
[mcp_servers.info-blocksize-mcp-agentic-payments]
url = "https://mcp.blocksize.info/mcp/server/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "info-blocksize-mcp-agentic-payments": {
      "type": "remote",
      "url": "https://mcp.blocksize.info/mcp/server/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add info-blocksize-mcp-agentic-payments --url https://mcp.blocksize.info/mcp/server/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  info-blocksize-mcp-agentic-payments:
    url: "https://mcp.blocksize.info/mcp/server/"
```

### Other

```json
{
  "mcpServers": {
    "info-blocksize-mcp-agentic-payments": {
      "type": "http",
      "url": "https://mcp.blocksize.info/mcp/server/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 77, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 75, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 74, +1)

- [functional] Server version: 0.6.4 → 0.6.2

### 2026-07-29 (score 73, 0)

- [functional] Server version: 0.6.2 → 0.6.4

### 2026-07-28 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 72, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 71)

First indexed and scored.

## MCP tools (8)

### `search_pairs` (~147 tokens)

Instrument Search

Discover supported crypto, equity, FX, and metal symbols before using the paid HTTP API. Returns up to 50 catalog matches with asset class, available services, and pricing tier; it is free, read-only, and never returns live prices or starts payment.

Input parameters:

- `asset_class` (string): Optional asset-class filter. Use all for the full catalog, crypto for digital assets, equity/equities for supported stock tickers such as AAPL, fx for currency pairs, or metal for metals.
- `query` (string, required): Symbol, ticker, asset, or pair to search for, such as BTC, BTC-USD, ETH, AAPL, EURUSD, or XAUUSD.

Output parameters:

- `result` (string)

### `list_instruments` (~87 tokens)

Instrument List

List the supported instruments for one Blocksize service. This is free, read-only catalog metadata; it does not fetch live prices, create accounts, or start x402 payment.

Input parameters:

- `service` (string): Blocksize service namespace to list: vwap for crypto VWAP pairs, bidask for shared bid/ask symbols including supported equities, fx for FX pairs, or metal for metals.

Output parameters:

- `result` (string)

### `get_pricing_info` (~46 tokens)

Pricing Information

Inspect current per-call prices, bulk credit tiers, and supported Solana and Base USDC settlement networks. This is free and read-only planning metadata; it does not initiate payment.

Output parameters:

- `result` (string)

### `get_product_catalog` (~55 tokens)

Product Catalog

Inspect Blocksize raw data, supported equity ticker bid/ask, and premium agent-native workflow products, including starter-credit positioning, credit costs, suggested paid prices, endpoint templates, and upgrade path. This is free and read-only.

Output parameters:

- `result` (string)

### `get_workflow_endpoint` (~69 tokens)

Premium Workflow Endpoint Builder

Build the exact paid HTTP endpoint, method, starter-credit cost, and example body for a premium Blocksize workflow. This is free and read-only; it does not fetch live data, charge credits, or start x402.

Input parameters:

- `product` (string, required): Premium Blocksize workflow product to prepare.

Output parameters:

- `result` (string)

### `get_market_data_endpoint` (~189 tokens)

Live Data Endpoint Builder

Build the exact x402-protected HTTP URL for one live market-data request. Returns method, URL, service notes, pricing docs, and next steps; it is read-only and does not fetch prices, charge a wallet, or submit payment.

Input parameters:

- `service` (string, required): Live HTTP data service to prepare: vwap for crypto VWAP, bidask for crypto pairs or supported equity/stock tickers such as AAPL, state for AMM state price, vwap30m for latest completed 30-minute clos…
- `symbol` (string, required): Exact pair or ticker to use in the paid HTTP URL, such as BTC-USD, AAPL, MSFT, NVDA, EURUSD, or XAUUSD. Use search_pairs first if unsure.

Output parameters:

- `result` (string)

### `search` (~75 tokens)

Catalog Search

Search Blocksize documentation and catalog metadata by keyword. This free read-only search returns document and instrument ids for fetch; it does not return live prices or start payment.

Input parameters:

- `query` (string, required): Documentation or catalog search query, such as pricing, quickstart, credits, x402, Solana, Base, BTC, or VWAP.

Output parameters:

- `result` (string)

### `fetch` (~72 tokens)

Catalog Fetch

Fetch one document or instrument guide returned by search. This is free, read-only content retrieval with no account, credential, payment, or live-price side effects.

Input parameters:

- `id` (string, required): Result id returned by the search tool, for example doc:pricing, doc:quickstart, or instrument:crypto:BTCUSD.

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/info-blocksize-mcp-agentic-payments/mcp-server#diagnostics

## Score history

- 2026-08-03: 78
- 2026-08-02: 77
- 2026-08-01: 77
- 2026-07-31: 75
- 2026-07-30: 74
- 2026-07-29: 73
- 2026-07-28: 73
- 2026-07-27: 72
- 2026-07-26: 71

## Links

- Remote endpoint: https://mcp.blocksize.info/mcp/server/
- Website: https://mcp.blocksize.info/
- Changelog RSS feed: https://verifymcp.io/servers/info-blocksize-mcp-agentic-payments/mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/info-blocksize-mcp-agentic-payments/mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/info-blocksize-mcp-agentic-payments/mcp-server
