Other Clients

Connect directly to the Hopkin server endpoints from any MCP-compatible client.

Server Endpoints

  • Meta Ads: https://mcp.hopkin.ai/meta-ads/mcp
  • Google Ads: https://mcp.hopkin.ai/google-ads/mcp
  • LinkedIn Ads: https://mcp.hopkin.ai/linkedin-ads/mcp
  • Reddit Ads: https://mcp.hopkin.ai/reddit-ads/mcp
  • TikTok Ads: https://mcp.hopkin.ai/tiktok-ads/mcp

Transport

All endpoints use Streamable HTTP transport. Send requests to the endpoint URL with an Authorization: Bearer <token> header.

Authentication

Include your API key in every request:

Authorization: Bearer YOUR_API_KEY

Get your API key from app.hopkin.ai/api-keys. One key works across all servers.

Example: MCP JSON-RPC request

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "meta_ads_check_auth_status",
    "arguments": {}
  }
}

Send this as a POST request to https://mcp.hopkin.ai/meta-ads/mcp with the authorization header.

Next steps

Once connected, verify your setup by calling check_auth_status on any server. See Your First Query for a full walkthrough.