{"name":"agentpki-mcp","version":"0.1.0","vendor":"AgentPKI","description":"AgentPKI cryptographic agent identity — mint, verify, decode, inspect.","documentation":"https://agentpki.dev/spec/mcp","endpoints":{"manifest":"https://mcp.agentpki.dev/.well-known/mcp-server.json","jsonrpc":"https://mcp.agentpki.dev/"},"tools_summary":[{"name":"agentpki_verify","description":"Verify an AgentPKI PASETO v4.public token. Returns the verifier verdict (allow/deny), failure reason if denied, and elapsed time. Use this when a user pastes a token, asks \"is this real?\", or asks you to check an agent identity."},{"name":"agentpki_mint","description":"Mint a demo AgentPKI passport from demo.agentpki.dev. Useful for testing or demos. Pass revoked=true to get a token signed with a revoked kid (will fail verification)."},{"name":"agentpki_decode","description":"Decode (without verifying) a PASETO token to JSON. Shows the payload claims, footer, and signature byte info. Use this when a user wants to see what a token CLAIMS without trusting it."},{"name":"agentpki_check_kid_status","description":"Look up an issuer's directory and report whether a given kid is currently active or revoked."},{"name":"agentpki_check_url","description":"Fetch a URL and verify any AgentPKI-Token response header it includes. Use this when a user asks \"does this site participate in AgentPKI?\" or wants to audit a site's agent-identity adoption."}]}