← Index

io.github.CodyWatters/riveter

io.github.CodyWatters/riveter·v0.1.2·Web Scraping
Quality Score
80
/100

MCP server for Riveter's enrichment, scraping, and monitoring API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "riveter": {
      "command": "npx",
      "args": [
        "-y",
        "riveter-mcp-server"
      ],
      "env": {
        "RIVETER_API_KEY": "<your-riveter_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "riveter": {
      "command": "npx",
      "args": [
        "-y",
        "riveter-mcp-server"
      ],
      "env": {
        "RIVETER_API_KEY": "<your-riveter_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y riveter-mcp-server
§02  Environment variables
RIVETER_API_KEY
requiredsecret

Your Riveter API key (get one at https://app.riveterhq.com/settings/api)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Web Scraping