Skip to main content
ClaudeWave

MCP server and CLI for the InsightSentry financial data API

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/rezmeplxrf/insight_mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "insight-mcp": {
      "command": "node",
      "args": ["/path/to/insight_mcp/dist/index.js"],
      "env": {
        "INSIGHTSENTRY_API_KEY": "<insightsentry_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/rezmeplxrf/insight_mcp and follow its README for install instructions.
Detected environment variables
INSIGHTSENTRY_API_KEY
Casos de uso

Resumen de MCP Servers

# @insightsentry/mcp

MCP server and CLI for the InsightSentry financial data API.

## Install

```bash
npm install -g @insightsentry/mcp
```

Commands:

| Command | Purpose |
|---------|---------|
| `insight` | CLI for terminal use and scripts |
| `insight-mcp` | MCP server for AI clients |
| `mcp` | Alias for `insight-mcp` |

## Authentication

Set an API key for the current shell:

```bash
export INSIGHTSENTRY_API_KEY="your-api-key"
```

Or save one locally for the CLI:

```bash
insight login --key "your-api-key"
insight whoami
insight logout
```

`whoami` parses the configured JWT locally and prints `email`, falling back to `uuid`.

## MCP Setup

Use `npx` in your MCP config:

```json
{
  "mcpServers": {
    "insightsentry": {
      "command": "npx",
      "args": ["-y", "@insightsentry/mcp"],
      "env": {
        "INSIGHTSENTRY_API_KEY": "your-api-key"
      }
    }
  }
}
```

The MCP server also falls back to the key saved by `insight login` when `INSIGHTSENTRY_API_KEY` is not set.
Set `INSIGHTSENTRY_CONFIG_DIR` to force the CLI and MCP server to read the same saved-login directory when they run with different home directories.

## CLI Usage

```bash
insight --help
insight <tool> --help
insight <tool> [--param value]
```

Examples:

```bash
insight whoami
insight search_symbols --query "tesla"
insight get_quotes --codes "NASDAQ:AAPL,NASDAQ:MSFT"
insight get_symbol_series --symbol "NASDAQ:AAPL" --bar_type day --dp 30
insight screen_stocks --fields "close,volume,market_cap" --exchanges "NYSE,NASDAQ" --sortBy market_cap --sortOrder desc
insight download_history --symbol "NASDAQ:AAPL" --bar_type day --from 2024-01-01 --to 2024-06-30 --output_dir ./history
```

Symbol codes must use `EXCHANGE:SYMBOL` format. Use `search_symbols` before calling symbol tools.

All API tools support:

```bash
--filter '<jsonata-expression>'
--store json --output_file ./response.json
--store json --output_dir ./responses
```

`get_symbol_series` also supports CSV storage:

```bash
insight get_symbol_series --symbol "NASDAQ:AAPL" --bar_type day --store csv --output_file ./aapl.csv
```

## Tools

Auth and files:

| Tool | Purpose |
|------|---------|
| `whoami` | Print the configured user's email/uuid from the API key JWT |
| `download_history` | Download date ranges to JSON/CSV files |
| `get_symbol_history` | Same as `download_history`; downloads history to files |
| `render_chart` | Render Chart.js configs as PNG images |

Market data:

| Tool | Purpose |
|------|---------|
| `search_symbols` | Find valid `EXCHANGE:SYMBOL` codes |
| `get_quotes` | Latest quotes |
| `get_symbol_series` | Recent OHLCV series |
| `get_symbol_info` | Symbol metadata |
| `get_symbol_session` | Trading hours and session details |
| `get_symbol_contracts` | Futures contract list |

Fundamentals, options, screeners, calendars, documents:

| Tool | Purpose |
|------|---------|
| `get_symbol_fundamentals` | Company fundamentals |
| `get_fundamentals_series` | Historical fundamental indicators |
| `get_fundamentals_meta` | Available fundamental/technical IDs |
| `get_options_contracts` | Option contract metadata and codes |
| `get_options_quotes` | Option quote rows with bid/ask and Greeks |
| `screen_stocks`, `screen_etfs`, `screen_bonds`, `screen_crypto` | Screen assets |
| `get_stock_screener_params`, `get_etf_screener_params`, `get_bond_screener_params`, `get_crypto_screener_params` | Screener fields |
| `get_dividends`, `get_earnings`, `get_ipos`, `get_events` | Current and historical monthly calendars |
| `get_newsfeed` | Financial news |
| `get_newsfeed_sources` | Available news source names |
| `get_documents`, `get_document` | Filings and transcripts |

Lo que la gente pregunta sobre insight_mcp

¿Qué es rezmeplxrf/insight_mcp?

+

rezmeplxrf/insight_mcp es mcp servers para el ecosistema de Claude AI. MCP server and CLI for the InsightSentry financial data API Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala insight_mcp?

+

Puedes instalar insight_mcp clonando el repositorio (https://github.com/rezmeplxrf/insight_mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar rezmeplxrf/insight_mcp?

+

Nuestro agente de seguridad ha analizado rezmeplxrf/insight_mcp y le ha asignado un Trust Score de 54/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene rezmeplxrf/insight_mcp?

+

rezmeplxrf/insight_mcp es mantenido por rezmeplxrf. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a insight_mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega insight_mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: rezmeplxrf/insight_mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rezmeplxrf-insight-mcp)](https://claudewave.com/repo/rezmeplxrf-insight-mcp)
<a href="https://claudewave.com/repo/rezmeplxrf-insight-mcp"><img src="https://claudewave.com/api/badge/rezmeplxrf-insight-mcp" alt="Featured on ClaudeWave: rezmeplxrf/insight_mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a insight_mcp