Hosted Multify MCP server for workspace operations.
Project description
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.
This hosted MCP is client-agnostic. Any remote MCP client that supports HTTP should connect with the same endpoint and the same workspace MCP key.
Install
pip install multify-mcp
Hosted usage
Hosted endpoint:
https://api.multifyco.com/mcp
Auth header:
Authorization: Bearer YOUR_MULTIFY_MCP_KEY
Python helper example:
from multify_mcp import build_remote_mcp_connection
connection = build_remote_mcp_connection("YOUR_MULTIFY_MCP_KEY")
print(connection.url)
print(connection.headers["Authorization"])
print(connection.as_dict())
Claude Code example:
claude mcp add --transport http multify-mcp https://api.multifyco.com/mcp \
--header "Authorization: Bearer YOUR_MULTIFY_MCP_KEY"
The hosted endpoint is fixed on the Multify API host and the user-specific input is only the workspace MCP key.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file multify_mcp-0.1.2.tar.gz.
File metadata
- Download URL: multify_mcp-0.1.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06ed147f6a8201f3da394ca69a073268c0fd023fa33fe17ae581c61871b1e49c
|
|
| MD5 |
b34d46631a249de0ba30169312f60ce6
|
|
| BLAKE2b-256 |
35e8feedfcc1c445d07d8ab59b3b7e1f10d0e3249601cdbb08d7954cd121e159
|
File details
Details for the file multify_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: multify_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1165ac66205f8a3527135f3542664a25001b76594198189150d95343c31b0a
|
|
| MD5 |
cf89ae0dc9af261022f6c1a956ac302b
|
|
| BLAKE2b-256 |
ea90ecf78246fe621db7fd6caafc395bf93385e1d116069185ea3421d58a9d6f
|