Model Context Protocol · v1.0

Your AI.
Your Trades.

Connect Claude, GPT, Gemini, Cursor, Copilot, and any MCP client directly to Gidipex's full exchange — spot, futures, OTC, and wallet tools — through a single authenticated protocol endpoint.

Claude GPT-4o Gemini Cursor Copilot Continue.dev Cline Windsurf OpenHands + any MCP client
Tools Available
22+
AI Clients
10+
Protocol
MCP 2024
Auth
Bearer

Works With Every
AI Client.

Gidipex MCP is compatible with every tool that implements the Model Context Protocol — from chat assistants to coding agents to autonomous workflows.

Copy. Paste. Done.

Pick your client and paste the config. Replace YOUR_MCP_TOKEN with your generated token.

{
  "mcpServers": {
    "gidipex": {
      "url": "https://mcp.gidipex.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
Server URL:
https://mcp.gidipex.com/mcp

Authorization header:
Bearer YOUR_MCP_TOKEN
{
  "mcpServers": {
    "gidipex": {
      "url": "https://mcp.gidipex.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
{
  "mcpServers": {
    "gidipex": {
      "serverUrl": "https://mcp.gidipex.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
{
  "mcp": {
    "servers": {
      "gidipex": {
        "url": "https://mcp.gidipex.com/mcp",
        "auth": {
          "type": "bearer",
          "token": "YOUR_MCP_TOKEN"
        }
      }
    }
  }
}
{
  "context_servers": {
    "gidipex": {
      "settings": {
        "url": "https://mcp.gidipex.com/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_MCP_TOKEN"
        }
      }
    }
  }
}
{
  "mcpServers": [
    {
      "name": "gidipex",
      "transport": {
        "type": "http",
        "url": "https://mcp.gidipex.com/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_MCP_TOKEN"
        }
      }
    }
  ]
}
{
  "mcpServers": {
    "gidipex": {
      "url": "https://mcp.gidipex.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
Server URL:
https://mcp.gidipex.com/mcp

Authorization header:
Bearer YOUR_MCP_TOKEN
{
  "mcpServers": {
    "gidipex": {
      "url": "https://mcp.gidipex.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}

What Your Agent
Can Execute.

Every tool is scoped, audited, and idempotency-keyed. High-risk operations require explicit confirmation before execution.

mcp:wallet.read
Get Wallet Overview
Retrieve all wallet balances, available and locked amounts across spot and derivatives accounts.
Read-only
mcp:wallet.deposit.read
Spot Deposit Address
Fetch the deposit address for any supported asset and chain from the user's account.
Read-only
mcp:trade.read
List Trading Accounts
List all trading accounts with balances, open positions, and margin state.
Read-only
mcp:trade.read
List Orders & Positions
Query open orders and active positions with full execution metadata.
Read-only
mcp:trade.write
Preview & Place Orders
Preview a trade before committing. Place market, limit, and conditional orders with idempotency protection.
Confirmation required
mcp:trade.write
Close Positions
Preview and close open futures positions. Full confirmation gate before execution.
Confirmation required
mcp:trade.configure
Leverage & Margin Mode
Get, preview, and set leverage and margin mode per trading account with confirmation flow.
Confirmation required
mcp:notification.read
Notifications
List, mark read, and delete user notifications. Full bidirectional notification management.
Read / write
mcp:payout.read
Payout Methods
Read saved payout verification methods and withdrawal configurations.
Read-only

Up in Four Steps.

From signup to a fully connected AI trading agent in under five minutes.

  1. Create a Gidipex Account
    Sign up at gidipex.com and complete identity verification to unlock trading capabilities.
  2. Generate an MCP Token
    Go to Settings → Developers → MCP Agent tab, or call POST /api/mcp/tokens with your session. Choose scopes based on what your agent needs.
  3. Configure Your AI Client
    Set the endpoint to https://mcp.gidipex.com/mcp with your Bearer token. See config examples above.
  4. Start Trading via AI
    Your agent auto-discovers 22+ tools. Ask it to check balances, place orders, or manage your portfolio in natural language.

Granular Control.

Issue tokens with only the scopes your agent actually needs. Revoke any token instantly from your dashboard.

mcp:use
Base scope — required for any MCP session to initialize.
mcp:wallet.read
Read wallet overview and all asset balances.
mcp:wallet.deposit.read
Read deposit address information per asset and chain.
mcp:payout.read
Read saved payout method and verification details.
mcp:notification.read
List and read account notifications.
mcp:notification.write
Mark notifications as read or delete them.
mcp:trade.read
Read trading accounts, balances, orders, and positions.
mcp:trade.write
Preview, place, modify, cancel, and close trades.
mcp:trade.configure
Change leverage settings and margin mode per account.

Common Questions.

Gidipex MCP works with any MCP-compatible client: Claude Desktop, Claude.ai, Cursor IDE, GitHub Copilot (via MCP extension), Continue.dev, Cline, Windsurf, OpenHands, Zed Editor, and any app using the official @modelcontextprotocol/sdk. If it speaks MCP 2024-11-05, it connects.
The endpoint is https://mcp.gidipex.com/mcp. It uses Streamable HTTP transport (MCP 2024-11-05) and Bearer token authentication. The manifest is at https://mcp.gidipex.com/mcp/manifest.
Create a Gidipex account, generate an MCP token from Settings → Developers → MCP Agent, then add it to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) with the server URL and your Bearer token. See the config examples in the AI Clients section above for the exact JSON.
Yes. MCP access is free for all verified Gidipex account holders. Create an account and generate a token from Settings → Developers. Standard exchange trading fees apply when orders are executed.
Yes — if you grant the mcp:trade.write scope. All write tools have a mandatory preview step before execution. You can issue read-only tokens (mcp:wallet.read + mcp:trade.read) if you want portfolio visibility without trading permissions.
Gidipex is a full exchange, not a broker. It provides its own spot, futures, OTC, and P2P markets. MCP exposes all of these natively — no third-party exchange wiring required.

Build the
Future Now.

The first exchange with a production-ready MCP server. Your agent can trade, check balances, and manage positions — in the same breath as everything else it does.