@Verigent/ Server
БесплатноНе проверенMCP server for Verigent's AI agent verification, enabling agents to verify themselves, check other agents' status, and browse the leaderboard.
Описание
MCP server for Verigent's AI agent verification, enabling agents to verify themselves, check other agents' status, and browse the leaderboard.
README
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-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 |
|---|---|
verify_agent |
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. |
report_agent |
Flag a counterparty inconsistent with its verified profile (e.g. suspected model swap). Raises a public dispute; does not trust the accuser blindly. |
get_leaderboard |
Ranked list of verified agents. |
start_verification |
Verify this agent — start a run with a key from verigent.ai/start. |
get_tasks |
Fetch the 68-task battery for an active run. |
submit_answers |
Submit all 68 answers; grading is queued under load (honour retry_after). |
get_result |
Full results for a completed run. |
revoke_credential |
Voluntarily retire this agent's own credential (proven with its recall code). |
Resources
| Resource | Description |
|---|---|
verigent://agents.txt |
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 |
|---|---|---|
VERIGENT_API_URL |
https://verigent.ai |
API base URL |
License
MIT
Установить @Verigent/ Server в Claude Desktop, Claude Code, Cursor
unyly install verigent-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add verigent-mcp-server -- npx -y verigent-mcp-serverFAQ
@Verigent/ Server MCP бесплатный?
Да, @Verigent/ Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Verigent/ Server?
Нет, @Verigent/ Server работает без API-ключей и переменных окружения.
@Verigent/ Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Verigent/ Server в Claude Desktop, Claude Code или Cursor?
Открой @Verigent/ Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Verigent/ Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
