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

apollo-io-mcp-server

v1.0.1

Published

MCP server for Apollo.io API - search people, enrich contacts, manage deals, sequences, and more

Readme

Apollo.io MCP Server

MCP server for the Apollo.io API. Search people, enrich contacts, manage deals, sequences, and more — all from Claude Code or any MCP client.

Setup

Add to your .mcp.json:

{
  "apollo": {
    "command": "npx",
    "args": ["apollo-io-mcp-server@latest"],
    "env": {
      "APOLLO_API_KEY": "${APOLLO_API_KEY}"
    }
  }
}

Set APOLLO_API_KEY in your environment.

Tools (29)

People & Enrichment

  • search_people — Search Apollo's people database (no credits)
  • enrich_person — Enrich by name/email/domain/LinkedIn (1 credit)
  • bulk_enrich_people — Enrich up to 10 people at once

Companies

  • search_companies — Search companies/organizations
  • enrich_company — Enrich by domain
  • bulk_enrich_companies — Enrich up to 10 companies
  • org_job_postings — Get job postings for an org

Contacts (CRM)

  • search_contacts — Search your contacts
  • create_contact — Create a contact
  • update_contact — Update a contact

Accounts

  • search_accounts — Search accounts
  • create_account — Create an account
  • update_account — Update an account
  • bulk_create_accounts — Create multiple accounts

Email Sequences

  • search_sequences — Search email sequences
  • add_to_sequence — Add contacts to a sequence
  • search_emails — Search sequence emails

Deals

  • list_deals — List pipeline deals
  • get_deal — Get deal details
  • create_deal — Create a deal
  • update_deal — Update a deal

Tasks

  • search_tasks — Search tasks
  • create_task — Create a task
  • bulk_create_tasks — Create multiple tasks

Calls

  • search_calls — Search call records
  • create_call — Log a call
  • update_call — Update a call record

Intelligence

  • search_news — Search news articles about companies

Usage

  • api_usage — Check API usage stats and rate limits

Rate Limits

Apollo enforces ~100 requests per 5 minutes (plan-dependent). The server surfaces Apollo's error messages directly when limits are hit.

License

MIT