package.json•1.06 kB
{
"name": "apollo-io-mcp-server",
"version": "0.1.0",
"description": "A powerful Model Context Protocol (MCP) server implementation for seamless Apollo.io API integration, enabling AI assistants to interact with Apollo.io data",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx --watch src/index.ts",
"stdio": "node dist/index.js"
},
"keywords": [
"mcp",
"apollo-io",
"model-context-protocol",
"ai-assistant",
"apollo-io-api",
"apollo-io-integration",
"typescript",
"people-enrichment",
"organization-enrichment",
"people-search",
"organization-search",
"job-postings",
"ai-tools"
],
"author": "lakhvinder singh",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.6.7",
"dotenv": "^16.4.7",
"mcp-proxy-auth": "^1.0.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^20.10.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}