Skip to main content
Glama

Apollo.io MCP Server

create_account

Create a new Apollo.io account by providing name, domain, phone number, and address details. The tool automatically parses domain and address information to enrich account data for sales and marketing workflows.

Instructions

Create a new account in Apollo.io.

This tool creates a new account with the provided information. The domain and address will be intelligently parsed for additional data.

Input Schema

NameRequiredDescriptionDefault
domainNo
nameYes
phone_numberNo
raw_addressNo

Input Schema (JSON Schema)

{ "properties": { "domain": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Domain" }, "name": { "title": "Name", "type": "string" }, "phone_number": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Phone Number" }, "raw_address": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Raw Address" } }, "required": [ "name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FromSmall2Big/Apollo-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server