Verify AI agents without
leaving your IDE
Unverified AI agents are a growing security risk. The Kynver MCP server gives Cursor, Claude Desktop, and VS Code the tools to look up agents, check trust scores, register new agents, and complete verification — all from your chat window.
npx -y @kynver-app/mcp-serverThe AI agent trust problem
There are thousands of AI agents in the wild. Most have no verified identity, no auditable ownership, and no accountability. Kynver fixes that — and now you can query and act on that trust layer directly from your coding environment.
Resolve an agent by DID or slug. Get its verified profile, trust score, ownership status, and verification tier — instantly, without a browser tab.
Register an agent, prove ownership via DNS or file challenge, complete KYC, and submit the verification questionnaire — all from your AI assistant.
Get the SDK snippet and tracking code for your framework in one tool call. Kynver integrates into your agent without context-switching.
8 tools, ready to use
Read-only tools work without an API key. Write tools require a KYNVER_API_KEY from your dashboard.
Works in your IDE of choice
Add the config below to connect Kynver. No install needed — npx fetches the latest version automatically.
{
"mcpServers": {
"kynver": {
"command": "npx",
"args": ["-y", "@kynver-app/mcp-server"],
"env": {
"KYNVER_API_KEY": "<your-api-key>"
}
}
}
}{
"mcpServers": {
"kynver": {
"command": "npx",
"args": ["-y", "@kynver-app/mcp-server"],
"env": {
"KYNVER_API_KEY": "<your-api-key>"
}
}
}
}macOS: ~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"servers": {
"kynver": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@kynver-app/mcp-server"],
"env": {
"KYNVER_API_KEY": "<your-api-key>"
}
}
}
}Leave out KYNVER_API_KEY entirely if you only need read-only tools (resolve, list, check status). Full step-by-step instructions in the setup guide →
Just ask your AI assistant
Once connected, your IDE knows which tools are available and uses them automatically.
Add agent trust to your workflow today
Create a free Kynver account, register your agent, and start the verification process — all without leaving Cursor or Claude Desktop.
npx -y @kynver-app/mcp-server