Skip to main content
Glama
tommysdaniel

InfluIQ MCP Server

by tommysdaniel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INFLUIQ_API_KEYNoYour InfluIQ API key (format: iq_...). If not set, use the influiq_login tool for browser authentication.
INFLUIQ_API_URLNoCustom API URL (default: https://backend.influiq.com/api).https://backend.influiq.com/api
INFLUIQ_APP_URLNoCustom app URL for login page (default: https://influiq.com).https://influiq.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  1. Go to https://influiq.com → Settings → API Keys

  2. Click "Generate API Key" (requires Pro or Enterprise plan)

  3. Set INFLUIQ_API_KEY in your MCP server config

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:

  • platform: "youtube" or "instagram"

  • url: Full URL to the channel/profile (e.g. https://youtube.com/@MrBeast)

  • username: Channel handle or username (e.g. "MrBeast", "@MrBeast")

  • brand_profile_id: Optional brand profile ID for brand-fit scoring

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:

  • analysis_id: The UUID of the analysis (from influiq_start_analysis)

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:

  • analysis_id: The UUID of the analysis

Returns: { status, progress (0-100), currentStep }

influiq_list_analysesA

List your past influencer analyses with pagination.

Args:

  • page: Page number (default: 1)

  • limit: Results per page (default: 20, max: 50)

  • platform: Optional filter by "youtube" or "instagram"

  • status: Optional filter by "completed", "processing", "error"

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:

  • platform: "youtube" or "instagram" (optional)

  • categories: Array of category slugs (e.g. ["tech", "gaming", "beauty"])

  • follower_min / follower_max: Follower count range

  • engagement_tier: "high" (>5%), "medium" (1-5%), or "low" (<1%)

  • language / country: Filter by language or country

  • is_verified: Only verified accounts

  • has_sponsorships: Only influencers with sponsorship history

  • is_recently_active: Only posted in last 30 days

  • q: Text search (name, handle, bio)

  • sort_by: "followerCount", "engagementRate", "qualityScore", or "lastPostedAt"

  • page / limit: Pagination

Returns: List of influencer profiles with metrics.

influiq_get_discovery_profileA

Get detailed profile of a discovered influencer by ID.

Args:

  • profile_id: Discovery profile UUID

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:

  • influencer_url: Full URL to the YouTube channel or Instagram profile

  • platform: "youtube" or "instagram"

Returns: Report with overallScore, trustSignals, riskFactors, and recommendations.

influiq_get_reputation_reportA

Retrieve a previously generated reputation report by ID.

Args:

  • report_id: Report UUID

Returns: Full report with scores, trust signals, and risk factors.

influiq_list_reputation_reportsB

List your reputation reports with pagination.

Args:

  • page: Page number (default: 1)

  • limit: Results per page (default: 20)

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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