AgentHubAgentHub

flashalpha

MCP ServerMCP Registry官方收录

io.github.tdobrowolski1/flashalpha · v1.5.0

Real-time & historical options analytics: GEX, dealer positioning, greeks, SVI vol, VRP, 0DTE

概览

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

安装

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

{
  "mcpServers": {
    "flashalpha": {
      "url": "https://lab.flashalpha.com/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.tdobrowolski1/flashalpha",
  "type": "mcp-server",
  "version": "1.5.0",
  "displayName": "flashalpha",
  "description": "Real-time & historical options analytics: GEX, dealer positioning, greeks, SVI vol, VRP, 0DTE",
  "repository": {
    "url": "https://github.com/FlashAlpha-lab/flashalpha-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/gex"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/gex"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/directional"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/directional"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/premium"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/premium"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/spreads"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/spreads"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/0dte"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/0dte"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/swing"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/swing"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/volarb"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/volarb"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/quant"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/quant"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp/earnings"
      },
      {
        "transport": "streamable-http",
        "url": "https://lab.flashalpha.com/mcp-oauth/earnings"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.tdobrowolski1/flashalpha",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.tdobrowolski1%2Fflashalpha/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
flashalpha — MCP Server 安装与配置 · AgentHub