Metadata-Version: 2.4
Name: multify-mcp
Version: 0.1.0
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
```

## Run locally

```bash
export MULTIFY_MCP_APP_BASE_URL=http://127.0.0.1:8000
export MULTIFY_MCP_APP_INTERNAL_TOKEN=change-me
multify-mcp
```

The runtime exposes a remote MCP endpoint at `/mcp`.

`MULTIFY_MCP_APP_BASE_URL` is the internal Multify backend URL used by the server itself. It is not something an end user should need to set when consuming the hosted Multify MCP at `https://mcp.multifyco.com/mcp`.
