The Verifiable Agentic Protocol. Make any repository agent-ready. Instantly.
beacon is an early-stage Rust project in the AI payments / x402 ecosystem, focused on agents, base, solana, web4. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like beacon, x402-deploy, Agent-Layer.
The Verifiable Agentic Protocol. Make any repository agent-ready. Instantly.
Beacon is a protocol designed for the Web 4.0 agentic economy. It scans your codebase, infers its capabilities using AI, registers a unique on-chain identity, and exposes standardized tools for autonomous agents via the Model Context Protocol (MCP).
curl -fsSL https://raw.githubusercontent.com/DavidNzube101/beacon/master/install.sh | sh
1. Generate Manifest
export GEMINI_API_KEY=your_key
beacon generate ./my-project
2. Register On-Chain Identity
export AGENT_PRIVATE_KEY=0x...
beacon register ./
3. Serve as MCP Tool
beacon serve --port 8080
# AI agents can now connect to http://localhost:8080/sse
| Command | Description |
|---|---|
generate |
Scans a repo and creates an AGENTS.md manifest. |
register |
Mints an ERC-7527 identity NFT for the repo on Base. |
validate |
Checks an AGENTS.md for standards compliance. |
serve |
Starts a dual-protocol (REST + MCP) server. |
upgrade |
Automatically upgrades Beacon CLI to the latest version. |
Beacon uses a linear bonding curve for registration. Early adopters secure their repository's on-chain provenance at a lower premium.
beacon register ./ --chain base
| Provider | --provider flag | Key |
|---|---|---|
| Gemini 2.5 Flash | gemini (default) |
GEMINI_API_KEY |
| Claude | claude |
CLAUDE_API_KEY |
| DeepSeek | deepseek |
DEEPSEEK_API_KEY |
| Beacon Cloud | beacon-ai-cloud |
none — $0.09/run via USDC |
Beacon implements the Model Context Protocol. Any agent that speaks MCP can discover Beacon tools automatically.
Claude Desktop Configuration:
{
"mcpServers": {
"beacon": {
"url": "http://localhost:8080/sse"
}
}
}
The Verifiable Agentic Protocol. Make any repository agent-ready. Instantly.
Turn any API or MCP server into a paid service with x402
A wallet for agents. Make payments via x402, use stablecoins, swap assets, earn yield with defi and buy tokenized stocks across the most popular chains.
Agent behavior that compiles
An open SDK for agentic payments. Let AI agents make payments, hold funds, and move money across chains with policy enforcement and human approval built in.
x402 payments in Rust: verify, settle, and monitor payments over HTTP 402 flows
Context-aware agentic LLM gateway & router that optimize your agentic workflows with every runs, works with any harnesses, any models, any workflows.
Production-ready x402 facilitator server.
Rust SDK for the x402 payment protocol.