The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the BridgeNode MCP listing page.
Agent skill and buyer-side examples for BridgeNode — AI inference bridge for AI agents. Pay per request with Solana USDC via x402. No API keys, no registration.
This repository contains only the public agent skill and usage examples. No server code.
| BridgeNode | API keys (OpenAI etc.) | Other x402 gateways | |
|---|---|---|---|
| Setup | None — pay per request | Sign up, billing, keys | Varies |
| Auth | x402 on-chain payment | API key (secret management) | x402 (some require third-party facilitators) |
| Gas | Sponsored — agent needs no SOL | — | Often agent pays gas |
| Models | DeepSeek, Groq — one endpoint | One provider each | Varies |
| Refunds | Full refund on provider failure | Credit-based | Varies |
| Discovery | /v1/models live pricing | Fixed plans | Varies |
The x402 flow is automatic in the SDKs: the first request gets a 402 with payment requirements, the agent signs a USDC transfer (fees sponsored), and the request completes as a normal OpenAI-compatible response. See examples/ for curl, Python, TypeScript, and MCP walkthroughs.
The skill teaches AI agents how to use BridgeNode: endpoints, models, pricing, and the x402 payment flow.
pip install bridgenode-llm (PyPI) — or the full toolkit: pip install bridgenodepip install bridgenode-cli (PyPI)npm i @bridgenode/llm (npm)npm i @bridgenode/mcp (npm) — stdio MCP server with automatic x402 paymentsSKILL.md — the agent skillexamples/ — buyer-side examples (curl, Python, TypeScript, MCP)⭐ Star this repo — it helps AI agents discover BridgeNode.
MIT-0