MCP Hub
Back to servers

asqav-mcp

AI agent governance through MCP - policy enforcement, quantum-safe audit trails (ML-DSA), multi-party authorization, and compliance reporting for AI agents.

glama
Forks
1
Updated
Mar 21, 2026

Asqav MCP Server

MCP server for AI agent governance. Check policies, create audit trails, and verify compliance through any MCP client.

asqav-mcp MCP server

Tools

ToolDescription
check_policyCheck if an action is allowed by policies
sign_actionCreate a signed audit record for an action
list_agentsList registered agents
get_agentGet agent details
verify_signatureVerify a signature

Setup

# Install
pip install -e .

# Set your API key
export ASQAV_API_KEY="sk_live_..."
export ASQAV_API_URL="https://api.asqav.com"  # optional, this is the default

Usage with Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "asqav": {
      "command": "asqav-mcp",
      "env": {
        "ASQAV_API_KEY": "sk_live_..."
      }
    }
  }
}

Usage with Claude Code

claude mcp add asqav -- asqav-mcp

Development

cd mcp-server
uv venv && source .venv/bin/activate
uv pip install -e .
asqav-mcp

Reviews

No reviews yet

Sign in to write a review