dwlf-mcp-server

andywilliams/dwlf-mcp-server
★ 0 stars TypeScript 💬 Communication Updated 1d ago
MCP server for DWLF market analysis platform — AI-accessible tools for market data, indicators, signals, strategies and more
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": {
    "dwlf-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "andywilliams/dwlf-mcp-server"
      ]
    }
  }
}