Influencer Marketing MCP Server avatar
Influencer Marketing MCP Server

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Influencer Marketing MCP Server

Influencer Marketing MCP Server

Enterprise-grade MCP (Model Context Protocol) server that provides unified access to influencer marketing tools across Instagram, TikTok, YouTube, LinkedIn, and Twitter. Includes AI-powered analysis, strategy generation, and multi-platform posting in one integrated toolkit.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

12 hours ago

Last modified

Share

"12 AI-Powered Tools. 5 Platform Coverage. One Unified API." by John Rippy | johnrippy.link

🏆 2025 Zapier Automation Hero of the YearProject Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →


Enterprise-grade MCP (Model Context Protocol) server that provides unified access to influencer marketing tools across Instagram, TikTok, YouTube, LinkedIn, and Twitter. Includes AI-powered analysis, strategy generation, and multi-platform posting in one integrated toolkit.

Why Use an Influencer Marketing MCP Server?

The influencer marketing landscape is fragmented across dozens of tools:

  • Multiple APIs: Each platform requires different integrations
  • No Unified Data: Creator data scattered across sources
  • Manual Strategy: Campaign planning done in spreadsheets
  • Disconnected Posting: Separate tools for each platform

This MCP server unifies everything into 12 callable tools that work together seamlessly.

Key Features

🔧 12 Integrated Tools

CategoryTools
Discoverydiscover_influencers - Find creators across all platforms
Analysisanalyze_influencer - Deep profile analysis with AI
Strategygenerate_strategy - AI campaign planning
Scrapingscrape_tiktok_profile, scrape_youtube_channel, scrape_instagram_profile, scrape_linkedin_profile
Postingpost_to_instagram, post_to_linkedin, post_to_twitter
Intelligencecompare_influencers, estimate_campaign_cost

🤖 AI-Powered Features (BYOK)

  • Engagement Authenticity Detection: AI flags fake followers/engagement
  • Content Analysis: Understand creator's voice and style
  • Strategy Generation: Full campaign plans with budget allocation
  • ROI Projections: Estimate campaign performance before spending
  • Competitor Analysis: Benchmark against industry rivals

🌐 5-Platform Coverage

  • Instagram: Profiles, posts, stories, reels
  • TikTok: Profiles, videos, engagement metrics
  • YouTube: Channels, videos, subscriber analytics
  • LinkedIn: Profiles, posts, B2B metrics
  • Twitter/X: Profiles, tweets, engagement data

Available Tools

1. discover_influencers

Find influencers across platforms by niche, location, and follower tier.

{
"name": "discover_influencers",
"arguments": {
"niche": "fitness",
"platforms": ["instagram", "tiktok"],
"tier": "micro",
"location": "Los Angeles",
"maxResults": 50
}
}

Response includes:

  • Creator profiles with follower counts
  • Engagement rates per platform
  • Contact information (if available)
  • Discovery score ranking

2. analyze_influencer

Deep analysis of any influencer profile with AI insights.

{
"name": "analyze_influencer",
"arguments": {
"username": "fitness_guru",
"platform": "instagram",
"analysisDepth": "deep"
}
}

Response includes:

  • Authenticity score (fake follower detection)
  • Audience demographics
  • Content themes and frequency
  • Brand safety assessment
  • Partnership fit recommendations

3. generate_strategy

Generate comprehensive influencer marketing strategy.

{
"name": "generate_strategy",
"arguments": {
"brandName": "FitLife Supplements",
"industry": "health and fitness",
"budget": 50000,
"campaignGoals": ["brand awareness", "product launch"],
"duration": "3 months",
"platforms": ["instagram", "tiktok", "youtube"]
}
}

Response includes:

  • Recommended influencer tiers and count
  • Budget allocation per platform
  • Content calendar with themes
  • Outreach email templates
  • KPI targets and tracking plan
  • ROI projections

4. compare_influencers

Side-by-side comparison of multiple influencers.

{
"name": "compare_influencers",
"arguments": {
"influencers": [
{"username": "creator1", "platform": "instagram"},
{"username": "creator2", "platform": "instagram"}
],
"criteria": ["engagement", "authenticity", "reach"]
}
}

5. estimate_campaign_cost

Estimate costs before outreach.

{
"name": "estimate_campaign_cost",
"arguments": {
"influencers": ["@creator1", "@creator2"],
"contentTypes": ["post", "reel", "story"],
"quantity": 3
}
}

6-9. Scraping Tools

Scrape profiles from any platform:

