MCP Server
MCP
io.github.raportagent/raportagent-mcp
Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.
Install
npx -y @raportagent/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@raportagent/mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your RaportAgent API key (create one at raportagent.com under My account -> API keys)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RAPORTAGENT_API_KEY"
},
{
"description": "Override the API base URL (defaults to https://raportagent.com)",
"format": "string",
"name": "RAPORTAGENT_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment