MCP Ap2 runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 16 Jul 2026.
MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-ap2 -- npx -y @codespar/mcp-ap2
{
"mcpServers": {
"mcp-ap2": {
"args": [
"-y",
"@codespar/mcp-ap2"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-ap2]
command = "npx"
args = ["-y", "@codespar/mcp-ap2"]
{
"mcpServers": {
"mcp-ap2": {
"args": [
"-y",
"@codespar/mcp-ap2"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-ap2": {
"args": [
"-y",
"@codespar/mcp-ap2"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.