{"name": "scrape_tiktok_profile", "arguments": {"profiles": ["charlidamelio"]}}
{"name": "scrape_youtube_channel", "arguments": {"channels": ["@MrBeast"]}}
{"name": "scrape_instagram_profile", "arguments": {"profiles": ["therock"]}}
{"name": "scrape_linkedin_profile", "arguments": {"profiles": ["https://linkedin.com/in/..."]}}

10-12. Posting Tools

Post content to any platform:

{"name": "post_to_instagram", "arguments": {"imageUrl": "...", "caption": "...", "sessionCookie": "..."}}
{"name": "post_to_linkedin", "arguments": {"content": "...", "sessionCookie": "..."}}
{"name": "post_to_twitter", "arguments": {"content": "...", "sessionCookie": "..."}}

Input Configuration

{
"apifyToken": "your-apify-api-token",
"openaiApiKey": "optional-openai-key",
"anthropicApiKey": "optional-anthropic-key",
"defaultPlatforms": ["instagram", "tiktok"],
"proxyConfiguration": {}
}
FieldTypeRequiredDescription
apifyTokenstringYesApify API token for running underlying actors
openaiApiKeystringNoOpenAI API key for GPT-4 analysis
anthropicApiKeystringNoAnthropic API key for Claude analysis
defaultPlatformsarrayNoDefault platforms when not specified
proxyConfigurationobjectNoProxy settings for scraping

BYOK (Bring Your Own Key)

This server supports Bring Your Own Key for AI providers:

ProviderModel UsedFeatures Enabled
OpenAIGPT-4Strategy, analysis, content suggestions
AnthropicClaudeStrategy, analysis, safety assessment

You can use either provider. If both are provided, OpenAI is used by default.

Influencer Tiers

The server uses industry-standard tier classifications:

TierFollower RangeTypical CPMBest For
Nano1K - 10K$5 - $15High engagement, niche audiences
Micro10K - 100K$10 - $25Authenticity, community trust
Mid100K - 500K$25 - $75Scale + engagement balance
Macro500K - 1M$50 - $150Mass reach, brand lift
Mega1M+$150+Celebrity, maximum awareness

MCP Integration

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
"mcpServers": {
"influencer-marketing": {
"command": "npx",
"args": ["-y", "@anthropic-ai/apify-mcp-server"],
"env": {
"APIFY_TOKEN": "your-token",
"ACTOR_ID": "localhowl/influencer-marketing-mcp-server"
}
}
}
}

Cline/Continue Configuration

{
"servers": {
"influencer": {
"type": "apify",
"actorId": "localhowl/influencer-marketing-mcp-server",
"token": "your-apify-token"
}
}
}

Underlying Actors

This MCP server orchestrates these Apify actors:

ActorPurpose
localhowl/influencer-discoveryMulti-platform creator discovery
localhowl/influencer-analyzerDeep profile analysis
localhowl/influencer-strategy-generatorAI campaign planning
localhowl/tiktok-scraperTikTok profile/video data
localhowl/youtube-scraperYouTube channel/video data
localhowl/instagram-scraperInstagram profile/post data
localhowl/linkedin-profile-scraperLinkedIn profile data
localhowl/instagram-posterInstagram posting
localhowl/linkedin-posterLinkedIn posting
localhowl/twitter-posterTwitter/X posting

Output

{
"status": "ready",
"serverName": "influencer-marketing-mcp-server",
"toolCount": 12,
"tools": [
"discover_influencers",
"analyze_influencer",
"generate_strategy",
"scrape_tiktok_profile",
"scrape_youtube_channel",
"scrape_instagram_profile",
"scrape_linkedin_profile",
"post_to_instagram",
"post_to_linkedin",
"post_to_twitter",
"compare_influencers",
"estimate_campaign_cost"
],
"defaultPlatforms": ["instagram", "tiktok"],
"aiEnabled": true
}

Pricing

This actor uses pay-per-event pricing based on underlying actor calls:

OperationApproximate Cost
Discovery (50 influencers)~$3.00
Deep Analysis (1 influencer)~$1.50
Strategy Generation~$2.00
Profile Scrape (per profile)~$0.10
Social Post (per post)~$0.25

Use Cases

  • Agency Workflow: Unified influencer research for multiple clients
  • Brand Marketing: End-to-end campaign management
  • AI Assistants: Empower Claude/GPT with influencer data
  • Automation: Programmatic influencer outreach pipelines
  • Reporting: Generate comprehensive campaign reports

Support

For issues or feature requests, contact support.


Built by John Rippy | johnrippy.link

🏆 2025 Zapier Automation Hero of the YearProject Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →


Keywords

influencer marketing, mcp server, model context protocol, influencer api, social media marketing, influencer discovery, influencer analytics, ai marketing, instagram api, tiktok api, youtube api, linkedin api, influencer campaign, creator economy