Other Clients
Connect directly to the Hopkin server endpoints from any MCP-compatible client.
Server Endpoints
- Meta Ads:
https://meta.mcp.hopkin.ai - Google Ads:
https://google.mcp.hopkin.ai - LinkedIn Ads:
https://linkedin.mcp.hopkin.ai - Reddit Ads:
https://reddit.mcp.hopkin.ai - TikTok Ads:
https://tiktok.mcp.hopkin.ai
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://meta.mcp.hopkin.ai 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.