
Agon Protocol
Read Agon Protocol on-chain state and prepare payment-channel actions from your agent without writing Solana RPC glue by hand.
Overview
Agon Protocol MCP is an MCP server for the Build phase that reads Agon Protocol Solana state and prepares payment-channel actions for agent-driven workflows.
What is this MCP server?
- npm @agonx402/protocol-mcp v0.4.2 over stdio MCP
- On-chain Agon Protocol state reads for agent inspection and planning
- Prepare-only payment-channel actions (no silent broadcast—user or signer completes)
- Configurable SOLANA_DEVNET_RPC_URL and AGON_PROTOCOL_PROGRAM_ID
- Official devnet USDC token ID via AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID env
- npm package version 0.4.2 (@agonx402/protocol-mcp)
- Stdio MCP transport from agon-gateway-agentic monorepo
- Env hooks for devnet RPC, program ID, and official devnet USDC token registry ID
What problem does it solve?
Agents that touch Agon payment channels need repetitive Solana RPC and program ID boilerplate that is easy to get wrong on devnet.
Who is it for?
Indie builders on Agon devnet who want MCP tools for protocol reads and prepared channel txs alongside Gateway MCP.
Skip if: Non-crypto apps, mainnet-only teams without devnet setup, or anyone needing a hosted wallet with no local Solana knowledge.
What do I get? / Deliverables
After setup, your agent can query protocol state and obtain prepare-only channel payloads using env-configured RPC and token registry IDs.
- MCP-accessible Agon Protocol state reads on devnet
- Prepared payment-channel action payloads for local signing and submission
Recommended MCP Servers
Journey fit
Hooking a Solana program into agent workflows is core Build integration work for crypto-native products, ahead of production Ship hardening. Integrations covers blockchain and protocol adapters; this MCP focuses on devnet state reads and prepare-only channel transactions for Agon Protocol.
How it compares
On-chain Agon Protocol prepare/read MCP, not the Agon Gateway x402 HTTP server or a general Solana deployment skill.
Common Questions / FAQ
Who is Agon Protocol MCP for?
Solo developers building Agon-aware agents who need devnet protocol state and prepare-only payment channel helpers via MCP.
When should I use Agon Protocol MCP?
Use it during Build integrations when you are wiring Solana Agon Protocol reads or channel preparation into Claude Code, Cursor, or similar agents.
How do I add Agon Protocol MCP to my agent?
Install @agonx402/protocol-mcp from npm, register stdio MCP, and set SOLANA_DEVNET_RPC_URL plus optional AGON_PROTOCOL_PROGRAM_ID and AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID per server.schema.json.