Code clients with live social data.
Give a coding agent live social data while it works — useful when you are building against the API and want the agent to see real responses.
All of them reach the same hosted MCP server, the same endpoints, and the same credits as the REST API. What differs is where the URL goes and what each one asks for when you authorize.
What you can connect.
Each has a tested setup guide. Follow it once — the cards below are the short version — and the tools appear in the client.
Claude Code
- Setup
- One command —
claude mcp add --transport http— then/mcpinside a session to authorize. Add--scope userfor every project. - Auth
- OAuth
Codex
- Setup
codex mcp addin the CLI, or Settings → MCP servers in the Codex app. Editing~/.codex/config.tomlworks too.- Auth
- OAuth or API key
Cursor
- Setup
- Settings → MCP → Add new MCP server, type HTTP. Cursor opens the browser to link your account.
- Auth
- OAuth
VS Code
- Setup
- A
.vscode/mcp.jsonin the workspace, or the global user config. Authorizes on first use in Agent mode. - Auth
- OAuth
- Notes
- GitHub Copilot reads the same configuration.
Antigravity
- Setup
- Manage MCP Servers → View raw config to add the URL, then Authenticate under Agent Settings → Customizations.
- Auth
- OAuth
Gemini CLI
- Setup
- An
httpUrlentry in~/.gemini/settings.json, then/mcp auth konbiniapiand a browser sign-in. - Auth
- OAuth
Windsurf
- Setup
- Cascade → MCP Servers, or
~/.codeium/mcp_config.jsondirectly. The OAuth flow opens the first time a tool runs. - Auth
- OAuth
Cline
- Setup
- The Cline panel → MCP Servers → Remote Servers, over Streamable HTTP.
- Auth
- OAuth
Replit
- Setup
- Integrations → MCP Servers → Add MCP Server. Replit Agent launches the auth flow the first time it uses one.
- Auth
- Browser login
Zed
- Setup
- Agent Panel → Settings → Add Custom Server, in the UI or in settings JSON. Leave the Authorization header off and Zed runs OAuth itself.
- Auth
- OAuth
Step-by-step guides.
For the jobs where the client changes how the work is done.
- Claude CodeAPI integrationFrom nothing to a working call, without leaving the editor.
- Claude CodeResponse explorationThe agent reads the real response before it writes the code that parses it.
- Claude CodeData pipelineIngestion, pagination, and backfill, written against the API's real behaviour.
- Claude CodeFeature prototypingBuild the whole slice with real data in it, not placeholder JSON.
- CodexAPI integrationFrom nothing to a working call, without leaving the editor.
- CodexResponse explorationThe agent reads the real response before it writes the code that parses it.
- CodexData pipelineIngestion, pagination, and backfill, written against the API's real behaviour.
- CodexFeature prototypingBuild the whole slice with real data in it, not placeholder JSON.
- CursorAPI integrationFrom nothing to a working call, without leaving the editor.
- CursorResponse explorationThe agent reads the real response before it writes the code that parses it.
- CursorData pipelineIngestion, pagination, and backfill, written against the API's real behaviour.
- CursorFeature prototypingBuild the whole slice with real data in it, not placeholder JSON.
- VS CodeAPI integrationFrom nothing to a working call, without leaving the editor.
- VS CodeResponse explorationThe agent reads the real response before it writes the code that parses it.
- VS CodeData pipelineIngestion, pagination, and backfill, written against the API's real behaviour.
- VS CodeFeature prototypingBuild the whole slice with real data in it, not placeholder JSON.
Connect a code client.
One API key works for MCP and the REST API. The free plan includes 100 credits and no credit card.