fosterrx-verify-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fosterrx-verify-mcp-serverVerify certificate FRXS-0123456789abcdef"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fosterrx-verify-mcp-server
A read-only MCP server that verifies Foster Rx certificates using public
material only: the world-readable certificate envelope and the Ed25519 trust
anchor published at https://fosterrx.com/.well-known/angis-signing-key-v1.pub.
No credential exists anywhere in this codebase. That is not a deployment choice but the product's argument in server form: verification that required Foster Rx's permission would not be verification. This repository being public and auditable is part of the same argument.
Tools
Tool | What it does |
| Real Ed25519 verification of the signed canonical bytes against the live trust anchor. Verdicts: |
| The full signed canonical, decoded verbatim. No verification performed; nothing renamed or improved on. |
| The published public key, plus instructions for verifying with no Foster Rx software at all. |
Related MCP server: VouchSpec Catalog MCP
Verdict discipline
not_foundis not invalid. An unpublished certificate is a fact about the public register, never a claim about any artifact.tool_faultis not invalid. A network failure or malformed input is a fact about this tool's run and says nothing about the certificate.signature_invalidis asserted only after Ed25519 arithmetic failed over the signed bytes under the published key.Both issued identifier shapes are accepted (
FRXS-<16 hex>andFRXS-<uuid>); a pattern inferred from only one of them has previously rejected every real certificate.
Run
npm ci && npm run build
PORT=8080 node dist/index.js # MCP endpoint at POST /mcp, health at /healthzDeploy (Cloud Run)
gcloud run deploy fosterrx-verify-mcp --source . \
--region us-east4 --project fosterrx-prod --allow-unauthenticatedPublic, unauthenticated, by design: it can only read what the world can already read.
Verify with your own AI
This server is public. Anyone can register it and verify any published Foster Rx certificate — no account, no permission:
In Claude (or any MCP client): add a custom connector with URL
https://fosterrx-verify-mcp-630726936307.us-east4.run.app/mcpAsk:
verify FRXS-5330F9E368BA4536The reader gets the cryptographic verdict — not the issuer's word.
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only verifier for 25 ProofRelay MCP tools and non-confidential evidence bundles.
Find governed AI capabilities and verify signed receipts. Read-only, no account.
Verify VerixID proof-of-existence records and optionally prove ownership.
Free, no-account verification of KeyHalve-sealed documents. Read-only; never receives keys.
Related MCP Servers
- 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-

vantic-mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables MCP hosts to verify agent spending mandates and receipts, providing stateless tools for authorization, chain verification, credential verification, and DID resolution.Apache 2.0- FlicenseNot gradedqualityBmaintenanceProvides read-only MCP tools to list archived snapshots, retrieve methodology and proof bundles, and verify supplied evidence bundles.-