Skip to main content
Glama
lixiaowww

veragent-mcp

by lixiaowww

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VERAGENT_API_BASENoOverride the API base URL for Veragent trust registryhttps://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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: checking a single tool, listing trusted tools, and scanning a full stack. No overlap.

Naming Consistency5/5

All tool names follow the consistent verb_noun pattern with snake_case, making them predictable.

Tool Count5/5

Three tools is appropriate for a security verification server, covering individual check, listing, and stack scan without excess.

Completeness4/5

The tool surface covers the main verification operations, though a detailed audit or reporting tool could enhance completeness.

Maintenance

ActivityInactive
ResponsivenessNo issues