MCP Server
MCP
io.github.CodyWatters/riveter
MCP server for Riveter's enrichment, scraping, and monitoring API
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "riveter-mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Riveter API key (get one at https://app.riveterhq.com/settings/api)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RIVETER_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment