Catalog
io.github.rezmeplxrf/insightsentry_mcp
Officialby rezmeplxrf · TypeScript
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Delivers market data, options, and stock screeners via InsightSentry financial API.
README not available yet.
Install
Configuration
Environment variables
INSIGHTSENTRY_API_KEYsecretInsightSentry API key from https://insightsentry.com/dashboard
INSIGHTSENTRY_CONFIG_DIROptional directory for the saved insight login config. Use this when the CLI and MCP server run with different home directories.
claude_desktop_config.json
{
"mcpServers": {
"insightsentry_mcp": {
"command": "npx",
"args": [
"-y",
"@insightsentry/mcp@1.4.33"
],
"env": {
"INSIGHTSENTRY_API_KEY": "<YOUR_INSIGHTSENTRY_API_KEY>",
"INSIGHTSENTRY_CONFIG_DIR": "<YOUR_INSIGHTSENTRY_CONFIG_DIR>"
}
}
}
}