InfluIQ MCP Server (tommysdaniel/influiq-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 16 tools. No publisher has claimed this listing.

D
Caution
52/100

InfluIQ MCP Server

Connects AI tools to InfluIQ for analyzing influencers, discovering creators, and generating reputation reports through natural language.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

tommysdaniel

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 16 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
16 tools verified — handlers match their declared behaviour
13 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: INFLUIQ_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes16 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

influiq_start_analysis

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

influiq_get_analysis

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.

influiq_get_analysis_progress

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_analyses

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 ana

influiq_get_dashboard_stats

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_login

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://i

influiq_auth_status

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_get_credits_balance

Check your current analysis credit balance. No arguments required. Returns: { credits: number }

influiq_get_subscription

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_plans

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.

influiq_discover_influencers

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) - ca

influiq_get_discovery_profile

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_filters

Get available filter options for discovery: categories, languages, and countries. No arguments required. Returns: { categories: [{slug, name}], languages: string[], countries: string[] }

influiq_generate_reputation_report

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, trustSigna

influiq_get_reputation_report

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_reports

List your reputation reports with pagination. Args: - page: Page number (default: 1) - limit: Results per page (default: 20) Returns: Paginated list of reputation reports.

// known CVEs in dependencies16 high12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.6.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.6.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.7.9GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.7.9GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.7.9GHSA-43fc-jf86-j433

Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretINFLUIQ_API_KEY4. Set the environment variable in your MCP config
configINFLUIQ_API_URLNo Custom API URL (default: https://backend.influiq.com/api)
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployINFLUIQ_APP_URL
// quality suggestions

Tool inputs are validated

9/16 tool handlers declare input schemas (56%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

15/16 tool handlers wrap calls in try/catch (94%)

Wrap each tool handler body in try/catch and return a structured error response.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 16 high severity in production deps — @modelcontextprotocol/sdk@1.6.1 (high), @modelcontextprotocol/sdk@1.6.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/tommysdaniel/influiq-mcp-server?variant=verified)](https://m8ven.ai/mcp/tommysdaniel/influiq-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 4735f42695775789334590bc5c1149ad77277150
code hash: 894af8fcd5b83354afcb21d282bb97c93f920edade157de1837694107c9a2ec4
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client