zkproofport-ai (zkproofport/proofport-ai) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it yet. No publisher has claimed this listing.

Not scored
3 months ago

zkproofport-ai

Zero-knowledge proof generation MCP server. AI agents can prove identity claims (Coinbase KYC, Country, Google OIDC, Google Workspace, Microsoft 365) without revealing personal data. Runs in AWS Nitro Enclave TEE with x402 USDC payments.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

zkproofport

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

⚠ Last scoring attempt failed: Repository is private or does not exist. M8ven only verifies public MCPs — make the repo public or contact support@m8ven.ai.
// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 10 credentials: ATTESTATION_KEY, CDP_API_KEY_SECRET, CDP_WALLET_SECRET, E2E_ATTESTATION_WALLET_KEY, E2E_PAYER_WALLET_KEY, GEMINI_API_KEY, OPENAI_API_KEY, PAYMENT_KEY, PROVER_PRIVATE_KEY, TELEGRAM_BOT_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@3.0.0GHSA-9crc-q9x8-hgqq

Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening

high@modelcontextprotocol/sdk@1.0.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.0.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

high@opentelemetry/sdk-node@0.212.0GHSA-q7rr-3cgh-j5r3

Prometheus exporter process crash via malformed HTTP request

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configA2A_BASE_URLPublic-facing service URL (for Agent Card)
configAGENT_TOKEN_ID
configAGENT_TOKEN_ID_ETHEREUM
configAGENT_VERSION1.0.0 Agent version string
🔐 secretATTESTATION_KEY
configBASE_RPC_URLBase chain RPC endpoint
configBB_PATHbb Barretenberg CLI path
configCDP_API_KEY_ID
🔐 secretCDP_API_KEY_SECRET
configCDP_WALLET_ADDRESS
🔐 secretCDP_WALLET_SECRET
configCHAIN_RPC_URLRPC for proof verification
configCHAT_API_URL
configDEPLOY_ENV
🔐 secretE2E_ATTESTATION_WALLET_KEY
configE2E_BASE_URL
configE2E_OIDC_JWT
🔐 secretE2E_PAYER_WALLET_KEY
configEAS_GRAPHQL_ENDPOINTEAS GraphQL endpoint for attestation queries
configENCLAVE_BRIDGE_PORT
configENCLAVE_CIDNitro Enclave CID (required when TEE_MODE=nitro)
configENCLAVE_PORT5000 Nitro Enclave port
configERC8004_IDENTITY_ADDRESSERC-8004 Identity contract
configERC8004_REPUTATION_ADDRESSERC-8004 Reputation contract
configERC8004_VALIDATION_ADDRESS
configETHEREUM_RPC_URL
🔐 secretGEMINI_API_KEYGemini API key for chat
configLOG_LEVEL
🔐 secretOPENAI_API_KEYOpenAI API key for chat
🔐 secretPAYMENT_KEY
configPAYMENT_MODEdisabled / testnet / mainnet
configPAYMENT_PAY_TOOperator wallet (required when payment enabled)
configPAYMENT_PROOF_PRICE$0.10 Price per proof (USD)
configPHOENIX_COLLECTOR_ENDPOINTPhoenix OTLP endpoint for tracing
configPROOFPORT_URL
🔐 secretPROVER_PRIVATE_KEYAgent wallet private key (64 hex chars, no 0x)
configPROVER_URL
configSCOPE
configSERVER_URL
configTEE_ATTESTATIONfalse Enable attestation verification
configTEE_MODEdisabled disabled / nitro
🔐 secretTELEGRAM_BOT_TOKEN
configVIRTUALS_AGENT_WALLET
configVIRTUALS_ENABLED
configVIRTUALS_ENTITY_ID
configVIRTUALS_WALLET_PK
configWEBSITE_URL
configX402_FACILITATOR_URL
configZKPROOFPORT_SILENT
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
deployREDIS_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

9/9 tools missing one or more hints — generate_proof (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_supported_circuits (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); request_challenge (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +6 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

Only 2/9 tool handlers declare input schemas (22%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

6/9 tool handlers wrap calls in try/catch (67%)

Wrap each tool handler body in try/catch and return a structured error response.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.0.0 (high), @modelcontextprotocol/sdk@1.0.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/zkproofport/proofport-ai)](https://m8ven.ai/mcp/zkproofport/proofport-ai)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: a33ac255dcb37d9ee66974f49c5d7b50d05f08d3
code hash: 8166695db950ca5c471a08dbae4c8f83c0bcc342aa2b712c69ad70b823b89799
verified: 5/23/2026, 9:05:53 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client