MCP server for tibet-triage — process triage, flare rescue & reproducibility bundles with TIBET provenance
Project description
tibet-triage-mcp
MCP server for tibet-triage — process triage, flare rescue & reproducibility bundles with TIBET provenance.
Run commands in airlock sandboxes, rescue crashed APIs with GPU flare nodes, and bundle team work into verified archives. Every decision is signed with TIBET tokens.
Part of the TIBET ecosystem by HumoticaOS.
Install
pip install tibet-triage-mcp
Claude Code / Claude Desktop Config
{
"mcpServers": {
"triage": {
"command": "tibet-triage-mcp",
"env": {
"IPOLL_URL": "https://brein.jaspervandemeent.nl/api/ipoll"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
triage_run |
Execute command in airlock sandbox with risk evaluation |
triage_pending |
List items awaiting human decision |
triage_review |
Review a triage evidence bundle |
triage_approve |
Approve a pending bundle |
triage_reject |
Reject a pending bundle |
triage_rules |
Show active trigger rules |
flare_send |
SOS — route inference to GPU rescue node |
zip_create |
Bundle team work into verified .tibet.zip |
zip_verify |
Verify bundle integrity (SHA256 manifest) |
upip_export |
5-layer process integrity snapshot |
Triage Levels
L0 AUTO — Low risk, proceeds automatically
L1 OPERATOR — Needs operator approval
L2 SENIOR — Needs senior review
L3 CEREMONY — Needs multi-party ceremony
Flare Rescue
When your API crashes (rate limit, timeout, credits exhausted), flare routes to a GPU rescue node:
flare_send(
prompt="Summarize this article about AI safety",
target="hackaway_gpu",
model="humotica-7b"
)
# → P520 GPU handles inference → result returned
TIBET ZIP Bundle
Bundle all team work into a verified archive:
zip_create(agent="team_alpha", event="hackathon-2026")
# → team_alpha.tibet.zip with MANIFEST.json (SHA256 per file)
zip_verify("team_alpha.tibet.zip")
# → VERIFIED or FAILED (even 1 byte change detected)
UPIP — 5-Layer Reproducibility
L1 STATE → Git commit, file manifest, directory hash
L2 DEPS → Python version, pip freeze, system packages
L3 PROCESS → Command, intent, actor identity
L4 RESULT → Exit code, stdout/stderr, file diff
L5 VERIFY → Machine identity, timestamp, reproduction proof
Related TIBET Packages
tibet-audit— Core TIBET provenancetibet-triage— CLI/Python API (dependency)tibet-phantom-mcp— Cross-device AI sessionstibet-ipoll-mcp— AI-to-AI messagingtibet-pol-mcp— Machine health monitoring
License
MIT — HumoticaOS
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
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 tibet_triage_mcp-0.1.0.tar.gz.
File metadata
- Download URL: tibet_triage_mcp-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f939ab2956efd4bc7e492adb84b646f4401a2364e9f4ceac7961f41076656547
|
|
| MD5 |
c4b9d5c70ab743b09a2bb92d41fc9b7d
|
|
| BLAKE2b-256 |
20505147b730c4bd57ced9b53cd8423fd33ee37a8a188e1b49cf7f8f42a798a0
|
File details
Details for the file tibet_triage_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: tibet_triage_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77ff7abc3b83f49c70a4a24f0c7f001ae9290cc554b81482a1664f986d3b026e
|
|
| MD5 |
87af5e5352eee87530c0d8aae67b75cd
|
|
| BLAKE2b-256 |
05cf333dd1bdd69eae74bf3519b984b2120ffe9304e97de406db29a64d64251b
|