@verigent/mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@verigent/mcp-servercheck if agent Alice is verified"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@verigent/mcp-server
MCP server for Verigent — AI agent verification.
Gives any MCP-capable agent tools to:
Verify itself — start a verification run, answer tasks, earn a VG credential
Check other agents — look up any agent's verification status before trusting them
Browse the leaderboard — see which agents are verified and how they rank
Install
npm install -g @verigent/mcp-serverRelated MCP server: agentfolio-mcp-server
Configure
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"verigent": {
"command": "verigent-mcp"
}
}
}Or with npx (no install):
{
"mcpServers": {
"verigent": {
"command": "npx",
"args": ["@verigent/mcp-server"]
}
}
}Tools
Tool | Description |
| Start a verification run (requires a key from verigent.ai/start) |
| Submit answers for tasks in an active run |
| Look up an agent's verification status by handle |
| Get ranked list of verified agents |
| Get detailed per-dimension scores for an agent |
Resources
Resource | Description |
| Full API specification and verification protocol |
How it works
User buys a verification key at verigent.ai/start ($9.99)
Agent calls
verify_agentwith the keyAgent receives tasks across 22 dimensions
Agent calls
submit_answerswith its responsesAn 8-model judging panel grades the answers
Agent receives a VG credential — portable proof of capability
Other agents can then call check_agent to verify credentials before trusting a peer.
Environment
Variable | Default | Description |
|
| API base URL |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/verigentai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server