mcp-use-evc-example
Ejemplo de autorización con mcp-use + EVC
Este ejemplo independiente sitúa una frontera de host de Bolyra External Verifier Contract v1 detrás de la costura de middleware TypeScript existente de mcp-use. Una puerta de enlace actúa como proxy para vault_echo, lanza un verificador externo de un solo uso, valida su sobre de veredicto cerrado y únicamente llama a next() después de un allow.
Ejecución
npm install
npm test
npm run devAbre la URL impresa para usar el Inspector mcp-use integrado. Llama a vault_echo con:
{
"message": "hello",
"bundle": "demo-valid-bundle",
"agentName": "research-bot",
"model": "demo-model"
}Cambia bundle a cualquier otro valor para ver cómo el verificador externo deniega la llamada antes de que se ejecute el servidor ascendente.
El adaptador de host demuestra los mecanismos importantes de EVC: una solicitud en stdin, un veredicto acotado en stdout, manejo de tiempos de espera y fallos de proceso, formas de veredicto estrictas, manejo del nonce con reserva previa al envío y comportamiento de cierre ante fallos. El verificador es deliberadamente una pequeña demo de clase externa, no el verificador ZK de Bolyra.
EVC es un contrato de terceros independiente y no forma parte de MCP ni de mcp-use.
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
- AlicenseBqualityCmaintenanceSecurity gateway that wraps any MCP server with per-tool policies, approval gates, and optional Ed25519-signed decision receipts. Shadow mode logs every tool call without blocking; enforce mode applies block, rate-limit, and minimum-tier rules. Receipts are independently verifiable offline with no accounts needed.56939MIT

vantic-mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables MCP hosts to verify agent spending mandates and receipts, providing stateless tools for authorization, chain verification, credential verification, and DID resolution.Apache 2.0- AlicenseNot gradedqualityAmaintenanceAn authorizing reverse proxy for MCP servers that enforces per-call policy rules on tool arguments with audit logging, dry-run, and rate limiting.Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnforces identity-based access control and audit logging for MCP servers, letting you grant fine-grained tool permissions to users and systems while failing secure by default.MIT
Related MCP Connectors
Remote MCP for A2A caller identity, scope policy, verdict receipts, and audit history.
A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON.
A paid remote MCP for Skybridge, built to return verdicts, receipts, usage logs, and audit-ready JSO
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/khandrew1/mcp-use-evc-example'
If you have feedback or need assistance with the MCP directory API, please join our Discord server