🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@coretext-ai/apollo-all-endpoints-mcp

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
Package was removed
Sorry, it seems this package was removed from the registry

@coretext-ai/apollo-all-endpoints-mcp

Apollo.io MCP server with ALL available endpoints from templates - no filtering, complete endpoint coverage

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
3
Created
Source

apollo-all-endpoints-mcp

Apollo.io MCP server with ALL available endpoints from templates - no filtering, complete endpoint coverage

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

ApolloContacts Integration

Endpoints included: 15

  • create_contact: Create a new contact in Apollo.io with complete information including personal and professional details
  • update_contact: Update an existing contact's information and metadata
  • get_contact: Retrieve detailed information about a specific contact including all associated data
  • delete_contact: Permanently delete a contact from Apollo.io
  • search_contacts: Search contacts with filtering and pagination options
  • create_account: Create a new account (company) in Apollo.io with comprehensive company information
  • update_account: Update an existing account's information and details
  • get_account: Retrieve detailed information about a specific account including all associated data
  • delete_account: Permanently delete an account from Apollo.io
  • search_organizations: Search organizations/companies with filtering options
  • update_contact_owners: Update the owner assignment for one or more contacts
  • update_contact_stages: Update the stage assignment for one or more contacts
  • get_contact_stages: Get list of available contact stages
  • get_auth_health: Check authentication status - returns {"is_logged_in": true/false}
  • get_users: Get current user information including account details and permissions

Required environment variables:

  • APOLLO_API_KEY

ApolloSequences Integration

Endpoints included: 7

  • search_sequences: Search for emailer campaigns (sequences) by name with filtering options
  • add_contacts_to_sequence: Add one or more contacts to a specific email sequence with enrollment options
  • remove_contacts_from_sequence: Remove or stop contacts from email campaigns
  • get_email_accounts: Get list of email accounts associated with your Apollo.io account for sending sequences
  • list_opportunities: Get list of all opportunities you have created
  • get_account_info: Get authenticated user's account information including plan details and remaining credits
  • get_credit_usage: Get current user information including credit usage and limits

Required environment variables:

  • APOLLO_API_KEY

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

ApolloEnrichment Integration

Endpoints included: 7

  • enrich_person: Find and enrich a person using partial information (name, company, domain). Returns detailed contact information if found.
  • bulk_enrich_people: Enrich multiple people simultaneously (up to 10 records). Credits charged per successful enrichment.
  • enrich_organization: Enrich an organization with comprehensive company data including revenue, industry, and contact information
  • bulk_enrich_organizations: Enrich multiple organizations simultaneously (up to 10 records). Returns comprehensive data for each company.
  • get_organization_jobs: Get active job postings from a specific organization with details about open positions
  • get_credit_usage: Get current user information including credit usage and limits
  • get_auth_health: Check authentication status - returns {"is_logged_in": true/false}

Required environment variables:

  • APOLLO_API_KEY

Installation

npm install @coretext-ai/apollo-all-endpoints-mcp

Environment Setup

Create a .env file with the following variables:

APOLLO_API_KEY=your_apollo_api_key_here
APOLLO_API_KEY=your_apollo_api_key_here
APOLLO_API_KEY=your_apollo_api_key_here
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-all-endpoints-mcp": {
      "command": "npx",
      "args": ["@coretext-ai/apollo-all-endpoints-mcp"]
    }
  }
}

Available Tools

This server provides 37 tools across 4 integrations:

ApolloContacts Tools

  • create_contact: Create a new contact in Apollo.io with complete information including personal and professional details
  • update_contact: Update an existing contact's information and metadata
  • get_contact: Retrieve detailed information about a specific contact including all associated data
  • delete_contact: Permanently delete a contact from Apollo.io
  • search_contacts: Search contacts with filtering and pagination options
  • create_account: Create a new account (company) in Apollo.io with comprehensive company information
  • update_account: Update an existing account's information and details
  • get_account: Retrieve detailed information about a specific account including all associated data
  • delete_account: Permanently delete an account from Apollo.io
  • search_organizations: Search organizations/companies with filtering options
  • update_contact_owners: Update the owner assignment for one or more contacts
  • update_contact_stages: Update the stage assignment for one or more contacts
  • get_contact_stages: Get list of available contact stages
  • get_auth_health: Check authentication status - returns {"is_logged_in": true/false}
  • get_users: Get current user information including account details and permissions

ApolloSequences Tools

  • search_sequences: Search for emailer campaigns (sequences) by name with filtering options
  • add_contacts_to_sequence: Add one or more contacts to a specific email sequence with enrollment options
  • remove_contacts_from_sequence: Remove or stop contacts from email campaigns
  • get_email_accounts: Get list of email accounts associated with your Apollo.io account for sending sequences
  • list_opportunities: Get list of all opportunities you have created
  • get_account_info: Get authenticated user's account information including plan details and remaining credits
  • get_credit_usage: Get current user information including credit usage and limits

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

ApolloEnrichment Tools

  • enrich_person: Find and enrich a person using partial information (name, company, domain). Returns detailed contact information if found.
  • bulk_enrich_people: Enrich multiple people simultaneously (up to 10 records). Credits charged per successful enrichment.
  • enrich_organization: Enrich an organization with comprehensive company data including revenue, industry, and contact information
  • bulk_enrich_organizations: Enrich multiple organizations simultaneously (up to 10 records). Returns comprehensive data for each company.
  • get_organization_jobs: Get active job postings from a specific organization with details about open positions
  • get_credit_usage: Get current user information including credit usage and limits
  • get_auth_health: Check authentication status - returns {"is_logged_in": true/false}

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: Sat Jul 05 2025 01:36:36 GMT+0000 (Coordinated Universal Time)
  • Orchestrator version: 0.0.1
  • Template repository: Coretext-AI-Dev/server-template-v2
  • Total endpoints: 37

License

MIT

Keywords

mcp

FAQs

Package last updated on 05 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