MCPClients

Cursor

Connect Cursor to the Tradebird MCP server.

Set the endpoint:

export TRADEBIRD_MCP_URL="https://api.tradebird.ai/mcp"

Add Tradebird to .cursor/mcp.json for a project or ~/.cursor/mcp.json for your user profile:

{
  "mcpServers": {
    "tradebird": {
      "url": "https://api.tradebird.ai/mcp"
    }
  }
}

For a token-protected endpoint, pass the token through a header:

{
  "mcpServers": {
    "tradebird": {
      "url": "https://api.tradebird.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${env:TRADEBIRD_MCP_TOKEN}"
      }
    }
  }
}

Open Cursor's MCP or Customize settings, enable the Tradebird server, and ask Agent to use Tradebird marketplace tools.