Agent Compliance Passport MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| issue_passportA | Issue a signed Agent Compliance Passport. The passport is a portable Ed25519-signed credential carrying the agent's DID, type, the compliance frameworks it asserts conformance to, and per-article claim status. Valid for 365 days by default. |
| verify_passportA | Verify a passport offline. Checks the Ed25519 signature and expiry. Returns {valid, issuer, expires_at, frameworks_covered}. No network is required - this is the auditor's math. |
| exchange_credentialsA | A2A handshake. Two agents present their passports and negotiate a short-lived authorization token whose scope is the intersection of the frameworks the presented passport covers. Returns {authorized, scope, expires}. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/meok-compliance-passport-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server