MCP for Claude
Claude Desktop, Claude Code and API against real Maloum data - not stale screenshots.
MCP for ChatGPT
Custom GPTs and Agent Mode pull live fan and earnings data on demand.
MCP for Cursor
Give Cursor structural access to your creators for automation and reporting scripts.
MCP for Manus
Schedule autonomous runs - daily summaries, churn rescue, whale watch.
claude-desktop-config.json
json{
"mcpServers": {
"maloum": {
"command": "npx",
"args": ["-y", "@maloumapi/mcp"],
"env": {
"MALOUM_API_KEY": "sk_live_..."
}
}
}
}tools.txt
textmaloum.fans.list
maloum.fans.get
maloum.fans.tag
maloum.chats.list
maloum.chats.send_message
maloum.chats.send_ppv
maloum.mass_dm.create
maloum.wall.post
maloum.vault.upload
maloum.subscribers.list
maloum.subscribers.churn_risk
maloum.transactions.list
maloum.trial_links.create
maloum.stats.revenue_by_day
maloum.stats.ltv_by_source
...and 180+ moreExample prompts
"Show me the top 10 fans by lifetime value across all connected Maloum creators and draft a re-engagement PPV to each."
"Which creators had a drop in renewals this week vs last week? Send a Slack alert with the numbers."
"For every fan who hasn't spent in 14 days, tag them 'at_risk' and drop them into the churn-rescue sequence."
"Reconcile yesterday's Meta Ads spend against Maloum revenue by creator and email me the ROAS report."