idx-eod-api

maxlong-hash/idx-eod-api
★ 0 stars JavaScript 🤖 AI/LLM Updated today
IDX EOD API and MCP server for ChatGPT and Custom GPT Actions
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "idx-eod-api": {
      "command": "npx",
      "args": [
        "-y",
        "maxlong-hash/idx-eod-api"
      ]
    }
  }
}