← Back to Plugins
MCP Server MCP

OneQAZ Trading Intelligence

github By github 👁 1 views ▲ 0 votes

Live market data, signals, positions, and macro analysis for crypto, KR stocks, and US stocks.

Homepage Verified source GitHub

Install

uvx oneqaz-trading-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.oneqaz.com/mcp",
      "headers": [
        {
          "description": "API key for higher rate limits (optional — free tier: 1,500 req/day without key)",
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "oneqaz-trading-mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Root directory for market data files",
          "name": "DATA_ROOT"
        },
        {
          "description": "Server port (default: 8010)",
          "name": "MCP_SERVER_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...