InfluIQ MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFLUIQ_API_KEY | No | Your InfluIQ API key (format: iq_...). If not set, use the influiq_login tool for browser authentication. | |
| INFLUIQ_API_URL | No | Custom API URL (default: https://backend.influiq.com/api). | https://backend.influiq.com/api |
| INFLUIQ_APP_URL | No | Custom app URL for login page (default: https://influiq.com). | https://influiq.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| influiq_loginA | Sign in to InfluIQ by opening the login page in your browser. A browser window will open where you can securely enter your credentials. After logging in, the session is automatically linked — no need to copy tokens. This is an alternative to API key authentication. For API keys:
No arguments required. |
| influiq_auth_statusA | Check your current authentication status with InfluIQ. Shows whether you're authenticated via API key or browser login. If not authenticated, provides instructions for both methods. No arguments required. |
| influiq_start_analysisA | Start a new influencer analysis on InfluIQ. Consumes 1 analysis credit. Supports YouTube channels and Instagram profiles. Provide either a URL or a platform + username. Returns an analysisId to poll for results with influiq_get_analysis. Args:
Returns: { analysisId, status, platform, creditsRemaining } |
| influiq_get_analysisA | Retrieve the full results of a completed influencer analysis. Returns comprehensive data including engagement metrics, audience demographics, content quality scores, sponsorship detection, and brand-fit analysis. If the analysis is still processing, check status with influiq_get_analysis_progress. Args:
Returns: Full analysis object with profile, metrics, scores, and AI insights. |
| influiq_get_analysis_progressA | Poll the progress of a running analysis. Lightweight endpoint. Args:
Returns: { status, progress (0-100), currentStep } |
| influiq_list_analysesA | List your past influencer analyses with pagination. Args:
Returns: Paginated list of analyses with basic info (id, platform, username, status, date). |
| influiq_get_dashboard_statsA | Get aggregated statistics: total analyses, completed count, recent analyses, platform breakdown, and current credit balance. No arguments required. Returns: { totalAnalyses, completedAnalyses, recentAnalyses, platformStats, analysisCredits } |
| influiq_discover_influencersA | Search the InfluIQ discovery database for influencers matching specific criteria. Filter by platform, categories, follower count, engagement tier, language, country, and more. Free plans see up to 3 results; paid plans get full access. Args:
Returns: List of influencer profiles with metrics. |
| influiq_get_discovery_profileA | Get detailed profile of a discovered influencer by ID. Args:
Returns: Full profile with metrics, categories, demographics, and sponsorship data. |
| influiq_get_discovery_filtersA | Get available filter options for discovery: categories, languages, and countries. No arguments required. Returns: { categories: [{slug, name}], languages: string[], countries: string[] } |
| influiq_generate_reputation_reportA | Generate a reputation report for an influencer. Consumes credits. Analyzes trust signals, risk factors, and overall reputation score. Args:
Returns: Report with overallScore, trustSignals, riskFactors, and recommendations. |
| influiq_get_reputation_reportA | Retrieve a previously generated reputation report by ID. Args:
Returns: Full report with scores, trust signals, and risk factors. |
| influiq_list_reputation_reportsB | List your reputation reports with pagination. Args:
Returns: Paginated list of reputation reports. |
| influiq_get_credits_balanceA | Check your current analysis credit balance. No arguments required. Returns: { credits: number } |
| influiq_get_subscriptionA | Get your current subscription plan, status, usage, and billing period. No arguments required. Returns: { subscription: { status, currentPeriodEnd, usageUsedThisPeriod }, plan: { name, tier, includedUsagePerMonth, apiAccess } } |
| influiq_list_plansA | List all available InfluIQ subscription plans with pricing and features. No arguments required. Returns: Array of plans with name, tier, pricing, included usage, and feature flags. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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