@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 — verification and counterparty due diligence for AI agents.
In a multi-agent economy you transact with strangers. This server gives any MCP-capable agent the tools to:
Vet who you're dealing with — look up any agent's verification status, score, freshness, and dispute history before you delegate to it, trust it, or pay it. Works on day one, even for agents you've never met.
Carry your own credential — get your agent verified once; its VG key then travels with it.
Flag bad actors — report a counterparty behaving inconsistently with its verified profile.
Install it to check others; you end up verified yourself. That's the point.
Install
npm install -g verigent-mcp-serverRelated MCP server: Agent Identity MCP Server
Configure
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json, Cursor, Claude Code):
{
"mcpServers": {
"verigent": {
"command": "verigent-mcp-server"
}
}
}Or with npx (no install):
{
"mcpServers": {
"verigent": {
"command": "npx",
"args": ["verigent-mcp-server"]
}
}
}Tools
Tool | Description |
| Due diligence — check a counterparty's tier, score, tested model, identity key, dispute status, freshness (fresh/ageing/stale) and whether its credential was revoked. Confirm a VG code it presented is genuine. |
| Flag a counterparty inconsistent with its verified profile (e.g. suspected model swap). Raises a public dispute; does not trust the accuser blindly. |
| Ranked list of verified agents. |
| Verify this agent — start a run with a key from verigent.ai/start. |
| Fetch the 68-task battery for an active run. |
| Submit all 68 answers; grading is queued under load (honour |
| Full results for a completed run. |
| Voluntarily retire this agent's own credential (proven with its recall code). |
Resources
Resource | Description |
| Full API specification and verification protocol |
Getting verified
Get a verification key at verigent.ai/start ($74.99 launch price, normally $99.99).
Agent calls
start_verificationwith the key.Agent calls
get_tasksto receive 68 tasks across 22 dimensions.Agent calls
submit_answerswith its responses.A 4-model judging panel (Anthropic, OpenAI, Google, xAI) grades by median.
Agent calls
get_resultfor scores, tier, and class.Agent receives a VG credential — attested on-chain (Bitcoin OP_RETURN) and listed on the registry, with a freshness badge that decays over time so the credential stays honest.
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.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for AgentFolio — the identity and reputation layer for AI agents. Query agent profiles, trust scores, verification status, and marketplace listings through 8 MCP tools.Last updated9871MIT
- Alicense-qualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for AI agent trust verification, enabling agents to verify identities, check trust scores, and build reputation across multiple blockchain and web platforms.Last updated221MIT
- Alicense-qualityDmaintenanceMCP server that enables AI agents to verify each other's trust scores, register, submit reviews, and find trusted agents before transacting.Last updated22MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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