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

agentdata-mcp-server

v1.0.2

Published

AgentData MCP server — company intelligence for AI agents. Tech stacks, verified emails, people, and switch signals via MCP.

Readme

AgentData MCP Server

AgentData is a company intelligence platform — tech stacks, verified emails, people, and switch signals for every company on the web.

This MCP server connects AI agents (Claude, Cursor, ChatGPT) directly to AgentData's database. Ask questions in natural language, get structured company data back.

Quick Start

Claude Desktop (hosted)

Add to your Claude Desktop config (~/.config/claude/claude_desktop_config.json):

{
  "mcpServers": {
    "agentdata": {
      "transport": "http",
      "url": "https://mcp.agentdata.run/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude Code

claude mcp add agentdata -- npx agentdata-mcp-server --api-key YOUR_API_KEY

Claude Code (hosted)

claude mcp add agentdata --transport http https://mcp.agentdata.run/mcp

Local via npx

npx agentdata-mcp-server --api-key YOUR_API_KEY

Get your API key

Sign up at agentdata.run/pricing, then generate a key at agentdata.run/settings.

Tools

| Tool | Description | Lookup Cost | |------|-------------|-------------| | lookup_company | Full domain enrichment — emails, tech stack, people, signals | 1 lookup | | search_companies | Filtered company list by sector, size, tech, keyword | 1 per result | | find_people | People search by title, seniority, department, company | 1 per result | | get_technologies | Tech index or companies using a specific technology | 1 per result | | get_signals | Technology switches and career moves | 1 per result | | check_usage | Your plan and remaining lookups | Free |

Example Prompts

  • "Find B2B SaaS companies with 50-200 employees that use Intercom"
  • "Look up stripe.com — give me their tech stack and key decision makers"
  • "Which companies switched away from Zendesk in the last 30 days?"
  • "Find VPs of Sales at mid-market companies in the e-commerce sector"
  • "How many lookups do I have left this month?"

Pricing

All paid plans get full access. Plans start at $19/month for 1,000 lookups. See agentdata.run/pricing for details.

Links

License

MIT — see LICENSE for details.