fosterrx-verify-mcp-server
fosterrx-verify-mcp-server
一个只读的 MCP 服务器,仅使用公开材料验证 Foster Rx 证书:世界可读的证书信封,以及发布在 https://fosterrx.com/.well-known/angis-signing-key-v1.pub 的 Ed25519 信任锚。
此代码库中不存在任何凭据。 这不是部署选择,而是产品以服务器形式呈现的论点:需要 Foster Rx 许可的验证不算是验证。此仓库公开且可审计,正是同一论点的组成部分。
工具
工具 | 功能 |
| 对签名规范字节与实时信任锚进行真实的 Ed25519 验证。判定结果: |
| 完整的签名规范,逐字解码。不执行任何验证;不做任何重命名或改进。 |
| 已发布的公钥,以及完全不使用 Foster Rx 软件进行验证的说明。 |
Related MCP server: proofrelay
判定原则
not_found不等于无效。 未发布的证书是关于公共登记册的事实,绝不构成对任何工件的断言。tool_fault不等于无效。 网络故障或格式错误的输入是关于此工具运行情况的事实,与证书本身无关。signature_invalid仅在已发布密钥下对签名字节进行 Ed25519 运算失败后才予以断言。两种已颁发的标识符格式均被接受(
FRXS-<16 hex>和FRXS-<uuid>);仅从其中一种推断出的模式此前曾拒绝过每一张真实证书。
运行
npm ci && npm run build
PORT=8080 node dist/index.js # MCP endpoint at POST /mcp, health at /healthz部署(Cloud Run)
gcloud run deploy fosterrx-verify-mcp --source . \
--region us-east4 --project fosterrx-prod --allow-unauthenticated公开、无需认证,这是设计使然:它只能读取世界本已可读的内容。
使用你自己的 AI 进行验证
此服务器是公开的。任何人都可以注册它并验证任何已发布的 Foster Rx 证书——无需账户,无需许可:
在 Claude(或任何 MCP 客户端)中:添加一个自定义连接器,URL 为
https://fosterrx-verify-mcp-630726936307.us-east4.run.app/mcp询问:
verify FRXS-5330F9E368BA4536读者获得的是密码学判定——而非签发者的一面之词。
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
- AlicenseAqualityFmaintenanceEnables AI agents to verify document timestamps and list all recorded proofs on the Verus blockchain using a VerusID. It queries public Verus RPC endpoints to facilitate hash verification without requiring API keys or authentication.344MIT
- AlicenseAqualityAmaintenanceRead-only ProofRelay MCP verifier for non-confidential evidence bundles. Exposes 22 public-safe tools, 11 resources, and 11 prompts for bundle integrity checks, receipt-chain review, checkpoint recommendations, MCP risk metadata review, and real-estate closing proof-pack readiness.5MIT
- AlicenseNot gradedqualityDmaintenanceEnables querying the Verified Human Cert registry to verify human-made music certifications by ISRC, artist, track, or cert number.1MIT
- FlicenseNot gradedqualityAmaintenanceEnables querying and verifying signed receipts of static inspections of public agent skills via read-only tools such as search_receipts, get_receipt, and get_verification_material.1
Related MCP Connectors
Free, no-account verification of KeyHalve-sealed documents. Read-only; never receives keys.
Read-only XRP Ledger MCP tools with proof-annotation envelopes and signed daily snapshots.
Read-only Remote MCP for externally grounded AI agent trust receipts.
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/gfoster12/fosterrx-verify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server