← Back to Plugins
MCP Server MCP

Index One

github By github 👁 3 views ▲ 0 votes

Query financial index data, run backtests, and deploy systematic investment strategies on Index One.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.indexone.io/mcp",
      "headers": [
        {
          "description": "Index One team API key. Only needed by clients that cannot do OAuth; OAuth-capable clients (Claude connectors and similar) sign in with an Index One account instead and send no header. Create keys in the console under Team API Keys.",
          "isSecret": true,
          "name": "x-api-key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...