PluginBench
MCP Server

io.github.patwalls/slope-mcp MCP Server

io.github.patwalls/slope-mcp

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_KEY
    secret

    Optional. 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-mcp

Related MCP servers

Web search for AI agents — 5 tools: search, news, images, scrape, research. x402/USDC or API key.

2
JavaScript
MIT
View repository →

Free, agent-first social-post metrics — a post URL in, views/likes/comments out.

1
JavaScript
View repository →

Turn a YouTube channel into a webhook: a signed HTTP POST seconds after every new video.

0
JavaScript
MIT
View repository →