Asqav MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
pip install -e .
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add -e "ASQAV_API_KEY=${ASQAV_API_KEY}" asqav-mcp -- node "<FULL_PATH_TO_ASQAV_MCP>/dist/index.js"

Replace <FULL_PATH_TO_ASQAV_MCP>/dist/index.js with the actual folder you prepared in step 1.

Required:ASQAV_API_KEY+ 1 optional
README.md

AI agent governance through MCP, policy enforcement, and audit trails.

Asqav MCP Server

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

Tools

Tool Description
check_policy Check if an action is allowed by policies
sign_action Create a signed audit record for an action
list_agents List registered agents
get_agent Get agent details
verify_signature Verify 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

Tools (5)

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

Environment Variables

ASQAV_API_KEYrequiredAPI key for Asqav service authentication
ASQAV_API_URLThe base URL for the Asqav API

Configuration

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

Try it

Check if the current agent is authorized to perform the file deletion action.
List all registered AI agents and provide details for the primary agent.
Create a signed audit record for the recent database modification.
Verify the signature of the last action performed by the agent.

Frequently Asked Questions

What are the key features of Asqav MCP?

Policy enforcement for AI agent actions. Quantum-safe audit trails using ML-DSA. Multi-party authorization support. Compliance reporting for AI agents.

What can I use Asqav MCP for?

Enforcing security policies on autonomous AI agents. Maintaining immutable audit logs for AI-driven decisions. Verifying agent actions in regulated environments. Managing and monitoring multiple AI agents within a unified framework.

How do I install Asqav MCP?

Install Asqav MCP by running: pip install -e .

What MCP clients work with Asqav MCP?

Asqav MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Asqav MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare