Skip to content

v1.0.0 — BridgeNode skill & buyer-side examples

Choose a tag to compare

@BridgeNode-cc BridgeNode-cc released this 14 Aug 19:27
· 26 commits to main since this release

BridgeNode — agent skill & buyer-side examples

BridgeNode is an AI inference bridge for AI agents: OpenAI-compatible chat completions and MCP access, paid per request with Solana USDC via x402. No API keys, no registration, no subscriptions. Transaction fees are sponsored — the agent only needs USDC.

What's in this release

  • Agent skill (SKILL.md) — teaches agents how to use BridgeNode: endpoints, models, pricing, and the x402 payment flow.
  • Buyer-side examples (examples/) — working, copy-paste examples for:
    • curl — manual x402 flow (request → 402 → sign → retry)
    • Python — x402[svm,httpx] SDK, automatic payment
    • TypeScript — @x402/fetch + @x402/svm, automatic payment
    • MCP — paid tool call through the BridgeNode MCP server
  • Each example includes expected output and troubleshooting notes.
  • CI (examples-ci.yml) — Python syntax + fail-closed guardrail, TypeScript typecheck, live smoke tests (models / 402 / MCP tools/list).

Install the skill

npx skills add applefanaimail-blip/bridgenode-skill

Install the SDKs

  • Python: pip install bridgenode-llm — full toolkit: pip install bridgenode
  • CLI: pip install bridgenode-cli
  • TypeScript: npm i @bridgenode/llm
  • MCP wrapper: npm i @bridgenode/mcp — or one line: claude mcp add bridgenode -s user -- npx -y @bridgenode/mcp@latest

Live endpoints

  • API: https://bridgenode.cc/v1 — models & prices: https://bridgenode.cc/v1/models
  • MCP: https://bridgenode.cc/mcp (streamable-http)
  • Agent guide: https://bridgenode.cc/llms.txt · https://bridgenode.cc/skill.md

License

MIT-0 — free to use, modify, and redistribute. No attribution required.