← Back to Plugins
MCP Server MCP

io.github.raportagent/raportagent-mcp

github By github 👁 1 views ▲ 0 votes

Sourced market and compliance research for Claude Desktop, Claude Code and Cursor.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...