What is MCP?
MCP is a unified connection protocol between AI clients and external tools. After connecting KeyAPI MCP, your AI assistant can discover and call platform data tools in conversation, such as creator profiles, videos, comments, products, and search results.
KeyAPI implements MCP with Streamable HTTP. Each platform has its own endpoint. TikTok is selected by default, and you can add Instagram, YouTube, Reddit, Amazon, and more as needed.
Preparation
Get your API Key from Dashboard
Create and copy your KeyAPI API key from the Dashboard.
Choose an AI client
Choose the AI client you use, then copy the matching configuration.
Configuration method
Select platforms
Each platform has an independent endpoint. Select the platforms you need, then copy the generated configuration.
Copy this and send it to your AI assistant. It can help you finish the setup. Remember to replace the API key with your own.
{
"mcpServers": {
"keyapi-tiktok": {
"type": "streamable-http",
"url": "https://mcp.keyapi.ai/tiktok/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEYAPI_TOKEN"
}
}
}
}Restart the selected client after updating the configuration. To connect multiple platforms, select them above and the guide will generate multiple server entries.