InfluIQ MCP Server
The InfluIQ MCP Server connects AI tools to the InfluIQ platform, enabling influencer analysis, discovery, reputation reporting, and account management through natural language.
Authentication
Sign in via browser login or API key; check current authentication status.
Influencer Analysis
Start new analyses for YouTube channels or Instagram profiles (costs 1 credit).
Retrieve full results including engagement metrics, audience demographics, content quality scores, sponsorship detection, and brand-fit analysis.
Poll analysis progress, list historical analyses (filtered by platform/status), and view aggregated dashboard stats.
Influencer Discovery
Search a vast database by platform, category, follower count, engagement tier, language, country, verification status, sponsorship history, and recent activity.
Retrieve detailed influencer profiles and available filter options (categories, languages, countries).
AI-Powered Discovery
Use AI to recommend campaign-fit influencers based on a brand profile and campaign description (costs credits).
Check credit-cost tiers, view past AI discovery runs, and retrieve full results.
Reputation Reports
Generate reputation reports analyzing trust signals, risk factors, and overall reputation scores.
Retrieve previously generated reports by ID and list full report history with pagination.
Billing & Subscription
Check credit balance, view subscription plan status and billing period, and list available plans with pricing and features.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@InfluIQ MCP ServerAnalyze the YouTube channel @MrBeast"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
InfluIQ MCP Server
Connect your AI tools (Claude Desktop, Cursor, etc.) to InfluIQ to analyze influencers, discover creators, and generate reputation reports — all through natural language.
Prerequisites
Node.js 18+
InfluIQ account — sign up at influiq.com
Related MCP server: creatordb-mcp-server
Authentication
You can authenticate in two ways:
Option 1: Browser Login (easiest)
Just use the influiq_login tool — it opens your browser to sign in securely. No API key needed.
Option 2: API Key (best for automation)
Go to influiq.com and sign in
Navigate to Settings > API Keys
Click Generate API Key (requires Pro or Enterprise plan)
Set the
INFLUIQ_API_KEYenvironment variable in your MCP config
Setup
cd influiq-mcp-server
npm install
npm run buildConfigure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"influiq": {
"command": "node",
"args": ["/path/to/influiq-mcp-server/dist/index.js"],
"env": {
"INFLUIQ_API_KEY": "iq_your_api_key_here"
}
}
}
}If using browser login instead of API key, omit the
envblock — you'll authenticate via theinfluiq_logintool.
Configure in Cursor
Add to your Cursor MCP settings:
{
"influiq": {
"command": "node",
"args": ["/path/to/influiq-mcp-server/dist/index.js"],
"env": {
"INFLUIQ_API_KEY": "iq_your_api_key_here"
}
}
}Environment Variables
Variable | Required | Description |
| No | Your InfluIQ API key (format: |
| No | Custom API URL (default: |
| No | Custom app URL for login page (default: |
Available Tools
Authentication
Tool | Description |
| Sign in via browser (opens login page) |
| Check current authentication status |
Analysis
Tool | Description |
| Start a new influencer analysis (YouTube/Instagram) |
| Get full analysis results by ID |
| Poll analysis progress |
| List past analyses with filters |
| Get aggregated stats and credit balance |
Discovery
Tool | Description |
| Browse the discovery database by category, platform, engagement, etc. |
| Get detailed discovery profile |
| Get available filter options |
AI Discovery
AI-powered discovery asks OpenAI + Claude to recommend real influencers for a campaign,
verifies each against the live platform, and returns them with a justification. It consumes
analysis credits and works best with a brand_profile and campaign_description.
Tool | Description |
| AI search for campaign-fit influencers (costs credits) |
| Get the credit-cost tiers for AI discovery |
| List your past AI discovery runs |
| Get a past AI discovery run with full results |
Reputation
Tool | Description |
| Generate a reputation report |
| Get a report by ID |
| List your reports |
Billing
Tool | Description |
| Check credit balance |
| Get subscription status and usage |
| List available plans |
Example Prompts
"Analyze the YouTube channel @MrBeast"
"Find tech influencers with over 100K followers and high engagement"
"What's my current credit balance?"
"Generate a reputation report for instagram.com/therock"
"Discover beauty influencers in the US who are recently active"
"Use AI to find 20 fitness YouTubers in the US for our new protein bar campaign"
"How many credits does an AI discovery of 30 influencers cost?"
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tommysdaniel/influiq-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server