InterMCP Python Client
Official Python Client for InterMCP — Ultra-Fast, Safe Model Context Protocol (MCP) Runtime.
Installation
pip install intermcp
Quickstart
from intermcp import InterMcpClient
with InterMcpClient() as client:
# Query registered tools
tools = client.list_tools()
print("Available tools:", [t["name"] for t in tools])
# Call a tool with sub-microsecond latency
info = client.call_tool("system_info", {})
print(info)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
intermcp-0.2.1.tar.gz
(3.5 kB
view details)
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 intermcp-0.2.1.tar.gz.
File metadata
- Download URL: intermcp-0.2.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4f171ac3f1f9126f1f934c6e33877888908fb38f07d48232ababf5f01a0a55b
|
|
| MD5 |
cfd8ba1ac028cd9ab50b2372344d7896
|
|
| BLAKE2b-256 |
307b3c4e93232bb71e329caeddde54f4acdc0f4836f44ee484a5e805a25bfaa9
|
File details
Details for the file intermcp-0.2.1-py3-none-any.whl.
File metadata
- Download URL: intermcp-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7848893b87d4bd74d06cc536ff810cf4ee616933aa57c53bb52c6974df02bd72
|
|
| MD5 |
33b27441de773a635d5436ac5e65cb9d
|
|
| BLAKE2b-256 |
ebeca6d0a07eca750ce77b57d01d038f623b220e058cbf5c271ae2d59868e013
|