npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@influship/mcp

v0.1.2

Published

Influship MCP server for AI-native creator discovery, influencer search, lookalikes, profile lookup, and Instagram post analysis.

Readme

Influship MCP

npm version npm downloads CI License: MIT

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_creators
  • autocomplete_creators
  • find_lookalike_creators
  • match_creators
  • get_creator
  • get_profile
  • lookup_profiles
  • get_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.