intervals-mcp-server

daninden/intervals-mcp-server
★ 0 stars C# DevOps Updated 2d ago
Multi-user MCP server for the intervals.icu API, hosted on Azure Functions (Flex Consumption).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "intervals-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "daninden/intervals-mcp-server"
      ]
    }
  }
}