npm @influship/mcpstreamable-httpMITupdated 3mo ago
AI-native creator discovery for influencer marketing workflows. Influship gives ChatGPT, Claude, Cursor, Codex, VS Code, and other MCP-compatible agents typed tools for creator search, lookalikes, profile lookup, post lookup, and Instagram post transcript analysis.
O que dá para fazer com Influship?
Influship MCP
AI-native creator discovery for influencer marketing workflows. Influship gives ChatGPT, Claude, Cursor, Codex, VS Code, and other MCP-compatible agents typed tools for creator search, lookalikes, profile lookup, post lookup, and Instagram post transcript analysis.
What Agents Can Do
- Search for creators by audience, niche, location, platform, and campaign-fit criteria.
- Find creator lookalikes from known winners or competitor talent lists.
- Resolve creator profiles and social handles across Instagram, TikTok, and YouTube-oriented workflows.
- Pull creator records, posts, and Instagram transcript data into briefs, prospecting lists, market maps, and outreach research.
Remote Server
Use the hosted Streamable HTTP server when your MCP client supports remote MCP:
claude mcp add influship --transport http https://mcp.influship.com/mcp --header "X-API-Key: YOUR_KEY"
NPX / Stdio
Use the npm package for clients that only support stdio:
INFLUSHIP_API_KEY=YOUR_KEY npx -y @influship/mcp
The package is a small stdio bridge to the hosted Influship MCP server. It keeps the data, auth, billing, and rate limits on the same production API surface as the remote server.
For local development or staging:
INFLUSHIP_API_KEY=YOUR_KEY INFLUSHIP_MCP_URL=http://localhost:8080/mcp npx -y @influship/mcp
Client Config
{
"mcpServers": {
"influship": {
"command": "npx",
"args": ["-y", "@influship/mcp"],
"env": {
"INFLUSHIP_API_KEY": "YOUR_KEY"
}
}
}
}
Tools
search_creatorsautocomplete_creatorsfind_lookalike_creatorsmatch_creatorsget_creatorget_profilelookup_profilesget_posts- Instagram post and transcript tools when enabled on the hosted MCP server
Links
- Docs: https://docs.influship.com/guides/mcp-server
- API keys: https://developers.influship.com
- Hosted MCP endpoint: https://mcp.influship.com/mcp
Publishing
The official MCP Registry metadata lives in server.json and advertises both
the hosted Streamable HTTP server and the npm stdio package.
pnpm install
pnpm test
pnpm build
npm publish --access public
After npm publish, submit server.json with the official MCP Registry publisher
and use this repository URL for directory submissions.
Instalação
Adicione Influship ao seu cliente. Escolha o que você usa.
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.influship.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @influship/mcpcodex mcp add mcp -- npx -y @influship/mcpamp mcp add mcp -- npx -y @influship/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@influship/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@influship/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@influship/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@influship/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@influship/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@influship/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@influship/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @influship/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
4 ferramentas
Influship expõe 4 ferramentas a um agente conectado.
- search_creators
- `autocomplete_creators`
- find_lookalike_creators
- `match_creators`
- get_creator
- `get_profile`
- lookup_profiles
- `get_posts`
Pontuação
75 / 100
Boa
- Documentação22/25
- Manutenção16/25
- Confiança16/20
- Capacidade6/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 86 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.1Mais recente | 28 de mai. de 2026 |