fosterrx-verify-mcp-server
fosterrx-verify-mcp-server
公開情報のみを使用してFoster Rx証明書を検証する読み取り専用のMCPサーバーです。世界で読み取り可能な証明書エンベロープと、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