Intelligence MCP Server
MCP server that gives AI agents access to agent payments ecosystem intelligence. Scans GitHub, Hacker News, and npm for signals, classifies and scores them, and returns actionable opportunities.
Tools
| Tool | Description | Cost |
|---|---|---|
scan_opportunities |
Scan GitHub, HN, and npm for new repos, packages, and discussions across AP2, ACP, x402, MPP, and UCP. Returns AI-classified and scored opportunities. Use when asking about recent activity or new developments in agent payments. | $0.01 USDC |
get_protocol_info |
Get the canonical description of a specific agent payment protocol including creator, maturity, repo URL, and layer (authorization, commerce, or settlement). Use when asking about a specific protocol. | Free |
compare_protocols |
Side-by-side comparison matrix of all five protocols across creator, layer, agent delegation, budget limits, cross-merchant coordination, and MCP integration. Use when comparing protocols. | Free |
Install
git clone https://github.com/goodmeta/intelligence-mcp.git
cd intelligence-mcp
npm install
cp .env.example .env # add your keys
npm run build





