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.
Gidipex MCP is compatible with every tool that implements the Model Context Protocol — from chat assistants to coding agents to autonomous workflows.
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"
}
}
}
}
Every tool is scoped, audited, and idempotency-keyed. High-risk operations require explicit confirmation before execution.
From signup to a fully connected AI trading agent in under five minutes.
POST /api/mcp/tokens with your session. Choose scopes based on what your agent needs.https://mcp.gidipex.com/mcp with your Bearer token. See config examples above.Issue tokens with only the scopes your agent actually needs. Revoke any token instantly from your dashboard.
@modelcontextprotocol/sdk. If it speaks MCP 2024-11-05, it connects.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.~/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.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.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.