io.github.CodyWatters/riveter · v0.1.2
MCP server for Riveter's enrichment, scraping, and monitoring API
riveter 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"riveter": {
"command": "npx",
"args": [
"-y",
"riveter-mcp-server"
],
"env": {
"RIVETER_API_KEY": "<RIVETER_API_KEY>"
}
}
}
}RIVETER_API_KEY必填secretYour Riveter API key (get one at https://app.riveterhq.com/settings/api)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.CodyWatters/riveter",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "riveter",
"description": "MCP server for Riveter's enrichment, scraping, and monitoring API",
"repository": {
"url": "https://github.com/CodyWatters/riveter-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "riveter-mcp-server",
"version": "0.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "RIVETER_API_KEY",
"description": "Your Riveter API key (get one at https://app.riveterhq.com/settings/api)",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.CodyWatters/riveter",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.CodyWatters%2Friveter/versions/latest",
"isOfficial": true,
"status": "active"
}
}