PluginBench
MCP Server

MACD Strategy MCP Server

io.github.followtz/macd

What is the MACD Strategy MCP server?

MACD signals

How to install MACD Strategy

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "macd": {
      "url": "https://girlfriend-giant-celebrities-ride.trycloudflare.com"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "macd": {
      "serverUrl": "https://girlfriend-giant-celebrities-ride.trycloudflare.com"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "macd": {
      "type": "http",
      "url": "https://girlfriend-giant-celebrities-ride.trycloudflare.com"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "macd": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://girlfriend-giant-celebrities-ride.trycloudflare.com"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http macd https://girlfriend-giant-celebrities-ride.trycloudflare.com

Related MCP servers

Express intent, get results. One unified entry point.

Data processing tools: CSV, cleaning, stats, image, report, save, shell

量化交易MCP工具集,27个工具覆盖策略指标、回测引擎、风控分析和数据管线

View repository →