Metadata-Version: 2.3
Name: apollo-io-mcp
Version: 0.1.1
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
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: httpx (>=0.28.1,<0.29.0)
Requires-Dist: mcp (==1.11.0)
Description-Content-Type: text/markdown

# Google Calendar 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_IO_API_KEY": "APOLLO_IO_API_KEY"
      },
      "command": "uvx",
      "args": [
        "google-calendar-mcpserver"
      ]
    }
  }
}
```
