Catalog
Slope MCP
Officialby patwalls
Proprietary B2B creator-velocity data: ranked board, live breakouts, and audience-growth curves.
Proprietary B2B creator-velocity data: ranked board, live breakouts, and audience-growth curves.
README not available yet.
Install
Configuration
Environment variables
SLOPE_API_KEYsecretOptional. A Slope API key. If unset, the server auto-mints a free key on first use (no signup). Mint one at POST https://yourslope.com/api/v1/keys.
claude_desktop_config.json
{
"mcpServers": {
"slope-mcp": {
"command": "npx",
"args": [
"-y",
"slope-mcp@0.1.0"
],
"env": {
"SLOPE_API_KEY": "<YOUR_SLOPE_API_KEY>"
}
}
}
}