# Agent Payments Intelligence

Agent payments ecosystem intelligence. Scans GitHub, Hacker News, and npm for activity across AP2, ACP, x402, MPP, and UCP. Returns scored and classified opportunities. Free protocol info and compari…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add goodmeta/intelligence-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list goodmeta/intelligence-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get goodmeta/intelligence-mcp scan_opportunities

# Call a tool
npx -y @smithery/cli@latest tool call goodmeta/intelligence-mcp scan_opportunities '{}'
```

## Direct MCP Connection

Endpoint: `https://intelligence-mcp--goodmeta.run.tools`

**Optional config:**
- `GITHUB_PAT` (query) — GitHub Personal Access Token. Only required when self-hosting via the npm package.
- `ANTHROPIC_API_KEY` (query) — Anthropic API key for signal classification. Only required when self-hosting via the npm package.

## Tools (3)

- `scan_opportunities` — Scan GitHub, Hacker News, and npm for fresh signals across AP2, ACP, x402, MPP, and UCP. Classifies and scores opportun…
- `get_protocol_info` — Get details about a specific agent payment protocol (AP2, ACP, x402, MPP, or UCP). Returns creator, layer, maturity, re…
- `compare_protocols` — Compare AP2, ACP, x402, MPP, and UCP across creator, layer, agent delegation, budget limits, cross-merchant coordinatio…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get goodmeta/intelligence-mcp <tool-name>
```

## Resources

- `https://github.com/goodmeta/agent-payments-landscape` — Living comparison matrix of AP2, ACP, x402, MPP, and UCP. Source repo for this server's protocol data.

## Prompts (1)

- `agent_payments_briefing` (focus) — Walk an LLM through how to research the agent payments ecosystem using this server's tools.
