jagmarques

Asqav MCP Server

Community jagmarques
Updated

MCP server for AI agent governance - policy checks, audit trails, compliance

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

MCP Server · Populars

MCP Server · New

    nteract

    semiotic

    A data visualization for AI and Streaming

    Community nteract
    rixinhahaha

    Snip

    A macOS menu-bar screenshot tool with annotation, AI-powered organization, and semantic search. Built with Electron and Ollama. Featured on Product Hunt: https://www.producthunt.com/products/snip-ai-powered-macos-screenshot-tool

    Community rixinhahaha
    blitzdotdev

    Blitz

    Blitz mac app

    Community blitzdotdev
    mozilla

    Firefox DevTools MCP

    Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

    Community mozilla
    globau

    Firefox DevTools MCP

    Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

    Community globau