Socket
Book a DemoInstallSign in
Socket

@coretext-ai/apollo-people-search-mcp-server

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coretext-ai/apollo-people-search-mcp-server

MCP server with apollo-people-search integration

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
3
Created
Source

apollo-people-search-mcp-server

MCP server with apollo-people-search integration

This MCP server was generated using the Template Orchestrator and includes the following integrations:

ApolloPeopleSearch Integration

Endpoints included: 8

  • search_people: Search for people using keywords and demographic filters. Results include basic contact information but no email addresses (requires enrichment).
  • get_person: Get detailed information about a specific person by Apollo person ID
  • search_organizations: Search for companies using various criteria including name, domain, industry, and size
  • get_organization: Get detailed information about a specific organization by Apollo organization ID
  • get_organization_people: Get people working at a specific organization
  • get_account_info: Get authenticated user's account information including remaining search credits and plan details
  • get_auth_health: Check authentication status - returns {"is_logged_in": true/false}
  • search_team_contacts: Search contacts in your team's CRM database

Required environment variables:

  • APOLLO_API_KEY

Installation

npm install @coretext-ai/apollo-people-search-mcp-server

Environment Setup

Create a .env file with the following variables:

APOLLO_API_KEY=your_apollo_api_key_here

Usage

Running the server

# Development mode
npm run dev

# Production mode
npm run build && npm start

Using with Claude Desktop

Add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "apollo-people-search-mcp-server": {
      "command": "npx",
      "args": ["@coretext-ai/apollo-people-search-mcp-server"]
    }
  }
}

Available Tools

This server provides 8 tools across 1 integrations:

ApolloPeopleSearch Tools

  • search_people: Search for people using keywords and demographic filters. Results include basic contact information but no email addresses (requires enrichment).
  • get_person: Get detailed information about a specific person by Apollo person ID
  • search_organizations: Search for companies using various criteria including name, domain, industry, and size
  • get_organization: Get detailed information about a specific organization by Apollo organization ID
  • get_organization_people: Get people working at a specific organization
  • get_account_info: Get authenticated user's account information including remaining search credits and plan details
  • get_auth_health: Check authentication status - returns {"is_logged_in": true/false}
  • search_team_contacts: Search contacts in your team's CRM database

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build
npm run build

# Run tests
npm run test

# Lint
npm run lint

Generated Information

  • Generated at: Fri Jul 11 2025 20:46:04 GMT+0000 (Coordinated Universal Time)
  • Orchestrator version: 0.0.2
  • Template repository: Coretext-AI-Dev/server-template-v2
  • Total endpoints: 8

License

MIT

Keywords

mcp

FAQs

Package last updated on 11 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts