{"name":"io.github.bridgenode-ai/bridgenode-mcp","slug":"bridgenode-ai-bridgenode-mcp","title":"BridgeNode MCP","description":"BridgeNode — x402 pay-per-request AI inference. OpenAI-compatible API + MCP, Solana USDC, gas-free.","url":"https://mcp.market/server/bridgenode-ai-bridgenode-mcp","rating":null,"grade":"A","score":85,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":37,"stars":1,"forks":0,"downloads_week":141,"last_push_at":"2026-09-19T16:17:49.000Z","license":"MIT-0"},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T17:25:31.726Z","last_ok_at":"2026-09-19T17:25:31.726Z","latency_ms":863},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/bridgenode-ai/bridgenode-mcp","website":"https://bridgenode.cc","version":"1.6.0","remotes":[{"type":"streamable-http","url":"https://bridgenode.cc/mcp"}],"packages":[{"registryType":"npm","identifier":"@bridgenode/mcp","version":"1.0.14","runtimeHint":"npx","transport":{"type":"stdio"}}],"tools":[{"name":"chat_completions","description":"Send a chat completion request to any supported model. Free models are served without payment; the first calls to a PAID model are also free per client (free trials), after which x402 payment (Solana USDC) is required — an unpaid call returns 402 with the exact price; retry with _meta[\"x402/payment\"]. Responses are non-streaming. Pass either mode (auto/eco/premium) or model (explicit id) — one of the two is required; model wins if both are sent. Use this tool to generate text; inspect models and prices first with the free list_models tool. Start with a FREE model (no payment at all) and keep max_tokens >= 200 — a thinking model spends part of that budget on reasoning, so a smaller limit can return an empty answer.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","description":"Explicit model id (see list_models / /v1/models). Mutually exclusive with mode."},"mode":{"type":"string","enum":["auto","eco","premium"],"description":"Smart routing profile (auto/eco/premium)."},"messages":{"type":"array","description":"Chat messages (text content only). An assistant turn that calls a tool may carry content: null with tool_calls.","items":{"type":"object","properties":{"role":{"type":"string","enum":["system","user","assistant","tool"]},"content":{"type":["string","null"]},"tool_calls":{"type":"array"},"tool_call_id":{"type":"string"}},"required":["role"]}},"max_tokens":{"type":"integer","minimum":1,"description":"Max output tokens (billed upfront, §4.2). MCP calls are non-stream: cap per config. Use >= 200 — reasoning models share this budget with their thinking and a smaller limit can return an empty answer."},"tools":{"type":"array","description":"OpenAI-style tool schemas the model may call. Forwarded unchanged; they count as input tokens for the price (§4.2/§5.3).","items":{"type":"object","properties":{"type":{"type":"string","enum":["function"]},"function":{"type":"object"}},"required":["type","function"]}},"tool_choice":{"description":"OpenAI tool_choice: 'auto', 'none', 'required', or {type: function, function: {name}}.","type":["string","object"]}},"required":["messages"],"$schema":"https://json-schema.org/draft/2020-12/schema","anyOf":[{"required":["model"]},{"required":["mode"]}]}},{"name":"get_price_estimate","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","description":"Explicit model id (see list_models / /v1/models). Mutually exclusive with mode."},"mode":{"type":"string","enum":["auto","eco","premium"],"description":"Smart routing profile (auto/eco/premium)."},"messages":{"type":"array","description":"Chat messages (text content only).","items":{"type":"object","properties":{"role":{"type":"string","enum":["system","user","assistant","tool"]},"content":{"type":"string"}},"required":["role","content"]}},"max_tokens":{"type":"integer","minimum":1,"description":"Max output tokens to estimate (billed upfront, §4.2)."}},"required":["messages"],"$schema":"https://json-schema.org/draft/2020-12/schema","anyOf":[{"required":["model"]},{"required":["mode"]}]}},{"name":"list_models","description":"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: the input schema is an empty object, and any arguments passed are ignored. 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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema","description":"Accepts no parameters — empty object; any arguments passed are ignored."}}],"scan":{"score":85,"grade":"A","scanned_at":"2026-09-19T20:27:48.960Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:27:48.894Z","components":{"code":{"score":25,"max":25,"notes":["7 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1620ms"]},"poisoning":{"score":15,"max":15,"notes":["3 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 0 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://bridgenode.cc/mcp","reachable":true,"authRequired":false,"latencyMs":1620,"serverInfo":{"name":"bridgenode","version":"1.7.0"}}],"packages":[{"registryType":"npm","identifier":"@bridgenode/mcp","version":"1.0.14","found":true,"license":"MIT-0","hasInstallScripts":false,"dependencyCount":7,"publishedAt":"2026-09-10T21:36:18.862Z","repositoryUrl":"git+https://github.com/bridgenode-ai/bridgenode-mcp.git","weeklyDownloads":141}],"repo":{"found":true,"owner":"bridgenode-ai","repo":"bridgenode-mcp","archived":false,"pushedAt":"2026-09-19T16:17:49Z","stars":1,"forks":0,"openIssues":2,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/319945994?v=4","ownerCreatedAt":"2026-08-22T18:01:58Z","license":"MIT-0"},"icon":{"url":"https://bridgenode.cc/logos/bridgenode.jpg","source":"registry"},"presence":{"stars":1,"forks":0,"downloadsWeek":141,"license":"MIT-0","lastPushAt":"2026-09-19T16:17:49.000Z","score":37}}}},"grade_history":[],"reviews":[]}