MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)
claude mcp add mcp-ap2 -- npx -y @codespar/mcp-ap2
claude_desktop_config.json
{
"mcpServers": {
"mcp-ap2": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-ap2"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-ap2": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-ap2"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-ap2": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-ap2"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-ap2": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-ap2"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-ap2": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-ap2"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.codespar--mcp-ap2/reviews or the review_server meta-tool.
POST /mcp