Slope
Rank #61,536io.github.patwalls/slope-mcp
Proprietary B2B creator-velocity data: ranked board, live breakouts, and audience-growth curves.
Slope is a Model Context Protocol (MCP) server published by patwalls. It ranks #61,536 of 115,591 servers tracked on MCP Toplist. Slope is listed on Official MCP, with 1 tracked version. It was first listed on Jul 8, 2026 and most recently updated on Jul 8, 2026.
Ranks ahead of 54,055 of 115,591 servers on MCP Toplist.
Use Slope
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add slope-mcp -e "SLOPE_API_KEY=<your SLOPE_API_KEY>" -- npx -y slope-mcpReplace each placeholder with your own value before saving.
[mcp_servers.slope-mcp]
command = "npx"
args = ["-y", "slope-mcp"]
[mcp_servers.slope-mcp.env]
SLOPE_API_KEY = "<your SLOPE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"slope-mcp": {
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<your SLOPE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"slope-mcp": {
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<your SLOPE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"slope-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<your SLOPE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"slope-mcp": {
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<your SLOPE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"slope-mcp": {
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<your SLOPE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.patwalls%2Fslope-mcp)<a href="https://mcptoplist.com/server/io.github.patwalls%2Fslope-mcp"><img src="https://mcptoplist.com/badge/io.github.patwalls%2Fslope-mcp.svg" alt="MCP Toplist: #61,536 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
patwalls
Other servers by patwalls
View all patwalls servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 8, 2026 |
Frequently asked questions
- Who maintains Slope?
- Slope is maintained by patwalls, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Slope listed on the Official MCP Registry?
- Yes — Slope is listed on the Official MCP Registry.
- How many versions does Slope have?
- MCP Toplist tracks 1 version of Slope, most recently published on Jul 8, 2026.
- Where can I find the source code for Slope?
- The source code for Slope is hosted at github.com/patwalls/slope.