InfluIQ Server
БесплатноНе проверенConnects AI tools to InfluIQ for analyzing influencers, discovering creators, and generating reputation reports through natural language.
Описание
Connects AI tools to InfluIQ for analyzing influencers, discovering creators, and generating reputation reports through natural language.
README
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
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 build
Configure 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 |
|---|---|---|
INFLUIQ_API_KEY |
No | Your InfluIQ API key (format: iq_...). If not set, use influiq_login tool. |
INFLUIQ_API_URL |
No | Custom API URL (default: https://backend.influiq.com/api) |
INFLUIQ_APP_URL |
No | Custom app URL for login page (default: https://influiq.com) |
Available Tools
Authentication
| Tool | Description |
|---|---|
influiq_login |
Sign in via browser (opens login page) |
influiq_auth_status |
Check current authentication status |
Analysis
| Tool | Description |
|---|---|
influiq_start_analysis |
Start a new influencer analysis (YouTube/Instagram) |
influiq_get_analysis |
Get full analysis results by ID |
influiq_get_analysis_progress |
Poll analysis progress |
influiq_list_analyses |
List past analyses with filters |
influiq_get_dashboard_stats |
Get aggregated stats and credit balance |
Discovery
| Tool | Description |
|---|---|
influiq_discover_influencers |
Browse the discovery database by category, platform, engagement, etc. |
influiq_get_discovery_profile |
Get detailed discovery profile |
influiq_get_discovery_filters |
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 |
|---|---|
influiq_ai_discover_influencers |
AI search for campaign-fit influencers (costs credits) |
influiq_get_ai_discovery_pricing |
Get the credit-cost tiers for AI discovery |
influiq_get_ai_discovery_history |
List your past AI discovery runs |
influiq_get_ai_discovery_run |
Get a past AI discovery run with full results |
Reputation
| Tool | Description |
|---|---|
influiq_generate_reputation_report |
Generate a reputation report |
influiq_get_reputation_report |
Get a report by ID |
influiq_list_reputation_reports |
List your reports |
Billing
| Tool | Description |
|---|---|
influiq_get_credits_balance |
Check credit balance |
influiq_get_subscription |
Get subscription status and usage |
influiq_list_plans |
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?"
Установка InfluIQ Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/tommysdaniel/influiq-mcp-serverFAQ
InfluIQ Server MCP бесплатный?
Да, InfluIQ Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для InfluIQ Server?
Нет, InfluIQ Server работает без API-ключей и переменных окружения.
InfluIQ Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить InfluIQ Server в Claude Desktop, Claude Code или Cursor?
Открой InfluIQ Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare InfluIQ Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
