Socket
Book a DemoInstallSign in
Socket

@coretext-ai/apollo-free-tier-complete-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

@coretext-ai/apollo-free-tier-complete-mcp

Complete Apollo.io MCP server for free plan - comprehensive contact management, account operations, task management, autocomplete utilities, and credit monitoring with all available free-tier endpoints

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
3
Created
Source

apollo-free-tier-complete-mcp

Complete Apollo.io MCP server for free plan - comprehensive contact management, account operations, task management, autocomplete utilities, and credit monitoring with all available free-tier endpoints

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

ApolloContacts Integration

Endpoints included: 8

  • 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
  • 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

Required environment variables:

  • APOLLO_API_KEY

ApolloSequences Integration

Endpoints included: 0

Required environment variables:

  • APOLLO_API_KEY

ApolloPeopleSearch Integration

Endpoints included: 1

  • get_account_info: Get authenticated user's account information including remaining search credits and plan details

Required environment variables:

  • APOLLO_API_KEY

ApolloEnrichment Integration

Endpoints included: 1

  • get_credit_usage: Get current user information including credit usage and limits

Required environment variables:

  • APOLLO_API_KEY

Installation

npm install @coretext-ai/apollo-free-tier-complete-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-free-tier-complete-mcp": {
      "command": "npx",
      "args": ["@coretext-ai/apollo-free-tier-complete-mcp"]
    }
  }
}

Available Tools

This server provides 10 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
  • 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

ApolloSequences Tools

ApolloPeopleSearch Tools

  • get_account_info: Get authenticated user's account information including remaining search credits and plan details

ApolloEnrichment Tools

  • get_credit_usage: Get current user information including credit usage and limits

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 00:56:55 GMT+0000 (Coordinated Universal Time)
  • Orchestrator version: 0.0.1
  • Template repository: Coretext-AI-Dev/server-template-v2
  • Total endpoints: 10

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