sprout-mcp
Read-only MCP server for the Sprout Social public API, exposing profile and post analytics as tools with raw JSON passthrough.
README
sprout-mcp
Read-only MCP server over the Sprout Social public API. Exposes profile and post analytics as tools, returning the API's own JSON unmodified so downstream inject skills do the shaping.
No write tools. Nothing here can create, schedule, edit, or delete a post.
Tools
| Tool | Method | Endpoint |
|---|---|---|
get_customer_id |
GET | /v1/metadata/client |
list_profiles |
GET | /v1/{customer_id}/metadata/customer |
get_profile_metrics |
POST | /v1/{customer_id}/analytics/profiles |
get_post_performance |
POST | /v1/{customer_id}/analytics/posts |
list_metrics |
— | local catalog, no API call |
list_profiles is the entry point: every analytics call is scoped by
customer_profile_id, and that is the only place those IDs come from.
list_metrics was added beyond the original build list because Sprout's metric
keys are network-specific and not guessable (impressions on Instagram is
labelled "Views"; TikTok profile counters are *_total; a handful require
Premium Analytics). It serves a catalog generated from the published docs so
calls don't fail on invented key names. Drop it if you'd rather keep the
surface at four tools.
Setup
python -m venv .venv && .venv/Scripts/python.exe -m pip install -e .
Set two environment variables (see .env.example):
SPROUT_API_TOKEN— generate in Sprout under Settings > Global Features > APISPROUT_CUSTOMER_ID— optional; if unset the server calls/v1/metadata/clientand infers it, which only works when the token sees exactly one customer
Claude Desktop
Copy claude_desktop_config.example.json into
%APPDATA%\Claude\claude_desktop_config.json, fill in the token, and restart
Claude Desktop. The command path already points at this checkout's venv.
Behavior worth knowing
Raw passthrough. Responses are returned exactly as Sprout sent them. The one
structural change is pagination: with all_pages=true (default) the data
arrays from each page are concatenated and paging is annotated with
pages_fetched, pages_available, and truncated. Individual records are
never touched. Set all_pages=false for a single page.
Rates are not returned by the API. Sprout's engagement rate, engagements,
and similar figures are calculated metrics — the API returns only the raw
counts they're derived from. list_metrics includes the formulas Sprout uses
under calculated_profile_metrics / calculated_post_metrics. Compute them
downstream; don't expect them in a response.
Rate limits. Sprout allows 60 requests/minute and 250,000/month. The client
holds itself under 60/min with a sliding window, so long paginated pulls
throttle rather than 429. On a 429 or 5xx it retries up to 5 times with
exponential backoff, honoring Retry-After. 4xx responses are not retried —
they're returned as ERROR: ... including the status code and Sprout's own
response body, so a bad metric key tells you which key.
Documented request caps, enforced client-side before a call is spent:
max 100 profiles per request; max 1-year reporting_period for profile
analytics. Profile analytics pages at 1000 records, post analytics at 50.
Date formats differ by endpoint and are validated:
get_profile_metrics takes YYYY-MM-DD (end exclusive);
get_post_performance takes YYYY-MM-DDTHH:MM:SS (both inclusive).
Tests
.venv/Scripts/python.exe test_server.py
41 offline checks — tool registration, request-body and filter-syntax
construction, input validation, pagination merging and capping, 429 retry, 4xx
error surfacing, customer-ID discovery, and metric-catalog integrity. httpx is
stubbed with MockTransport, so no live API calls and no token needed.
.venv/Scripts/python.exe stdio_check.py
Launches the server as a real MCP stdio subprocess and lists its tools.
Regenerating the metric catalog
sprout_mcp/metrics.json was scraped from the docs on the date in its
_retrieved field. Sprout deprecates metrics periodically (Meta dropped several
Facebook impression metrics in 2025–2026), so re-scrape if keys start failing.
The catalog is reference data only — it never gates a request, so an out-of-date
entry can't block a valid call.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。