Connect KINETK to Your AI Assistant
Your AI assistant is great at reasoning, but it doesn’t know what’s trending on TikTok this morning, which creators are driving a narrative, or how a hashtag is performing across platforms. KINETK does.
With one quick setup, you can connect KINETK to the AI assistant you already use — Claude, ChatGPT, Cursor, and others. Once connected, just talk to your assistant in plain English, and mention “kinetk” when you want live intelligence.
“What’s trending in the World Cup right now?” “Which creators are driving the luxury-watch conversation this month?” “Pull the top posts about sustainable sneakers so I can cite them.”
You ask. KINETK answers.
Pick your assistant
Quick setup examples — choose the one you already use. They all reach the same KINETK Knowledge Graph and bill the same account.
⚠️ The sign-in method uses the sign-in address (
…/graph/connect); the API-key method uses the MCP address (…/graph/mcp). Claude Desktop’s custom connector can’t send an API-key header — always use the sign-in address there.
Claude Desktop — Desktop App
Add KINETK as a custom connector inside the Claude app.
- Open Settings → Connectors → Add custom connector.
- Paste the sign-in address into the connector URL field:
https://api.kinetk.ai/graph/connect - Save, then click Connect / Sign in — a browser opens to the KINETK login. Sign in and approve.
- KINETK shows as connected, and the tools appear near the message box.
ChatGPT — Web App
Add KINETK as an app inside ChatGPT on the web.
- Open ChatGPT on the web. This setup isn’t available in the mobile or desktop apps, and requires a paid ChatGPT plan.
- Go to Settings → Apps → Advanced settings and turn Developer mode on.
- Click Create App, paste the sign-in address
https://api.kinetk.ai/graph/connect, then click Create. - Sign in with KINETK and the tools are ready.
Claude Code — CLI
Register the KINETK MCP server from your terminal.
- Run the command below, replacing
YOUR_KEYwith your KINETK API key. - Restart Claude Code — the kinetk tools load automatically.
Codex — CLI
Add the KINETK MCP server to your Codex config.
- Open
~/.codex/config.tomlon Linux/macOS ($HOME/.codex/config.tomlon Windows). - Add the config below to the bottom of the file.
- Replace the
API_KEYplaceholder with your KINETK API key. - Start Codex and verify with the
/mcpcommand.
Cursor — IDE
Add KINETK under Tools & MCPs in Cursor settings.
- Open Settings → Tools & MCP → New MCP Server or Add Custom MCP.
- Paste the JSON below into
mcp.json. - Change the
api-keyplaceholder to your KINETK API key. - Refresh — the kinetk tools become available.
Gemini / Antigravity — CLI
Add the KINETK MCP server to your Gemini config.
- Open
~/.gemini/config/mcp_config.jsonon macOS ($HOME/.gemini/config/mcp_config.jsonon Windows). - Paste the JSON below into the file.
- Replace the
API_KEYplaceholder with your KINETK API key. - Launch Antigravity (
agy) and verify with the/mcpcommand.
Note: the consumer Gemini app (gemini.google.com / mobile) can’t add custom MCP connectors yet — use the config above, or Gemini Enterprise below.
Grok — CLI
Register the KINETK MCP server from your terminal.
- Run the commands below for your OS, replacing
API_KEYwith your KINETK API key. - Start Grok and verify with the
/mcpcommand.
macOS / Linux:
Windows:
Need a key? Get one from the platform portal or contact the KINETK team.
Gemini Enterprise (custom MCP)
Gemini Enterprise (Agentspace) connects to KINETK as a custom MCP data store. It uses OAuth 2.0 through your own identity provider — there’s no API-key option here — and only the StreamableHTTP transport (point it at the …/mcp address, not …/connect).
This is an admin-driven setup, not a one-click connect:
-
Prerequisites. Have an Organization Policy Administrator enable custom MCP servers (it’s off by default), and grant your account the Discovery Engine Editor (
roles/discoveryengine.editor) role. -
Register Gemini Enterprise as an OAuth client with your IdP (Okta, Azure AD, Google, …), setting the authorization redirect URL to
https://vertexaisearch.cloud.google.com/oauth-redirect. Note the resulting Client ID, Client Secret, Authorization URL, Token URL and Scopes. -
Add the server. In the Google Cloud console → Gemini Enterprise → Data stores → Create data store, search Custom MCP Server (Preview), and choose Add MCP server.
-
Fill the MCP Server Configuration:
-
Save and complete the OAuth consent. The KINETK tools become available to your Gemini Enterprise agents.
The OAuth endpoints and client credentials are issued by KINETK — contact the KINETK team to provision them for your organization.
How to use it
Once connected, just talk to your assistant like always, and mention “kinetk” when you want live intelligence so it uses the connector instead of answering from memory.
Find what’s trending (intelligence)
“Use kinetk to tell me the latest trends in the World Cup.”
You’ll get synthesized takeaways — the narratives forming, which platform they’re concentrated on, which hashtags carry an engagement premium, and where the white space is.
Find the source content
“Use kinetk to pull the top posts about luxury watches this month.”
You’ll get the actual ranked posts and videos — platform, engagement, similarity, and enrichment (themes/tone) — so you can read, cite, or repurpose them.
Keep going
“Which of those creators is biggest on Instagram?” · “Turn the third insight into three post ideas.”
The assistant figures out what to look up, waits for results, and summarizes — you don’t manage any of it.
Tips for better answers
- Say “kinetk.” Without the cue your assistant may answer from general knowledge and skip the live data.
- Be specific. “Trends in women’s football on TikTok this week” beats “sports trends.”
- Heavier questions take a moment. Quick content lookups return in seconds; deeper trend analysis can take up to a minute — your assistant waits and then answers.
About your account and usage
Whether you sign in or use an API key, usage counts against your KINETK account. Pulling content and intelligence draws on your plan; simply being connected does not. Keep your API key private — treat it like a password.
Troubleshooting
- Assistant answers without using KINETK → add “use kinetk” and confirm the connector shows connected.
- Claude Desktop “couldn’t connect to the server” → make sure you used the sign-in address (
…/graph/connect), not the API-key address. Desktop can’t send a key header. - “Unauthorized” on the API-key method → check the address and that
x-api-keyhas no stray spaces. - No Funds → add funds to your account.
- A trend question is slow → deeper analysis runs a fuller pipeline; give it up to a minute.