io.github.rezmeplxrf/insightsentry_mcp✓
io.github.rezmeplxrf/insightsentry_mcp · v1.4.20
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rezmeplxrf/insightsentry_mcp",
"description": "MCP server for InsightSentry financial data API - market data, options, screeners, and more",
"repository": {
"url": "https://github.com/rezmeplxrf/insight_mcp",
"source": "github"
},
"version": "1.4.20",
"packages": [
{
"registryType": "npm",
"identifier": "@insightsentry/mcp",
"version": "1.4.20",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}