52
/ 100
24 days ago
glama

creator-analysis-mcp

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.

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.

Install from

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

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: CREATOR_API_BASE. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: CREATOR_API_KEY, OAUTH_SIGNING_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies3 high1 low

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

high@modelcontextprotocol/sdk@1.12.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

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

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

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

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

lowexpress@4.19.2GHSA-qw6h-vgh9-j6wx

express vulnerable to XSS via response.redirect()

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOW_OPENFail-closed:MCP_ACCESS_TOKENS 為空時拒絕所有請求(除非明確設 =1)
configCREATOR_API_BASE後端 API base URL
🔐 secretCREATOR_API_KEY後端 API key(絕不會傳給客戶端)
configMCP_ACCESS_TOKENS客戶端 token,逗號分隔,每位用戶一條(留空 = 無驗證,不建議)
🔐 secretOAUTH_SIGNING_SECRET雙重驗證:Bearer token(MCP_ACCESS_TOKENS,支援 header 的客戶端)+ OAuth 2.0 authorization code + PKCE(claude.ai/Desktop 連接器);OAuth token 以 HMAC 簽名()並綁定原 token 的 hash,撤銷原 token 即連帶失效
configPORT
configRATE_LIMIT_PER_MINPer-token rate limit:預設 30 req/min(),超過回 429
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// 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/chanchilun2004-creator-analysis-mcp-142z7z)](https://m8ven.ai/mcp/chanchilun2004-creator-analysis-mcp-142z7z)
commit: 0a381e350fd72027d63fdbff9da1e36cab977c14
code hash: 04987dc925673d65c2da5e0963fe9dc1aaa0d6075d777df015fbf6870b3fdd9a
verified: 7/7/2026, 9:54:02 AM
view raw JSON →