Influship Influencer Marketing MCP
AI Influencer Search, Creator Data, & Live Scraping
Documentation Index
Fetch the complete documentation index at: https://docs.influship.com/llms.txt Use this file to discover all available pages before exploring further.
Influship API
Find the right creators for any campaign — search by natural language, explore profiles, discover lookalikes, and score campaign fit.
Influship API
Describe the kind of creator you need, and the API finds them. Search returns ranked results with match scores and explanations, so you can build creator discovery into your product without training a model or managing data pipelines.
Core Workflows
Pass a natural-language query — platform preferences, audience traits, content style — and get back ranked creators with match reasons. Resolve a known social account by platform and username. Returns follower counts, engagement rates, content categories, and audience demographics. Start from a creator that fits and find more like them. Useful for expanding a shortlist or replacing a creator who declined. Score how well a set of creators fits a specific campaign brief. Each result includes a fit score and the reasoning behind it.Quick Example
```typescript TypeScript SDK theme={null} import Influship from 'influship';const client = new Influship({ apiKey: process.env.INFLUSHIP_API_KEY, });
const response = await client.creators.search({ query: 'travel content creators with strong YouTube presence', limit: 5, });
console.log(response);
```bash cURL theme={null}
curl -X POST https://api.influship.com/v1/search \
-H 'X-API-Key: YOUR_KEY' \
-H 'Content-Type: application/json' \
-d '{"query": "travel content creators with strong YouTube presence", "limit": 5}'
Abbreviated response:
{
"data": [
{
"creator": {
"id": "b2d4f6a8-e1c3-4b7d-9f2a-8c6e0d4b3a1f",
"name": "Priya Mehta"
},
"primary_profile": {
"platform": "youtube",
"username": "priyatravels"
},
"match": {
"score": 0.94,
"reasons": ["Consistent travel content with high audience retention on YouTube"]
}
}
],
"search_id": "search_123",
"total": 1,
"has_more": false,
"next_cursor": null
}
Search accepts natural language, but result quality depends on input quality. If your users are not marketers or developers, consider running their input through an LLM to tighten the query before sending it to the API.
Get Started
Make your first request and inspect the response shape. Full endpoint specs with request examples for every SDK. Install the TypeScript SDK and start making typed requests. Credit costs, billing tiers, and usage examples. If you're an early-stage startup, check out the [startup program](mailto:[email protected]) for discounted access. Need custom rate limits or volume pricing? Reach out at [[email protected]](mailto:[email protected]).相關伺服器
Bright Data
贊助Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Playwright MCP
Control a browser for automation and web scraping tasks using Playwright.
Sports MCP Server
Live sports scores and stats from NBA, NFL, and NHL
Google Flights
An MCP server to interact with Google Flights data for finding flight information.
MCP Node Fetch
Fetch web content using the Node.js undici library.
Google News Trends MCP
Access Google News and Google Trends data without paid APIs.
Stepstone
Fetches job listings from Stepstone.de based on keywords and location parameters.
Github to MCP
Convert GitHub repositories to MCP servers automatically. Extract tools from OpenAPI, GraphQL & REST APIs for Claude Desktop, Cursor, Windsurf, Cline & VS Code. AI-powered code generation creates type-safe TypeScript/Python MCP servers. Zero config setup - just paste a repo URL. Built for AI assistants & LLM tool integration.
neo-vision
Spatial DOM maps for AI agent browser navigation with anti-bot stealth and human-like behavioral simulation
Financial Data MCP Server
Provides real-time financial market data from Yahoo Finance.
Scrapfly
Scrapfly MCP Server gives AI agents a simple, unified way to scrape live web data with built-in anti-bot handling.