AGA-mcp-server
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": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| aga_server_infoB | Get AGA server info, public keys, portal state, and framework alignment. |
| get_server_infoC | Get AGA server info (alias for aga_server_info). |
| aga_init_chainC | Initialize continuity chain with genesis event. (Claim 3a) |
| init_chainC | Initialize continuity chain (alias for aga_init_chain). (Claim 3a) |
| aga_create_artifactC | Attest subject, generate sealed Policy Artifact, load into portal. Accepts content or pre-computed hashes. (Claims 1a-1d) |
| aga_measure_subjectC | Measure subject state, compare to sealed reference. Generates signed receipt. (Claims 1e-1g) |
| aga_verify_artifactC | Verify an artifact signature against an issuer public key. |
| aga_start_monitoringC | Start or restart behavioral monitoring with a new baseline. |
| aga_get_portal_stateB | Get current portal state, loaded artifact info, and enforcement status. |
| aga_trigger_measurementC | Trigger a measurement of subject content and generate a receipt. |
| aga_generate_receiptC | Generate a signed measurement receipt manually. |
| aga_export_bundleB | Package artifact + receipts + Merkle proofs for offline verification. (Claim 9) |
| aga_verify_bundleC | Verify evidence bundle offline - 4-step verification. (Section J) |
| aga_disclose_claimC | Request disclosure of a claim. Auto-substitutes if sensitivity denied. (Claim 2) |
| aga_get_chainC | Get continuity chain events with optional verification and filtering. (Claim 3c) |
| aga_quarantine_statusC | Get quarantine state and forensic capture status. (Claim 5) |
| aga_revoke_artifactA | Revoke an active policy artifact mid-session. Supports TERMINATED or SAFE_STATE transition. (NCCoE Phase 3b) |
| aga_set_verification_tierB | Set the verification tier (BRONZE, SILVER, GOLD). |
| aga_demonstrate_lifecycleC | Execute full AGA lifecycle demo: attest → measure → drift → revoke → bundle → verify. |
| aga_measure_behaviorC | Measure behavioral patterns or record tool invocation. (NIST-2025-0035) |
| aga_delegate_to_subagentC | Derive constrained policy artifact for sub-agent. Scope only diminishes. (NCCoE) |
| aga_rotate_keysC | Rotate a keypair (issuer, portal, or chain). Old key should be revoked. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| nccoe-demo | NCCoE AI Agent Identity and Authorization - Full 4-phase demo with behavioral drift detection |
| governance-report | Generate a session governance summary report |
| drift-analysis | Analyze drift events and recommend remediation |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| protocol-specification | AGA Protocol Specification v2.0.0 with SPIFFE integration and framework alignment |
| sample-bundle | Pre-generated cryptographically signed evidence bundle |
| crypto-primitives | AGA cryptographic primitives documentation |
| patent-claims | USPTO 19/433,835 patent claims mapped to 20 tools |
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/attestedintelligence/aga-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server