insightsentry_mcp
About
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
INSIGHTSENTRY_API_KEY INSIGHTSENTRY_CONFIG_DIRClaude Code
claude mcp add --env INSIGHTSENTRY_API_KEY= --env INSIGHTSENTRY_CONFIG_DIR= insightsentry-mcp -- npx @insightsentry/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"insightsentry-mcp","command":"npx","args":["@insightsentry/mcp"],"env":{"INSIGHTSENTRY_API_KEY":"","INSIGHTSENTRY_CONFIG_DIR":""}}'
JSON
{
"mcpServers": {
"insightsentry-mcp": {
"command": "npx",
"args": [
"@insightsentry/mcp"
],
"env": {
"INSIGHTSENTRY_API_KEY": "",
"INSIGHTSENTRY_CONFIG_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.