com.persimmonhq/persimmon
Official3 toolsPersimmon
Brand-intelligence MCP: momentum scoring, signal evidence, and competitive context for agents.
Provides brand intelligence with momentum scoring and competitive context for AI agents.
Captured live from the server via tools/list.
get_momentum_index
Use this when an agent needs Persimmon's deterministic momentum score for a specific brand or the top of the index. Returns composite score plus four dimensions (Draw, Surge, Wedge, Hold), tier band, signal count, and last-updated timestamp. Pure read; no LLM calls in scoring.
Parameters (2)
- brandstring
Brand name. Omit to receive the full index (capped to top-N by composite score).
- limitinteger
When `brand` is omitted, cap the number of returned brand entries. Defaults to 50. Maximum 200.
get_brand_signals
Use this when an agent needs the recent harvested signals (each with text, tier, score, and source URL) backing a brand's score. Public-citable signals only — internal-only items are filtered before emit. Always carries a coverage_status describing why a list may be empty.
Parameters (3)
- brandstringrequired
Brand name.
- tier_floorstring
Minimum signal tier to include. Defaults to NOTABLE.
- limitinteger
Max signals to return. Defaults to 10.
get_competitive_context
Use this when an agent needs a brand's competitor set, peer momentum snapshots, and a deterministic competitive-position one-liner. Excludes peers without real signal coverage (scaffold tier). Always carries a coverage_status describing the result.
Parameters (2)
- brandstringrequired
Brand name.
- limitinteger
Max number of peer snapshots to return. Defaults to 4.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"persimmon": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.persimmonhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.