Labsco
oxylabs logo

KonbiniAPI

from oxylabs

KonbiniAPI gives AI agents direct access to social media data โ€” profiles, posts, videos, comments, and search results.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

MCP overview

Use KonbiniAPI directly from AI agents and coding assistants via the Model Context Protocol. No API calls, no headers โ€” just ask.

KonbiniAPI is available as a hosted MCP server at https://mcp.konbiniapi.com. That lets AI agents like Claude, ChatGPT, Cursor, Codex, and Zed call KonbiniAPI directly without you writing integration code or running the server locally.

Once connected, your AI agent can fetch TikTok, Instagram, X, and Reddit data just by being asked. No manual API calls, no auth headers, no JSON parsing.

What the agent can do

The MCP server exposes one typed tool per supported endpoint:

Use tools like instagram_get_user, tiktok_get_user_videos, x_get_post, or reddit_get_subreddit directly in your client.

Use projection_preset, data_fields, and item_fields to keep tool results focused and save tokens.

How it works

Connect your MCP-compatible client to https://mcp.konbiniapi.com, authorize it once, and then call KonbiniAPI tools directly from your agent. Most clients support OAuth. Some clients also let you connect with a KonbiniAPI API key instead.

Each successful endpoint-tool call uses the same credits as the matching direct REST API call and returns MCP metadata when available.

Recommended connection modes

Best option for most clients. Use the hosted MCP URL directly and sign in through the browser once.

For clients that support remote MCP but not OAuth yet. Keep the server remote and send your KonbiniAPI API key as a Bearer token header.