API KEYHTTP8 TOOLS
Statz
Analytics for LinkedIn, Instagram, YouTube and TikTok in one place — your AI can compare networks, pull top posts and follower history without you opening a dashboard.
MCP access is included with an active Statz subscription — create your account, subscribe, then connect below.
ENDPOINT
https://statz.marfin.co/api/mcpStreamable HTTP MCP server. Requires an active Statz subscription and an API key (starts with statz_live_) from your account dashboard.
INSTALL
Connect it in seconds
RECOMMENDED · LET YOUR AI DO IT
Copy this block and paste it into Claude, Cursor or any AI agent — it detects your client and finishes the setup for you.
Add the Statz MCP server to my setup.
Server name: statz
Endpoint (streamable HTTP): https://statz.marfin.co/api/mcp
Auth: API key (starts with statz_live_) — requires an active Statz subscription. I'll get my key in my account at https://statz.marfin.co, and you should ask me for it when the config needs it.
- Claude Code: run `claude mcp add statz --transport http https://statz.marfin.co/api/mcp --header "Authorization: Bearer YOUR_API_KEY"`
- Claude.ai (web/desktop): tell me to go to Settings → Connectors → Add custom connector and paste https://statz.marfin.co/api/mcp?key=YOUR_API_KEY
- Cursor, Windsurf or any JSON-config client: add {"mcpServers":{"statz":{"url":"https://statz.marfin.co/api/mcp","headers":{"Authorization":"Bearer YOUR_API_KEY"}}}}
After connecting, list the server's tools and give me a one-line summary of what each one does.CLAUDE.AI · WEB & DESKTOP
- Open Settings → Connectors
- Click Add custom connector
- Paste this URL with your API key (starts with statz_live_) in place of YOUR_API_KEY
- Confirm — the key in the URL authenticates every call
https://statz.marfin.co/api/mcp?key=YOUR_API_KEYCLAUDE CODE · TERMINAL
One command — swap YOUR_API_KEY for your key (starts with statz_live_).
claude mcp add statz --transport http https://statz.marfin.co/api/mcp --header "Authorization: Bearer YOUR_API_KEY"CURSOR · WINDSURF · ANY JSON CLIENT
Add this to your client's MCP config file (e.g. .cursor/mcp.json).
{
"mcpServers": {
"statz": {
"url": "https://statz.marfin.co/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}TOOLS
What your AI can do with Statz
list_accounts
get_account_details
list_posts
get_post
get_analytics_summary
get_followers_history
compare_networks
get_top_posts
