Metadata-Version: 2.3
Name: apollo-io-mcp
Version: 0.1.3
Summary: AThis is an MCP (Model Context Protocol) server specifically built to collect and serve ratings and reviews for other MCP servers deployed on the NetMind platform.
License: MIT
Author: yanrujing
Author-email: rujing.yan@protagonist-ai.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fastmcp (>=2.11.3,<3.0.0)
Description-Content-Type: text/markdown

# Apollo.io MCP

This project provides an MCP server that exposes the Apollo.io API functionalities as tools.
It allows you to interact with the Apollo.io API using the Model Context Protocol (MCP).



```json

{
  "mcpServers": {
    "apollo-io": {
      "env": {
        "APOLLO_API_KEY": "APOLLO_API_KEY"
      },
      "command": "uvx",
      "args": [
        "apollo-io-mcp"
      ]
    }
  }
}
```
