get_protocol_info
ActiveTool of intelligence-mcp
Get the canonical description of an agent payment protocol including creator, maturity level, repo URL, and what layer it operates at (authorization, commerce, or settlement). Use when the user asks about a specific protocol ('what is AP2?', 'who created MPP?', 'is x402 production ready?', 'what layer does ACP operate at?'). Use compare_protocols instead when comparing multiple protocols against each other.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"protocol"
],
"properties": {
"protocol": {
"enum": [
"ap2",
"acp",
"x402",
"mpp",
"ucp"
],
"type": "string",
"description": "Protocol identifier (e.g., 'ap2' for Google's authorization layer, 'x402' for Coinbase's settlement layer)."
}
}
}Parent server
intelligence-mcp
https://github.com/goodmeta/intelligence-mcp
2/7 registries