coindcx_mcp_server

kunals12/coindcx_mcp_server
★ 0 stars Rust 🔌 API Integration Updated 7d ago
Simple MCP server which is connected with coindcx api to get balance, place orders, cancel orders
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": {
    "coindcx_mcp_server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "coindcx_mcp_server"
      ]
    }
  }
}