Remote MCP server that provides Creator Recommendation API tools (creator_research, creator_tagged_media, etc.) with secure authentication, rate limiting, and OAuth support for Claude clients.
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.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
express vulnerable to XSS via response.redirect()
process.env. You'll be asked to provide them before it can run.ALLOW_OPEN— Fail-closed:MCP_ACCESS_TOKENS 為空時拒絕所有請求(除非明確設 =1)CREATOR_API_BASE— 後端 API base URLCREATOR_API_KEY— 後端 API key(絕不會傳給客戶端)MCP_ACCESS_TOKENS— 客戶端 token,逗號分隔,每位用戶一條(留空 = 無驗證,不建議)OAUTH_SIGNING_SECRET— 雙重驗證:Bearer token(MCP_ACCESS_TOKENS,支援 header 的客戶端)+ OAuth 2.0 authorization code + PKCE(claude.ai/Desktop 連接器);OAuth token 以 HMAC 簽名()並綁定原 token 的 hash,撤銷原 token 即連帶失效PORTRATE_LIMIT_PER_MIN— Per-token rate limit:預設 30 req/min(),超過回 429[](https://m8ven.ai/mcp/chanchilun2004-creator-analysis-mcp-142z7z)