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

C
Emerging
74/100
22 days ago

BigMCP

Multi-tenant MCP Gateway - Connect AI assistants to 180+ MCP servers via Model Context Protocol

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

BigFatDot

Source: github_topic

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 11 credentials: LLM_API_KEY, SECRET_KEY, ENCRYPTION_KEY, GOOGLE_CLIENT_SECRET, GITHUB_CLIENT_SECRET, LEMONSQUEEZY_API_KEY, LEMONSQUEEZY_WEBHOOK_SECRET, LICENSE_KEY, SAAS_TOKEN, PLATFORM_ADMIN_TOKEN, LICENSE_SIGNING_PRIVATE_KEY
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.
configSITE_URL
configLLM_API_URL
configEXECUTION_LOG_RETENTION_DAYS
configMCP_KILL_SESSION_ON_TOOLS_CHANGED
configVAR
configLLM_MODELmistral-small-latest
🔐 secretLLM_API_KEYyour-api-key
configSCOPE_ENFORCE_MODE
configMCP_CONFIG_PATH
configMCP_APP_PORT
configMCP_DISCOVERY_INTERVAL
configMCP_DISCOVERY_ENABLED
configMCP_MANAGE_SERVERS
configMCP_SSE_PING_INTERVAL
configMCP_SSE_TIMEOUT
🔐 secretSECRET_KEYEdit .env with your secrets (, ENCRYPTION_KEY)
configACCESS_TOKEN_EXPIRE_MINUTES
configREFRESH_TOKEN_EXPIRE_DAYS
configRATE_LIMIT_ENABLED
configRATE_LIMIT_PER_MINUTE
configRATE_LIMIT_DEFAULT
configCORS_ORIGINS
🔐 secretENCRYPTION_KEYEdit .env with your secrets (SECRET_KEY, )
configUI_LOCALES_SUPPORTED
configDEFAULT_DCR_POLICY
configGLOBAL_TRUSTED_CIMD_URLS
configENFORCE_CLIENT_PROVENANCE
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configGITHUB_CLIENT_ID
🔐 secretGITHUB_CLIENT_SECRET
configPASSWORD_RESET_TOKEN_EXPIRE_HOURS
configINVITATION_EXPIRE_DAYS
configREQUIRE_EMAIL_VERIFICATION
configDOMAIN
🔐 secretLEMONSQUEEZY_API_KEY
🔐 secretLEMONSQUEEZY_WEBHOOK_SECRET
configLEMONSQUEEZY_STORE_ID
configLEMONSQUEEZY_INDIVIDUAL_VARIANT_ID
configLEMONSQUEEZY_TEAM_VARIANT_ID
configLEMONSQUEEZY_ENTERPRISE_VARIANT_ID
configLEGACY_ORCHESTRATOR_TOOLS_VISIBLE
configLEGACY_POOL_BEHAVIOR
configMCP_COMPACT_MODE
configMCP_TOOLS_PAGE_SIZE
configMCP_PREHEAT_TOP_N
configMCP_PREHEAT_DAYS
configEDITION
configAIRGAP_MODEfalse # true disables marketplace sync + icon CDN + LemonSqueezy
🔐 secretLICENSE_KEY
🔐 secretSAAS_TOKEN
🔐 secretPLATFORM_ADMIN_TOKEN
🔐 secretLICENSE_SIGNING_PRIVATE_KEY
configPUBLIC_SECTOR_COUPON_CODE
configREDIS_PREFIX
configREDIS_DEFAULT_TTL
configPOOL_MAX_SERVERS_PER_USER
configPOOL_MAX_TOTAL_SERVERS
configPOOL_CLEANUP_TIMEOUT_MINUTES
configPOOL_CLEANUP_INTERVAL_SECONDS
configMCP_SERVER_TIMEOUT
configMCP_SERVER_MAX_RETRIES
configVECTOR_STORE_PATH
configEMBEDDING_MODELmistral-embed
configEMBEDDING_DIMENSION1536 # 1024 for mistral-embed, 768 for nomic-embed
configRERANK_ENABLEDfalse # Mistral-only feature; leave off for portability
configRERANK_API_URL
configRERANK_MODEL
configLOG_LEVEL
configRELOAD
configSQL_ECHO
configDB_POOL_SIZE
configDB_MAX_OVERFLOW
configINSTANCE_URL
configMAX_CONCURRENT_EXECUTIONS_PER_USER
configCOMPOSITION_QUEUE_TICK_SECONDS
configCOMPOSITION_QUEUE_BATCH_LIMIT
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployDATABASE_URL
deploySMTP_HOST
deploySMTP_PORT
deploySMTP_USER
deploySMTP_PASSWORD
deploySMTP_FROM_EMAIL
deploySMTP_FROM_NAME
deploySMTP_USE_TLS
deploySMTP_USE_SSL
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

6/6 tools missing one or more hints — dynamic_tool_105 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dynamic_tool_13 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dynamic_tool_658 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +3 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/6 tools referenced in tests (17%)

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

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 3 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/bigfatdot/bigmcp)](https://m8ven.ai/mcp/bigfatdot/bigmcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: b7aba687cd67d98e4a1dd0421bfee23fce8abc6b
code hash: 7bc84afc157af56f8bd34f0aebb96377536fbb752cddba19eeb92720c582ddd4
verified: 8/19/2026, 9:56:26 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