← Back to Plugins
MCP Server MCP

io.github.rezmeplxrf/insightsentry_mcp

github By github 👁 1 views ▲ 0 votes

MCP server for InsightSentry financial data API - market data, options, screeners, and more

Homepage Verified source GitHub

Install

npx -y @insightsentry/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@insightsentry/mcp",
      "version": "1.4.38",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "InsightSentry API key from https://insightsentry.com/dashboard",
          "format": "string",
          "isSecret": true,
          "name": "INSIGHTSENTRY_API_KEY"
        },
        {
          "description": "Optional directory for the saved insight login config. Use this when the CLI and MCP server run with different home directories.",
          "format": "string",
          "name": "INSIGHTSENTRY_CONFIG_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...