Talk to GTR Socials
through any AI tool

Connect Cursor, Claude, ChatGPT or any MCP-compatible AI client to your account. Search services, place orders, track status and check your balance — all through natural conversation.

5 MCP Tools Cursor Ready Claude Ready ChatGPT Ready 24/7 Live Server

5 tools, every action covered

Each GTR Socials API action is a dedicated MCP tool — ready the moment you connect.
get_services
Read

Fetch all available SMM services with pricing, min/max quantities, and platform details.

get_balance
Read

Retrieve your current wallet balance in USD before placing orders.

add_order
Write

Place a new order for followers, likes, plays, views or any other service.

get_order_status
Read

Check the live status of a single order — pending, in progress, completed, partial or canceled.

get_multi_order_status
Read

Check up to 100 orders at once in a single request. Ideal for bulk monitoring.

Install in your client

Copy the config snippet for your AI client below — your API key is already filled in.
Code size
1
Open Cursor SettingsTools & MCP → click + New MCP Server
2
Choose HTTP / URL transport and enter:
Name: gtrsocials
URL:  https://gtrsocials.com/mcp/restapi
Headers:
  Authorization: Bearer your_api_key_here
3
Save — a green dot next to the server means it's connected. Ask in chat: "Check my GTR Socials balance"
Or edit ~/.cursor/mcp.json directly:
{
  "mcpServers": {
    "gtrsocials": {
      "type": "http",
      "url": "https://gtrsocials.com/mcp/restapi",
      "headers": {
        "Authorization": "Bearer your_api_key_here"
      }
    }
  }
}
1
Open Claude Desktop⚙️ SettingsConnectors → click +
2
Enter the details below and click Add
Name: gtrsocials
URL:  https://gtrsocials.com/mcp/restapi
3
Or edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "gtrsocials": {
      "type": "http",
      "url": "https://gtrsocials.com/mcp/restapi",
      "headers": {
        "Authorization": "Bearer your_api_key_here"
      }
    }
  }
}
1
Requires a paid ChatGPT plan (Plus, Pro, Business, or Enterprise). Free accounts do not get custom MCP connectors — you will only see Plugins, not Connectors.
2
Open ChatGPT → SettingsSecurity and login → turn on Developer mode.
3
Go to Settings → Plugins (or open chatgpt.com/plugins) → click the + / create button.
4
Enter the details below and choose Bearer authentication (or paste the key when prompted):
Name: gtrsocials
MCP Server URL: https://gtrsocials.com/mcp/restapi
Authentication: Bearer your_api_key_here
5
Save, then in a new chat enable Developer mode / your gtrsocials app from the tools picker and ask: "Check my GTR Socials balance".
Tip: Cursor and Claude Desktop are simpler for most users and work with the same MCP server URL + API key.
1
Edit ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gtrsocials": {
      "type": "http",
      "url": "https://gtrsocials.com/mcp/restapi",
      "headers": {
        "Authorization": "Bearer your_api_key_here"
      }
    }
  }
}
2
Restart Windsurf and verify by asking: "Check my GTR Socials balance"
Paste this prompt into any AI tool and it will auto-configure the MCP server for you.
Please install the `gtrsocials` MCP server into my current AI client (that's you).

Canonical MCP server config (HTTP transport):
- type: http
- url: https://gtrsocials.com/mcp/restapi
- headers:
  - Authorization: Bearer your_api_key_here

This MCP server connects to the GTR Socials SMM Panel API.
Tools: get_balance, get_services, add_order, get_order_status, get_multi_order_status.

Add this MCP server to my current client config in the correct format for you.
After adding it, tell me how to verify the server is connected.

What you can ask

Natural language — no commands to memorize.
  • 💰 "Check my GTR Socials wallet balance" → get_balance
  • 🔍 "Show me all available Instagram follower services" → get_services
  • 🛒 "Order 1000 TikTok likes for https://tiktok.com/@..." → add_order
  • 📦 "What's the current status of order 12345?" → get_order_status
  • 📊 "Check status of orders 101, 102 and 103 at once" → get_multi_order_status
  • "Find the cheapest YouTube views service and place an order for 10,000" → get_services + add_order

Your API Key

Log in to see your personal API key filled into the configs below.
Log in to get your key
Guests can still copy the install snippets — replace your_api_key_here with your key from Settings after login.

MCP Server URL

Use this URL in your client config.

Quick Reference

Authentication Authorization: Bearer <api_key>
Protocol MCP JSON-RPC 2.0 (2024-11-05)
Transport HTTP POST
Full API docs gtrsocials.com/api →