← Back to Plugins
MCP Server MCP

TickDB Market Data

github By github 👁 1 views ▲ 0 votes

Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.tickdb.ai/",
      "headers": [
        {
          "description": "Your TickDB API key. Free signup at https://tickdb.ai",
          "isRequired": true,
          "isSecret": true,
          "name": "X-TickDB-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...