MCP SERVER

Agent Payments Intelligence

AI agents scanning the agent payments ecosystem. GitHub, Hacker News, npm. Classified, scored, actionable.

AP2ACPx402MPPUCPMCP

Tools

scan_opportunities free

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_protocol_info free

Get details on any of the five agent payment protocols: AP2, ACP, x402, MPP, or UCP.

compare_protocols free

Full comparison matrix across all five protocols. Authorization, settlement, commerce layers.

Connect

// 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"

Try It

# 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":{}}}'