BridgeNode MCP
io.github.applefanaimail-blip/bridgenode-mcpBridgeNode — x402 pay-per-request AI inference. OpenAI-compatible API + MCP server, Solana USDC.
Tools · 3
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 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…
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
Available BridgeNode models with per-token prices (USDC).
x402://catalog
Prompts · 1
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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"bridgenode_mcp": {
"url": "https://bridgenode.cc/mcp",
"transport": "streamable-http"
}
}
}