MCP Tool Definitions for Tarsus API (Python)
Project description
Tarsus MCP Tools (Python)
Library of MCP-compatible tool definitions for the Tarsus API.
Installation
pip install tarsus-mcp
Usage
from tarsus import TarsusClient
from tarsus_mcp import TarsusTools
# Initialize client
client = TarsusClient(api_key="...")
# Get tools
tools_wrapper = TarsusTools(client)
tools = tools_wrapper.get_all_tools()
for tool in tools:
print(f"Tool: {tool['name']}")
# tool['callable'] is the executable function
# tool['inputSchema'] is the JSON schema
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tarsus_mcp-0.1.0.tar.gz
(2.0 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 tarsus_mcp-0.1.0.tar.gz.
File metadata
- Download URL: tarsus_mcp-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.2 cpython/3.12.3 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50310ef9f521c0b53f2a8fbd40fae642220d43f7c90effe99648124a37d4db07
|
|
| MD5 |
38acba372a33e97f0ab82e87a88e825c
|
|
| BLAKE2b-256 |
844030fc052b7a9af6d23d54de693c2d6ec0190a3f366dd0aaed9196ef29afd4
|
File details
Details for the file tarsus_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tarsus_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.2 cpython/3.12.3 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f4137a3c4a50d6cb18f0554ffc00e711520f9296c9c36f641f024fb71b464b
|
|
| MD5 |
b69de5908690c243df7ebec9b01bdc24
|
|
| BLAKE2b-256 |
c2f140ae2e6c686e95604fe5732496a893d151922ef9df62caa6b9564c93647c
|