FuzeInfra (izzywdev/FuzeInfra) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 11 tools. No publisher has claimed this listing.

C
Emerging
74/100
11 days ago

FuzeInfra

Shared infrastructure platform for microservices development

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

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

izzywdev

Source: github_code

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

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
2 flows detected: FUZE_A2A_GATEWAY_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 16 credentials: FUZE_A2A_GATEWAY_TOKEN, HANDOFF_MCP_TOKEN, ATLASSIAN_API_TOKEN, GITHUB_TOKEN, GITHUB_WEBHOOK_SECRET, WEBHOOK_REGISTRY_KEY, GH_TOKEN, LITELLM_MASTER_KEY, POSTGRES_PASSWORD, ANTHROPIC_API_KEY, REDIS_PASSWORD, RABBITMQ_PASSWORD, CF_API_TOKEN, FUZE_A2A_RELAY_TOKEN, CLOUDFLARE_API_TOKEN, CLAUDE_CODE_MESSAGING_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// 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_REGISTRY_PATH
configA2A_SEND_TIMEOUT_MS
configCLAUDE_BIN
🔐 secretFUZE_A2A_GATEWAY_TOKEN
configHANDOFF_SYNC_DIR
configHOST
🔐 secretHANDOFF_MCP_TOKEN
configCLAUDE_CODE_REMOTE_SESSION_ID
configA2A_BRIDGE_PORT
configFUZE_A2A_GATEWAY_URL
configA2A_BRIDGE_STATE
configATLASSIAN_INSTANCE
configATLASSIAN_EMAIL
🔐 secretATLASSIAN_API_TOKEN
🔐 secretGITHUB_TOKEN
🔐 secretGITHUB_WEBHOOK_SECRET
configCLOUDFLARE_TUNNEL_NAME
configCLOUDFLARE_TUNNEL_DOMAIN
🔐 secretWEBHOOK_REGISTRY_KEY
configCLOUDFLARE_TUNNEL_ID
configGITHUB_OUTPUT
configFUZE_ACTION_CONCLUSION
configFUZE_RESULT_TEXT
configFUZE_VERDICT_NONCE
configFUZE_ACTION_MODE
configFUZE_ACTION_VENDOR
configFUZE_SENSITIVE_FILES
configGATE_BASE_REF
🔐 secretGH_TOKEN
configLITELLM_BASE_URL
configLITELLM_PORT
🔐 secretLITELLM_MASTER_KEY
configRUNNER_WATCH_HUB
configGITHUB_STEP_SUMMARY
configNO_COLOR
configPOSTGRES_HOST
configPOSTGRES_PORT
configPOSTGRES_USER
🔐 secretPOSTGRES_PASSWORD
configAGENT_PROVIDER
configANTHROPIC_BASE_URL
configFUZE_STATE_DIR
🔐 secretANTHROPIC_API_KEY
configPOSTGRES_DB
configMONGODB_HOST
configMONGODB_PORT
configREDIS_HOST
configREDIS_PORT
🔐 secretREDIS_PASSWORD
configPROMETHEUS_URL
configGRAFANA_URL
configKAFKA_HOST
configKAFKA_PORT
configRABBITMQ_HOST
configRABBITMQ_PORT
configRABBITMQ_USER
🔐 secretRABBITMQ_PASSWORD
configCHROMA_HOST
configCHROMA_PORT
configPERSIST_DIRECTORY
🔐 secretCF_API_TOKEN
configCF_ACCOUNT_ID
configPRUNE_DRY_RUN
🔐 secretFUZE_A2A_RELAY_TOKEN
configROUTE_PROFILES
configROUTE_PROFILES_FILE
configPROVIDER
🔐 secretCLOUDFLARE_API_TOKEN
configCLOUDFLARE_ZONE_ID
configCLOUDFLARE_API_BASE
configMANAGED_ZONE
configCNAME_TARGET
configMAX_CUSTOM_HOSTNAMES
configKUBERNETES_API
configREQUEST_TIMEOUT_SECONDS
configSTUB_ACTIVATE_AFTER_SECONDS
configSTUB_STATE_PATH
configFUZE_A2A_RELAY_URL
configCLAUDE_CODE_MESSAGING_SOCKET
🔐 secretCLAUDE_CODE_MESSAGING_TOKEN
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// 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

11/11 tools missing one or more hints — spawn_agent (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); resume_session (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ask_agent (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +8 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 test coverage

Only 1/11 tools referenced in tests (9%)

Write tests that reference each tool by name so every tool has at least one test.

Secrets not written to files

1 secret value written to files

Avoid persisting secrets to disk. Keep them in memory or your secret manager.

Secrets not logged

2 secret values sent to print

Redact or omit secret values from log output.

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 5 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/izzywdev/fuzeinfra)](https://m8ven.ai/mcp/izzywdev/fuzeinfra)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 68c73be3afdb7ed69c8af80fdec561e1fca526ec
code hash: 8ada27994823234a0f069e49dc3aaa711b0efa873577941d2751a4b0cbb600e2
verified: 9/1/2026, 4:55:01 PM
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