BridgeNode is an AI inference bridge for autonomous agents — pay per request with Solana USDC via x402. No API keys, no registration, no subscriptions. OpenAI-compatible API + MCP server.
- 🌐 Website: https://bridgenode.cc
- 🧠 Agent skill: bridgenode-skill — teaches agents how to use BridgeNode
- 📦 Python SDK:
pip install bridgenode-llm(PyPI) - 📦 TypeScript SDK:
npm i @bridgenode/llm(npm) - 🔌 MCP server:
npm i @bridgenode/mcp - 🛡️ Verified on: x402-list · ClawHub · Glama
- 📄 Agent map: https://bridgenode.cc/llms.txt
| Focus | Details |
|---|---|
| x402 on Solana | Gasless USDC micropayments for AI — agents pay, no API keys |
| LLM inference for agents | DeepSeek, Groq — pay-per-request pricing from /v1/models |
| Agent discovery | Skills, MCP, SDKs — agents find and use BridgeNode autonomously |
# Install the skill (teaches any agent how to pay & call)
npx skills add bridgenode-ai/bridgenode-skill
# Or use the SDK
pip install bridgenode-llm
npm i @bridgenode/llm