{
  "markdown": "# Influship MCP\n\n[![npm version](https://img.shields.io/npm/v/@influship/mcp.svg)](https://www.npmjs.com/package/@influship/mcp)\n[![npm downloads](https://img.shields.io/npm/dm/@influship/mcp.svg)](https://www.npmjs.com/package/@influship/mcp)\n[![CI](https://github.com/Influship/influship-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/Influship/influship-mcp/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nAI-native creator discovery for influencer marketing workflows. Influship gives\nChatGPT, Claude, Cursor, Codex, VS Code, and other MCP-compatible agents typed\ntools for creator search, lookalikes, profile lookup, post lookup, and Instagram\npost transcript analysis.\n\n<!-- mcp-name: io.github.influship/influship-mcp -->\n\n## What Agents Can Do\n\n- Search for creators by audience, niche, location, platform, and campaign-fit\n  criteria.\n- Find creator lookalikes from known winners or competitor talent lists.\n- Resolve creator profiles and social handles across Instagram, TikTok, and\n  YouTube-oriented workflows.\n- Pull creator records, posts, and Instagram transcript data into briefs,\n  prospecting lists, market maps, and outreach research.\n\n## Remote Server\n\nUse the hosted Streamable HTTP server when your MCP client supports remote MCP:\n\n```bash\nclaude mcp add influship --transport http https://mcp.influship.com/mcp --header \"X-API-Key: YOUR_KEY\"\n```\n\n## NPX / Stdio\n\nUse the npm package for clients that only support stdio:\n\n```bash\nINFLUSHIP_API_KEY=YOUR_KEY npx -y @influship/mcp\n```\n\nThe package is a small stdio bridge to the hosted Influship MCP server. It keeps\nthe data, auth, billing, and rate limits on the same production API surface as\nthe remote server.\n\nFor local development or staging:\n\n```bash\nINFLUSHIP_API_KEY=YOUR_KEY INFLUSHIP_MCP_URL=http://localhost:8080/mcp npx -y @influship/mcp\n```\n\n## Client Config\n\n```json\n{\n  \"mcpServers\": {\n    \"influship\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@influship/mcp\"],\n      \"env\": {\n        \"INFLUSHIP_API_KEY\": \"YOUR_KEY\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n- `search_creators`\n- `autocomplete_creators`\n- `find_lookalike_creators`\n- `match_creators`\n- `get_creator`\n- `get_profile`\n- `lookup_profiles`\n- `get_posts`\n- Instagram post and transcript tools when enabled on the hosted MCP server\n\n## Links\n\n- Docs: https://docs.influship.com/guides/mcp-server\n- API keys: https://developers.influship.com\n- Hosted MCP endpoint: https://mcp.influship.com/mcp\n\n## Publishing\n\nThe official MCP Registry metadata lives in `server.json` and advertises both\nthe hosted Streamable HTTP server and the npm stdio package.\n\n```bash\npnpm install\npnpm test\npnpm build\nnpm publish --access public\n```\n\nAfter npm publish, submit `server.json` with the official MCP Registry publisher\nand use this repository URL for directory submissions.\n",
  "bytes": 2882,
  "sha": "539f9fdcd6b5d8ffa64c40c6e89db90f473a207c9795df435d2916045c0e3e3d",
  "repo_slug": "influship/influship-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_influship_influship_mcp_4af59c58/readme"
}