What is the io.github.patwalls/slope-mcp MCP server?
Proprietary B2B creator-velocity data: ranked board, live breakouts, and audience-growth curves.
How to install io.github.patwalls/slope-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
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
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"slope-mcp": {
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<YOUR_SLOPE_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"slope-mcp": {
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<YOUR_SLOPE_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"slope-mcp": {
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<YOUR_SLOPE_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"slope-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slope-mcp"
],
"env": {
"SLOPE_API_KEY": "<YOUR_SLOPE_API_KEY>"
}
}
}
}Claude Code
claude mcp add slope-mcp --env SLOPE_API_KEY=<YOUR_SLOPE_API_KEY> -- npx -y slope-mcpRelated MCP servers
io.github.patwalls/superhighway-mcp
Maintained
Web search for AI agents — 5 tools: search, news, images, scrape, research. x402/USDC or API key.
2
View repository →JavaScript
MIT
io.github.patwalls/pulse-mcp
Maintained
Free, agent-first social-post metrics — a post URL in, views/likes/comments out.
1
View repository →JavaScript
io.github.patwalls/feedhook-mcp
Maintained
Turn a YouTube channel into a webhook: a signed HTTP POST seconds after every new video.
0
View repository →JavaScript
MIT