CreatorDB MCP Server
Provides comprehensive influencer marketing data from Instagram, YouTube, and TikTok via the CreatorDB Headless API V3. It enables advanced creator search, profile analysis, and access to performance metrics and audience demographics.
README
CreatorDB MCP Server
An MCP (Model Context Protocol) server that provides access to the CreatorDB Headless API V3 for influencer marketing data across Instagram, YouTube, and TikTok.
Features
This MCP server exposes 31 tools covering all CreatorDB API V3 endpoints:
General Operations
- get_api_usage - Get API usage statistics and quota consumption
Instagram (11 tools)
- instagram_get_profile - Complete profile with metadata, stats, hashtags, niches
- instagram_get_contact - Contact information (emails)
- instagram_get_content_detail - Detailed content information
- instagram_get_performance - Engagement rates, likes, comments, consistency scores
- instagram_get_performance_history - Historical performance data
- instagram_get_sponsorship - Sponsored content information
- instagram_get_audience - Demographics: country, gender, age breakdown
- instagram_search - Advanced search with 10+ filter types
- instagram_natural_language_search - AI-powered natural language queries
- instagram_get_niches - All available niches with creator counts
YouTube (11 tools)
- youtube_get_profile - Complete profile with pricing estimates, topics, niches
- youtube_get_contact - Contact information
- youtube_get_content_detail - Video details and performance
- youtube_get_performance - Views, engagement, content statistics
- youtube_get_performance_history - Historical performance data
- youtube_get_sponsorship - Sponsored content data
- youtube_get_audience - Audience demographics
- youtube_search - Advanced search with filters
- youtube_natural_language_search - AI-powered search
- youtube_get_topics - Content categories
- youtube_get_niches - Available niches
TikTok (9 tools)
- tiktok_get_profile - Complete profile with follower stats, hashtags, niches
- tiktok_get_contact - Contact information
- tiktok_get_content_detail - Video details
- tiktok_get_performance - Engagement metrics
- tiktok_get_performance_history - Historical data
- tiktok_get_audience - Audience demographics
- tiktok_search - Advanced search with filters
- tiktok_natural_language_search - AI-powered search
- tiktok_get_niches - Available niches
Installation
# Clone or copy this directory
cd creatordb-mcp
# Install dependencies
npm install
# Build the TypeScript
npm run build
Configuration
Set your CreatorDB API key as an environment variable:
export CREATORDB_API_KEY="your-api-key-here"
Usage with Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"creatordb": {
"command": "node",
"args": ["/path/to/creatordb-mcp/dist/index.js"],
"env": {
"CREATORDB_API_KEY": "your-api-key-here"
}
}
}
}
Usage with Claude Code
# Add the MCP server
claude mcp add creatordb -- node /path/to/creatordb-mcp/dist/index.js
# Or with environment variable
CREATORDB_API_KEY=your-key claude mcp add creatordb -- node /path/to/creatordb-mcp/dist/index.js
Development
# Run in development mode (without building)
npm run dev
# Build for production
npm run build
# Run built version
npm start
API Details
- Base URL:
https://apiv3.creatordb.app - Authentication: API key via
api-keyheader - Response format: JSON with
success,data,traceId,timestampfields
Example Tool Calls
Search Instagram creators with filters
{
"name": "instagram_search",
"arguments": {
"filters": [
{ "filterName": "totalFollowers", "op": ">", "value": 100000 },
{ "filterName": "country", "op": "=", "value": "USA" },
{ "filterName": "niches", "op": "in", "value": ["fashion_Lifestyle"] }
],
"pageSize": 20,
"offset": 0,
"sortBy": "totalFollowers",
"desc": true
}
}
Natural language search
{
"name": "instagram_natural_language_search",
"arguments": {
"query": "fashion influencers in USA with over 100k followers",
"pageSize": 20,
"offset": 0
}
}
Get Instagram creator profile
{
"name": "instagram_get_profile",
"arguments": {
"uniqueId": "instagram"
}
}
Get YouTube creator profile
{
"name": "youtube_get_profile",
"arguments": {
"channelId": "UCBR8-60-B28hp2BmDPdntcQ"
}
}
Get TikTok creator audience demographics
{
"name": "tiktok_get_audience",
"arguments": {
"uniqueId": "tiktok"
}
}
Search YouTube creators by topic
{
"name": "youtube_search",
"arguments": {
"filters": [
{ "filterName": "topics", "op": "in", "value": ["gaming_Gaming"] },
{ "filterName": "totalSubscribers", "op": ">", "value": 1000000 }
],
"pageSize": 10,
"offset": 0,
"sortBy": "totalSubscribers",
"desc": true
}
}
Filter Reference
Common Filter Fields (all platforms)
displayName- Creator display name (string, supports fuzzy search)country- Country code in ISO 3166-1 alpha-3 (e.g., "USA", "GBR", "TWN")mainLanguage- Primary language in ISO 639-3 (e.g., "eng", "zht")niches- Content niches (array of strings)isVerified- Verified account (boolean)hasSponsors- Has sponsored content (boolean)
Instagram-specific
totalFollowers- Follower count (number)avgEngagementRate- Average engagement rate (number, 0-1)
YouTube-specific
totalSubscribers- Subscriber count (number)topics- Content topics (array of strings)
TikTok-specific
totalFollowers- Follower count (number)
Filter Operators
=- Equals (strings, booleans)>- Greater than (numbers)<- Less than (numbers)in- Value in array (arrays of strings)
Troubleshooting
API Key Issues
- Ensure
CREATORDB_API_KEYis set correctly - Check if the key has sufficient credits
- Header format is
api-key: your-key(not Bearer token)
Common Errors
429- Quota exceeded or rate limited400- Invalid parameters (check filter format)
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。