Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

BridgeNode MCP

io.github.applefanaimail-blip/bridgenode-mcp

BridgeNode — x402 pay-per-request AI inference. OpenAI-compatible API + MCP server, Solana USDC.

Uptime
100.0%
1 direct probes · 30d
Response
292ms
last probe
Tools
3
callable
Resources
1
readable
Prompts
1
available

Tools · 3

chat_completions

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 …

list_models

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 re…

get_price_estimate

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 fr…

Resources · 1

Model Catalog

Available BridgeNode models with per-token prices (USDC).

x402://catalog

Prompts · 1

estimate_cost

Estimate the USDC cost of a chat completion request before paying. Provide either mode (auto/eco/premium) or model; messages and max_tokens. Read-only — no payment required.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bridgenode_mcp": {
      "url": "https://bridgenode.cc/mcp",
      "transport": "streamable-http"
    }
  }
}