Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

BlockRazor Docs

REMOTE · MCP.BLOCKRAZOR.IO · SCANNED SEP 21

Official BlockRazor documentation for sending and receiving transations faster.

0 this week 85 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 642 tokens (~160/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 86% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the BlockRazor Docs MCP server?

BlockRazor Docs is a hosted endpoint at https://mcp.blockrazor.io/docs, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.blockrazor.io

# add to Claude Code
claude mcp add --transport http io-blockrazor-docs 'https://mcp.blockrazor.io/docs'
// .cursor/mcp.json
{
  "mcpServers": {
    "io-blockrazor-docs": {
      "url": "https://mcp.blockrazor.io/docs"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "io-blockrazor-docs": {
      "type": "http",
      "url": "https://mcp.blockrazor.io/docs"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.io-blockrazor-docs]
url = "https://mcp.blockrazor.io/docs"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-blockrazor-docs": {
      "type": "remote",
      "url": "https://mcp.blockrazor.io/docs",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-blockrazor-docs --url 'https://mcp.blockrazor.io/docs' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-blockrazor-docs:
    url: "https://mcp.blockrazor.io/docs"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "io-blockrazor-docs": {
      "Transport": "http",
      "Url": "https://mcp.blockrazor.io/docs"
    }
  }
}
# add to Vellum
assistant mcp add io-blockrazor-docs -t streamable-http -u 'https://mcp.blockrazor.io/docs'
// mcp.json
{
  "mcpServers": {
    "io-blockrazor-docs": {
      "type": "http",
      "url": "https://mcp.blockrazor.io/docs"
    }
  }
}

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

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 0
    • The server changed its declared name: mcp-typescript server on vercel → docs.blockrazor.io/~gitbook/mcp security
    • Server version: 0.1.0 → 0.27.2 functional
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1
    • Stability: 0.97 → pass security
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 6 Aug 26 0
    • Authorization: unverified → partial security
    • Schema quality: unverified → fail functional
    • Schema quality: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → good functional
    • First check of Tool coverage: 86 functional
    • New tool “askQuestion” functional
    • New tool “getPage” functional
    • New tool “searchDocumentation” functional
    • New tool “sendFeedback” functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://mcp.blockrazor.io/docs

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.blockrazor.io CN=Amazon RSA 2048 M01,O=Amazon,C=US 21 Jul 2026 3 Feb 2027 RSA 2048 SHA256-RSA 8473e7e26ec648d17cd6c9f64333852
SANs: mcp.blockrazor.io
CN=Amazon RSA 2048 M01,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 77312380b9d6688a33b1ed9bf9ccda68e0e0f
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.blockrazor.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
blockrazor.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000
content-security-policy default-src 'self' *; script-src 'self' 'unsafe-inline' 'unsafe-eval' *; style-src 'self' 'unsafe-inline' blob: *; img-src * 'self' blob: data:; connect-src *; font-src *; frame-src *; object-src 'none'; base-uri 'self' https://static-2v.gitbook.com; form-action 'self' https://static-2v.gitbook.com *; frame-ancestors https: ;
x-content-type-options nosniff
referrer-policy no-referrer-when-downgrade

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.blockrazor.io/docs Verified 200
http (plaintext) http://mcp.blockrazor.io/docs HTTPS enforced 301 https://mcp.blockrazor.io/docs
MCP tools · 4 exposed · ~642 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
askQuestion ~131

Ask a natural-language question about BlockRazor and get a synthesized answer, with links to the source pages. Prefer this over `searchDocumentation` when you want a direct answer to a question rather than a list of matching pages; use `searchDocumentation`/`getPage` when you need to browse or read full pages yourself.

NameTypeReqDescription
goalstringThe broader end goal you are ultimately trying to accomplish (as/on behalf of the user). Used to tailor the answer to be most useful for your goal. Optional.
questionstringyesThe natural-language question to answer about BlockRazor.

No output schema declared.

No examples provided.

getPage ~110

Fetch the full markdown content of a specific documentation page from BlockRazor. Use this when you have a page URL and want to read its content. Accepts full URLs (e.g. https://docs.blockrazor.io//getting-started). Since `searchDocumentation` returns partial content, use `getPage` to retrieve the complete page when you need more details. The content includes links you can follow to navigate to related pages.

NameTypeReqDescription
urlstringyesThe URL of the page to fetch

No output schema declared.

No examples provided.

searchDocumentation ~76

Search across the documentation to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about BlockRazor, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages.

NameTypeReqDescription
querystringyes

No output schema declared.

No examples provided.

sendFeedback ~325

Report an issue in the documentation of BlockRazor so the team can fix it. Use it whenever, while helping a user, you come across content that is outdated, contradictory, missing information, or otherwise unhelpful. Also use it when the user themselves reports a problem with the docs, even if you could not verify it yourself. If it's your own observation, do a quick sanity check that the issue is real before reporting — no need to exhaustively re-read the page. Send one call per distinct issue and do not report the same issue twice in a conversation. Do not use this tool to confirm that a page is accurate; it is for reporting problems only.

NameTypeReqDescription
contentstringyesExplain the issue in full, as if writing to a documentation maintainer who never saw this conversation. Describe what is wrong, where on the page it appears (quote the exact sentence or section title…
goalstringThe broader end goal you were ultimately trying to accomplish (as/on behalf of the user) when you hit this issue. Gives the team the context you were working towards. Optional.
pageUrlstringyesThe full URL of the page the issue is about (e.g. https://docs.blockrazor.io//getting-started), so the finding is linked to the exact page.

No output schema declared.

No examples provided.

Common questions

What is the BlockRazor Docs MCP server?

BlockRazor Docs is an MCP server listed in the public MCP registry as io.blockrazor/docs. Official BlockRazor documentation for sending and receiving transations faster. This page covers its hosted endpoint (https://mcp.blockrazor.io/docs).

Is the BlockRazor Docs MCP server safe to use?

BlockRazor Docs scores 85 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the BlockRazor Docs MCP server expose?

BlockRazor Docs exposes 4 tools: searchDocumentation, getPage, askQuestion, sendFeedback. Their descriptions and schemas cost roughly 642 tokens of context every time the server is loaded.

Does the BlockRazor Docs MCP server require authentication?

No. We connected to BlockRazor Docs without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the BlockRazor Docs MCP server still maintained?

BlockRazor Docs is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.