← Index

io.github.rezmeplxrf/insightsentry_mcp

io.github.rezmeplxrf/insightsentry_mcp·v1.4.0·Monitoring & Logs
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "insightsentry_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insightsentry/mcp"
      ],
      "env": {
        "INSIGHTSENTRY_API_KEY": "<your-insightsentry_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "insightsentry_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insightsentry/mcp"
      ],
      "env": {
        "INSIGHTSENTRY_API_KEY": "<your-insightsentry_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @insightsentry/mcp
§02  Environment variables
INSIGHTSENTRY_API_KEY
requiredsecret

InsightSentry API key from https://insightsentry.com/dashboard

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Monitoring & Logs