MCP Server
MCP
io.github.rezmeplxrf/insightsentry_mcp
MCP server for InsightSentry financial data API - market data, options, screeners, and more
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
By
Comments
Sign in to leave a comment