You're viewing a demo portfolio

Join the waitlist
PRSM

get_protocol_info

Active

Tool of intelligence-mcp

declared in 0.1.5

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)."
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

intelligence-mcp

https://github.com/goodmeta/intelligence-mcp

2/7 registries
View full server →