Catalog
io.github.CodyWatters/riveter
OfficialMCP server for Riveter's enrichment, scraping, and monitoring API
Provides API access to Riveter's data enrichment, web scraping, and monitoring tools.
README not available yet.
Install
Configuration
Environment variables
RIVETER_API_KEYrequiredsecretYour Riveter API key (get one at https://app.riveterhq.com/settings/api)
claude_desktop_config.json
{
"mcpServers": {
"riveter": {
"command": "npx",
"args": [
"-y",
"riveter-mcp-server@0.1.2"
],
"env": {
"RIVETER_API_KEY": "<YOUR_RIVETER_API_KEY>"
}
}
}
}