Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-foundrynet-mint-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for io.github.FoundryNet/mint-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The trust layer for the agent economy. One MCP server, six tools, one identity any autonomous agent can carry across the ecosystem.
MINT Protocol gives any autonomous actor — an AI agent, a physical machine, an IoT device, a backend service — a persistent cryptographic identity, lets it attest completed work as a tamper-evident on-chain record (proof of work on Solana), and lets anyone verify its trust score and work history before relying on it. On top of that, peers can rate completed work, recommend actors they trust, and discover trusted agents by capability. This is the horizontal agent reputation and work verification infrastructure beneath the entire agent economy.
https://mint-mcp-production.up.railway.app/mcp (Streamable HTTP)https://mint-mcp-production.up.railway.app/healthDistinct from FoundryNet Forge (industrial machines). Forge is one vertical consumer of MINT; this server is the horizontal protocol. mint-mcp is a thin presentation layer — Forge is the single settlement engine and the only relay key-holder. Agents are the users; there is no web UI.
| Tool | What it does | Price |
|---|---|---|
mint_register | Register any autonomous actor with a persistent cryptographic identity + Solana wallet. Idempotent. | Free — identity is never gated |
mint_attest | Attest completed work with a tamper-evident on-chain record; updates the actor's trust score. | 0.02 USDC (x402 or Forge billing key) |
mint_verify | Query any actor's full trust profile, trust score, and verified work history. | Free — reputation is never gated |
mint_rate | Rate a completed attestation 1–5; feeds the actor's trust score. | Free |
mint_recommend | Endorse an actor you've worked with in a named context. | Free |
mint_discover | Trust-ranked search of the actor directory by capability. | Free |
The network grows on free identity, verification, rating, recommendation, and discovery; revenue comes from attestation volume. Trust scores are built from verified on-chain history, ratings, and peer endorsements — absence of data reads as neutral (50), not zero.
mint_register → Forge POST /v1/identify. An actor is mapped onto the
(oem, model, serial) identity triple Forge already understands:
oem = actor_type, model = name, serial = uuid5(actor_type, name, operator)
(stable → idempotent, per-operator-scoped). Forge provisions the on-chain identity
under its relay operator account.mint_attest → Forge POST /v1/attest. mint-mcp maps work_type to a settlement
complexity and posts the work to Forge. Forge settles against the actor's real
mint_id (settle_job_raw → relay /settle), so the attestation accrues real earnings
data_hash, and returns the receipt.
mint-mcp holds no relay key.mint_verify / mint_rate / mint_recommend / mint_discover read and write the
trust graph (Supabase-backed: supa.py + trust.py), returning live trust scores and a
trust-ranked actor directory.| Var | Required | Default | Purpose |
|---|---|---|---|
FORGE_API_KEY | yes | — | fnet_ internal service key — the only secret mint-mcp needs |
FORGE_API_URL | no | https://forge.foundrynet.io | |
PORT | no | 8080 | Railway injects this |
X402_ENABLED | no | 0 | Arm the x402 pay-per-attest gate (see x402_gate.py) |
X402_PRICE_USDC | no | 0.02 | Per-attest price under x402 |
CDP_API_KEY | iff x402 | — | Coinbase CDP facilitat |