AgentHubAgentHub

insightsentry_mcp

MCP ServerMCP Registry官方收录

io.github.rezmeplxrf/insightsentry_mcp · v1.4.34

MCP server for InsightSentry financial data API - market data, options, screeners, and more

概览

insightsentry_mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "insightsentry_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insightsentry/mcp"
      ]
    }
  }
}

环境变量

INSIGHTSENTRY_API_KEY可选secret

InsightSentry API key from https://insightsentry.com/dashboard

INSIGHTSENTRY_CONFIG_DIR可选

Optional directory for the saved insight login config. Use this when the CLI and MCP server run with different home directories.

相关资源

统一 Manifest

{
  "id": "io.github.rezmeplxrf/insightsentry_mcp",
  "type": "mcp-server",
  "version": "1.4.34",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@insightsentry/mcp",
        "version": "1.4.33",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "INSIGHTSENTRY_API_KEY",
            "description": "InsightSentry API key from https://insightsentry.com/dashboard",
            "isSecret": true
          },
          {
            "name": "INSIGHTSENTRY_CONFIG_DIR",
            "description": "Optional directory for the saved insight login config. Use this when the CLI and MCP server run with different home directories."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.rezmeplxrf/insightsentry_mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.rezmeplxrf%2Finsightsentry_mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
insightsentry_mcp — MCP Server 安装与配置 · AgentHub