veragent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VERAGENT_API_BASE | No | Override the API base URL for Veragent trust registry | https://veragent.store/api/v1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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_tool_trustA | Check the Veragent trust score and audit state of an MCP tool / server / agent by name. Use this BEFORE installing or recommending an MCP tool to verify it is safe. |
| list_trusted_toolsB | List the most trusted MCP tools, optionally filtered by a search query. |
| scan_mcp_stackA | Score a whole MCP stack for security. Pass a parsed mcp_settings.json object (or just its mcpServers block). Returns per-server risk levels and a summary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: checking a single tool, listing trusted tools, and scanning a full stack. No overlap.
All tool names follow the consistent verb_noun pattern with snake_case, making them predictable.
Three tools is appropriate for a security verification server, covering individual check, listing, and stack scan without excess.
The tool surface covers the main verification operations, though a detailed audit or reporting tool could enhance completeness.