MCP Server
MCP
io.github.codespar/mcp-ap2
MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-ap2",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for ap2",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AP2_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment