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.0.tar.gz
(3.3 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.0.tar.gz.
File metadata
- Download URL: intermcp-0.2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
639a2f6e2a1b2f1a541f568f3d3021a7725384892eb2e5d23b2c7ff2f96b91e9
|
|
| MD5 |
9093f24189e76418fca84062fed75312
|
|
| BLAKE2b-256 |
4b8b33bfd33fd60dd5dbc9a34833c4deac8ff530e31ffe9a16f557a7db865fdb
|
File details
Details for the file intermcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: intermcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.7 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 |
e40ca7d71256dec072b19389c0331ea985c406490c65d03d924415f9a4831b71
|
|
| MD5 |
49c88de8d4ffd3a28f133b1fc7d33c3e
|
|
| BLAKE2b-256 |
3e2c1578c68f9ddb696cd88683bbb5f099e0dca31257afe675ed1b1da77bde0c
|