Skip to main content
Glama
khandrew1

mcp-use-evc-example

by khandrew1

mcp-use + EVC 授权示例

这个独立示例将 Bolyra External Verifier Contract v1 主机边界放在现有 mcp-use TypeScript 中间件接缝之后。网关代理 vault_echo,启动一个单次外部验证器,验证其封闭的判定信封,并且仅在 allow 后才调用 next()

运行

npm install
npm test
npm run dev

打开打印的 URL 以使用内置的 mcp-use Inspector。调用 vault_echo,参数如下:

{
  "message": "hello",
  "bundle": "demo-valid-bundle",
  "agentName": "research-bot",
  "model": "demo-model"
}

bundle 改为任何其他值,即可看到外部验证器在上游服务器运行之前拒绝该调用。

主机适配器演示了重要的 EVC 机制:stdin 上的一个请求、stdout 上的一个有界判定、超时和进程失败处理、严格的判定形状、先预留后分发的 nonce 处理,以及故障关闭行为。该验证器特意是一个极小的外部类演示,而不是 Bolyra 的 ZK 验证器。

EVC 是一个独立的第三方合约,不属于 MCP 或 mcp-use 的一部分。

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    C
    maintenance
    Security 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.
    5
    693
    9
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables MCP hosts to verify agent spending mandates and receipts, providing stateless tools for authorization, chain verification, credential verification, and DID resolution.
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    An 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enforces 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

View all related MCP servers

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

View all MCP Connectors

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/khandrew1/mcp-use-evc-example'

If you have feedback or need assistance with the MCP directory API, please join our Discord server