Skip to main content
Glama
khandrew1

mcp-use-evc-example

by khandrew1

mcp-use + EVC 認可の例

このスタンドアロン例は、既存の mcp-use TypeScript ミドルウェアのシームの背後に、Bolyra External Verifier Contract v1 のホスト境界を配置します。ゲートウェイは 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 上の 1 リクエスト、stdout 上の 1 つの有界な判定、タイムアウトとプロセス障害の処理、厳密な判定形状、ディスパッチ前の 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