asqav-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASQAV_API_KEY | Yes | Your Asqav API key used for authentication. | |
| ASQAV_API_URL | No | The Asqav API URL (optional, defaults to https://api.asqav.com). | https://api.asqav.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_policyA | Check if an action is allowed by the organization's policies. |
| preflight_checkA | Combined agent-status + policy-allowed check; returns CLEARED / NOT CLEARED summary. |
| sign_actionA | Create a signed audit record for an AI agent action. |
| list_agentsA | List all registered AI agents in the organization. |
| get_agentB | Get details for a specific AI agent. |
| verify_signatureC | Verify an existing signature by signature_id. |
| verify_outputA | Verify a signature and confirm the signed payload's output_hash matches expected_output. |
| gate_actionA | Pre-execution gate; signs the decision and returns APPROVED, DENIED, or PENDING_APPROVAL. |
| complete_actionA | Sign the outcome of a gate-approved action and link it to the approval signature. |
| enforced_tool_callA | Strong-enforcement path: policy-check + (optional) forward + sign request and response. |
| create_tool_policyA | Upsert a local tool enforcement policy used by gate_action and enforced_tool_call. |
| list_tool_policiesA | List all active local tool enforcement policies. |
| delete_tool_policyB | Remove a local enforcement policy for a tool. |
| scan_tool_definitionA | Scan an MCP tool definition for security threats. |
| scan_all_toolsA | Scan every registered tool policy for security threats. Checks tool names for typosquatting and hidden unicode. Returns a summary with per-tool risk assessments. |
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/jagmarques/asqav-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server