AI agents scanning the agent payments ecosystem. GitHub, Hacker News, npm. Classified, scored, actionable.
Scan GitHub, HN, npm for new repos, issues, packages, and funding signals in the agent payments ecosystem. Returns scored and classified opportunities with recommended actions.
Get details on any of the five agent payment protocols: AP2, ACP, x402, MPP, or UCP.
Full comparison matrix across all five protocols. Authorization, settlement, commerce layers.
// Claude Code / Cursor — add to MCP config:
{
"mcpServers": {
"intelligence": {
"type": "url",
"url": "https://intel.goodmeta.co/mcp"
}
}
}
# Then ask your agent:
"Scan for agent payment opportunities from the last 7 days"
"Compare AP2 vs MPP vs x402"
"Tell me about the UCP protocol"
# List available tools
curl -X POST https://intel.goodmeta.co/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "MCP-Protocol-Version: 2025-06-18" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","clientInfo":{"name":"curl","version":"1.0"},"capabilities":{}}}'