Skip to main content
Glama
gfoster12

fosterrx-verify-mcp-server

by gfoster12

fosterrx-verify-mcp-server

一个只读的 MCP 服务器,仅使用公开材料验证 Foster Rx 证书:世界可读的证书信封,以及发布在 https://fosterrx.com/.well-known/angis-signing-key-v1.pub 的 Ed25519 信任锚。

此代码库中不存在任何凭据。 这不是部署选择,而是产品以服务器形式呈现的论点:需要 Foster Rx 许可的验证不算是验证。此仓库公开且可审计,正是同一论点的组成部分。

工具

工具

功能

fosterrx_verify_certificate

对签名规范字节与实时信任锚进行真实的 Ed25519 验证。判定结果:verified / signature_invalid / not_found / tool_fault

fosterrx_get_certificate_record

完整的签名规范,逐字解码。不执行任何验证;不做任何重命名或改进。

fosterrx_get_trust_anchor

已发布的公钥,以及完全不使用 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 证书——无需账户,无需许可:

  1. 在 Claude(或任何 MCP 客户端)中:添加一个自定义连接器,URL 为 https://fosterrx-verify-mcp-630726936307.us-east4.run.app/mcp

  2. 询问:verify FRXS-5330F9E368BA4536

  3. 读者获得的是密码学判定——而非签发者的一面之词。

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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
    A
    quality
    F
    maintenance
    Enables 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.
    3
    44
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Read-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.
    5
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables querying the Verified Human Cert registry to verify human-made music certifications by ISRC, artist, track, or cert number.
    1
    MIT

View all related MCP servers

Related MCP Connectors

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/gfoster12/fosterrx-verify-mcp'

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