Back to MCP Servers

Openapi

🐍 ☁️ - LongPort OpenAPI provides real-time stock market data, provides AI access analysis and trading capabilities through MCP.

finance-fintechapiai

Installation

npx -y openapi

Configuration

{
  "mcpServers": {
    "openapi": {
      "command": "npx",
      "args": ["-y", "openapi"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub