Claynsn/agent-discovery-mcp
by Various
MCP server for ERC-8004 agent discovery + x402 payment. No smart account, no relay — just EOA signing. Works with Claude Code, OpenClaw, Cursor, Cline.
MCP
Claynsn/agent-discovery-mcp
Added 1 June 2026
Overview
An MCP server that enables agent discovery via ERC-8004 and processes x402 payments using only EOA signing, without smart accounts or relays. It integrates with Claude Code, OpenClaw, Cursor, and Cline.
Best for
Best for
Developers building onchain agent discovery and payment systems with minimal dependencies
Use cases
- Discover agents onchain using ERC-8004 standards
- Handle x402 micropayments directly from an EOA
- Integrate agent payment flows into MCP-compatible IDEs
How to use
Install
npm install && npm run build Tools exposed
find_agents_by_skillget_agent_cardcall_agent_with_payment
Tested with
Claude Code, Cursor, Cline, OpenClaw
Example client config
{\n "mcpServers": {\n "agent-discovery": {\n "command": "node",\n "args": ["/absolute/path/to/agent-discovery-mcp/dist/index.js"],\n "env": {\n "TEST_WALLET_KEY": "${TEST_WALLET_KEY}"\n }\n }\n }\n} Notes
An MCP server that enables agent discovery via ERC-8004 and processes x402 payments using only EOA signing, without smart accounts or relays. It integrates with Claude Code, OpenClaw, Cursor, and Cline.
3 stars on GitHub. Last updated 2026-05-12. Licensed MIT.
Use cases
- Discover agents onchain using ERC-8004 standards
- Handle x402 micropayments directly from an EOA
- Integrate agent payment flows into MCP-compatible IDEs
Pros
- No smart account or relay overhead simplifies setup
- Works with multiple popular MCP clients out of the box
- TypeScript codebase is approachable for most builders
Cons
- Low community traction with only 3 stars
- Limited to EOA signing, no advanced wallet features
- Narrow focus on ERC-8004 and x402 may not suit general use
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- No smart account or relay overhead simplifies setup
- Works with multiple popular MCP clients out of the box
- TypeScript codebase is approachable for most builders
Cons
- Low community traction with only 3 stars
- Limited to EOA signing, no advanced wallet features
- Narrow focus on ERC-8004 and x402 may not suit general use
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.