{
  "markdown": "# Intelligence MCP Server\n\nMCP 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.\n\n## Tools\n\n| Tool | Description | Cost |\n|------|-------------|------|\n| `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 |\n| `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 |\n| `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 |\n\n## Install\n\n```bash\ngit clone https://github.com/goodmeta/intelligence-mcp.git\ncd intelligence-mcp\nnpm install\ncp .env.example .env  # add your keys\nnpm run build\n```\n\n## Usage with Claude Code\n\nAdd to your Claude Code MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"intelligence\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/intelligence-mcp/dist/index.js\"],\n      \"env\": {\n        \"GITHUB_PAT\": \"ghp_...\",\n        \"ANTHROPIC_API_KEY\": \"sk-ant-...\"\n      }\n    }\n  }\n}\n```\n\nThen ask Claude: \"Scan for agent payment opportunities from the last 7 days\"\n\n## Example\n\n```\n> scan_opportunities(days=7, min_score=12)\n\nFound 23 opportunities (99 signals scanned):\n\n[19/20] [contribution] paygraph-ai/paygraph: Policy engine needs cross-gateway budget tracking\n  Action: File issue about cross-wallet coordination gap\n  Why: Building agent wallet with spend controls but no cross-gateway budget\n  https://github.com/paygraph-ai/paygraph\n\n[18/20] [prospect] sentinelx402: Looking for x402 beta testers\n  Action: Offer to test with agent-verifier integration\n  ...\n```\n\n## Data Sources\n\n- GitHub: new repos in tracked orgs + keyword search across all of GitHub\n- Hacker News: stories matching agent payment keywords (via Algolia API)\n- npm: new packages matching protocol keywords\n\n## Built by\n\n[Eric Tsang](https://linkedin.com/in/tsangeric) / [Good Meta](https://goodmeta.co)\n\nPart of the [Agent Payments Landscape](https://github.com/goodmeta/agent-payments-landscape) project.\n",
  "bytes": 2496,
  "sha": "c9714697b09c23f2fa37a76ca73ba3325544c226565d83510cde8ededc7bd360",
  "repo_slug": "goodmeta/intelligence-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_goodmeta_intelligence_mcp_ef173f21/readme"
}