Metadata-Version: 2.4
Name: multify-mcp
Version: 0.1.1
Summary: Hosted Multify MCP server for workspace operations.
Project-URL: Homepage, https://multifyco.com
Project-URL: Documentation, https://multifyco.com
Author-email: Multify <info@multifyco.com>
Requires-Python: >=3.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp[cli]>=1.18.0
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: pydantic>=2.11.7
Requires-Dist: starlette>=0.47.3
Requires-Dist: uvicorn>=0.35.0
Description-Content-Type: text/markdown

# multify-mcp

Hosted Multify MCP runtime package.

This package is the Python runtime behind the single hosted Multify MCP product. Users should think about it as one MCP server, not as separate contacts/lists MCPs or separate Python packages.

## Install

```bash
pip install multify-mcp
```

## Hosted usage

```bash
claude mcp add --transport http multify-mcp https://mcp.multifyco.com/mcp \
  --header "Authorization: Bearer YOUR_MULTIFY_MCP_KEY"
```

The hosted endpoint is fixed and the user-specific input is only the workspace MCP key.
