
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
riveter-mcp-server
Advanced tools
MCP server for the Riveter API — connects Claude to Riveter's enrichment, scraping, and monitoring tools
An MCP (Model Context Protocol) server that connects AI assistants like Claude and Cursor to the Riveter API. Run enrichments, build datasets, scrape webpages, manage monitors, and more — directly from your assistant.
Tools are generated dynamically from Riveter's OpenAPI spec, so they stay up to date automatically.
Go to app.riveterhq.com/settings/api and create an API key.
Claude Desktop — open the config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd the Riveter server:
{
"mcpServers": {
"riveter": {
"command": "npx",
"args": ["-y", "--prefer-online", "riveter-mcp-server@latest"],
"env": {
"RIVETER_API_KEY": "sk_riv_your_key_here"
}
}
}
}
Cursor / Windsurf — add the same riveter entry to your MCP config (e.g. ~/.cursor/mcp.json).
Claude Code:
claude mcp add riveter --env RIVETER_API_KEY=sk_riv_your_key_here -- npx -y riveter-mcp-server
Codex:
codex mcp add riveter --env RIVETER_API_KEY=sk_riv_your_key_here -- npx -y riveter-mcp-server
| Variable | Required | Default | Description |
|---|---|---|---|
RIVETER_API_KEY | Yes | — | Your Riveter API key |
RIVETER_API_BASE_URL | No | https://api.riveterhq.com/v1 | API base URL |
RIVETER_OPENAPI_URL | No | https://docs.riveterhq.com/openapi.yaml | OpenAPI spec URL |
On startup, the server:
docs.riveterhq.com/openapi.yamlWhen the API docs are updated, the MCP server picks up the changes the next time your assistant launches — no rebuild or republish needed.
Questions or issues? See the Riveter API docs or contact support@riveterhq.com.
MIT
FAQs
MCP server for the Riveter API — connects Claude to Riveter's enrichment, scraping, and monitoring tools
We found that riveter-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.