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.

BridgeNode MCP

REMOTE · BRIDGENODE.CC · 2 COMPONENTS · SCANNED AUG 7

AI inference via MCP — pay per request with Solana USDC through x402. No API keys.

64 Trust /100
Trust breakdown (6 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 →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability62
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 613 tokens (~204/item across 3 items; 3 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 Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · bridgenode.cc

# add to Claude Code
claude mcp add --transport http applefanaimail-blip-bridgenode-mcp https://bridgenode.cc/mcp
# ~/.codex/config.toml
[mcp_servers.applefanaimail-blip-bridgenode-mcp]
url = "https://bridgenode.cc/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "applefanaimail-blip-bridgenode-mcp": {
      "type": "remote",
      "url": "https://bridgenode.cc/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add applefanaimail-blip-bridgenode-mcp --url https://bridgenode.cc/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  applefanaimail-blip-bridgenode-mcp:
    url: "https://bridgenode.cc/mcp"
// mcp.json
{
  "mcpServers": {
    "applefanaimail-blip-bridgenode-mcp": {
      "type": "http",
      "url": "https://bridgenode.cc/mcp"
    }
  }
}

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.

  • 7 Aug 26 +8
    • Authorization: unverified → partial security
    • Tool “chat_completions” rewrote its description, which is the text the model reads security
    • Tool “list_models” rewrote its description, which is the text the model reads security
    • Schema quality: pass → fail functional
    • Tool “chat_completions” now declares an output schema functional
    • Tool “list_models” now declares an output schema functional
    • First check of Tool coverage: 100 functional
    • Schema quality: fair → good functional
    • New tool “get_price_estimate” functional
    • Tool “chat_completions” changed its title: Chat completions with x402 payment cosmetic
    • Tool “list_models” changed its title: List available models and prices cosmetic
  • 6 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 5 Aug 26 55

    First indexed and scored.

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 7 Aug 2026 · Probed https://bridgenode.cc/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=bridgenode.cc CN=WE1,O=Google Trust Services,C=US 11 Jul 2026 9 Oct 2026 ECDSA 256 ECDSA-SHA256 35d579388c3ba1a9134bfa019a82a2b4
SANs: bridgenode.cc, *.bridgenode.cc
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of bridgenode.cc. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
cc. present 12593 13 Verified
bridgenode.cc. 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
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://bridgenode.cc/mcp Verified 200
http (plaintext) http://bridgenode.cc/mcp Inconclusive 405
MCP tools · 3 exposed · ~613 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.

Tool Tokens
chat_completions ~242

Send a chat completion request to any supported model. Paid tool: x402 payment (Solana USDC) is required — the first call returns 402 with the exact price; retry with _meta["x402/payment"]. Responses are non-streaming. Provide either mode (auto/eco/premium routing) or model (explicit id, mutually exclusive with mode); one of the two is required — if both are sent, model wins. mode values: auto = cheapest model fitting the context, eco = cheapest available, premium = best model. max_tokens defaults to 4096 and is clamped to the model's max output. Use this tool to generate text; to inspect models and prices first, use the free list_models tool.

NameTypeReqDescription
max_tokensintegerMax output tokens (billed upfront, §4.2). MCP calls are non-stream: cap per config.
messagesarrayyesChat messages (text content only).
modestringSmart routing profile (auto/eco/premium).
modelstringExplicit model id (see list_models / /v1/models). Mutually exclusive with mode.
NameTypeReqDescription
choicesarray
createdinteger
idstring
modelstring
objectstring
usageobject

No examples provided.

get_price_estimate ~231

Estimate the USDC cost of a chat completion request before paying — free, no payment, no authentication required. Read-only: no state changes and no external calls; the estimate is computed locally from server pricing config, so repeated calls with identical inputs return identical results (idempotent). Use this tool to check the exact price for a given model/mode, messages, and max_tokens before calling the paid chat_completions tool. Provide either mode (auto/eco/premium routing) or model (explicit id, mutually exclusive with mode); one of the two is required — if both are sent, model wins. mode values: auto = cheapest model fitting the context, eco = cheapest available, premium = best model.

NameTypeReqDescription
max_tokensintegerMax output tokens to estimate (billed upfront, §4.2).
messagesarrayyesChat messages (text content only).
modestringSmart routing profile (auto/eco/premium).
modelstringExplicit model id (see list_models / /v1/models). Mutually exclusive with mode.
NameTypeReqDescription
amount_atomicinteger
amount_usdcnumber
input_tokensinteger
max_tokens_clampedinteger
modelstring

No examples provided.

list_models ~140

List available models and their prices — free, no payment, no authentication required. Read-only: no state changes; data is served from the server's local config, so repeated calls return identical results (idempotent). Accepts no parameters: calling it without arguments returns the complete catalog with per-token prices; there is no filtering, pagination, or configuration. Use this tool to inspect models and prices before calling the paid chat_completions tool. Same data as GET /v1/models (§5.2). Do not use it to generate text (use chat_completions) or to estimate a specific request's cost (use get_price_estimate).

Input schema present but exposes no named parameters.

NameTypeReqDescription
dataarray
objectstring

No examples provided.