Metadata-Version: 2.4
Name: agentmail-mcp
Version: 1.0.0
Summary: Stdio compatibility bridge for the hosted AgentMail MCP server
Project-URL: Documentation, https://docs.agentmail.to/integrations/mcp
Project-URL: Issues, https://github.com/agentmail-to/agentmail-mcp/issues
Project-URL: Source, https://github.com/agentmail-to/agentmail-mcp
Author-email: AgentMail <support@agentmail.to>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Requires-Dist: httpx==0.28.1
Requires-Dist: mcp==1.28.1
Description-Content-Type: text/markdown

# AgentMail MCP stdio bridge

This package is the Python compatibility transport for the hosted AgentMail MCP
server. It contains no AgentMail tools or API client: tool definitions and calls
come from `https://mcp.agentmail.to/mcp` at runtime.

```bash
AGENTMAIL_API_KEY=... uvx agentmail-mcp
```

It also works after a normal `pip install agentmail-mcp` as `agentmail-mcp`.
Use `--tools list_inboxes,send_message` to expose only selected remote tools.
The legacy `--api-key` option remains accepted, but the environment variable is
preferred because command-line arguments may be visible to other local users.
