opentrust-sdk
Python SDK for OpenTrust, the trust registry and passport layer for AI-agent tools.
Use it to verify tools, fetch passports, search the registry, and expose an MCP bridge for agent runtimes.
Install
pip install opentrust-sdk
For MCP support:
pip install 'opentrust-sdk[mcp]'
Basic usage
import asyncio
from opentrust import verify
async def main():
result = await verify('github/file-search-mcp')
print(result)
asyncio.run(main())
MCP bridge
opentrust-mcp
Repository
https://github.com/Costder/opentrust
License
MIT
Release files for opentrust-sdk 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| opentrust_sdk-1.0.1.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| opentrust_sdk-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.4 kB
Release files / opentrust_sdk-1.0.1.tar.gz
| Download URL | opentrust_sdk-1.0.1.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4edfe1de81b544281e5adff5b99e037cbddd37edaf31c729258eba60d2ff5dba
|
|
BLAKE2b-256 checksum How to use checksums |
3a698f31905b1b5323b1f485e6e58f5634ff9148573b4d9f2e26daa109328d02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.12
|
Release files / opentrust_sdk-1.0.1-py3-none-any.whl
| Download URL | opentrust_sdk-1.0.1-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c4e9088fcf5de9cb8e27b240cf977f4f5a596eae9dc7cac226aefef0b0272464
|
|
BLAKE2b-256 checksum How to use checksums |
c49e9c7ba52814a3ad04d115e436cc6f4440a31ea947098cfa9b9f5737a8807c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.12
|