Metadata-Version: 2.4
Name: mcp-server-tibet-core
Version: 0.1.1
Summary: MCP Server for TIBET - The Trust Kernel for AI. Audit as a Precondition, Not an Afterthought.
Project-URL: Homepage, https://humotica.com
Project-URL: Documentation, https://github.com/jaspertvdm/tibet-core
Project-URL: Repository, https://github.com/jaspertvdm/tibet-core
Author-email: Jasper van de Meent <jasper@humotica.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ai-act,ai-governance,audit,compliance,mcp,nis2,provenance,tibet,trust
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Requires-Python: >=3.10
Requires-Dist: jis-core>=0.4.0b1
Requires-Dist: mcp>=1.0.0
Requires-Dist: tibet-core>=0.2.0
Description-Content-Type: text/markdown

# mcp-server-tibet-core

**The Trust Kernel for AI - MCP Server**

> Audit as a Precondition, Not an Afterthought.

MCP (Model Context Protocol) server that gives Claude, Codex, Gemini, and other AI assistants full TIBET provenance capabilities.

## Installation

```bash
pip install mcp-server-tibet-core
```

## Quick Start

Add to your Claude Desktop config (`~/.config/claude/claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "tibet-core": {
      "command": "mcp-server-tibet-core"
    }
  }
}
```

Restart Claude Desktop. Now your AI can create provenance tokens for every action!

## Available Tools

| Tool | Description |
|------|-------------|
| `tibet_create` | Create a provenance token BEFORE any action |
| `tibet_verify` | Verify a token's integrity |
| `tibet_chain` | Get full provenance chain for a token |
| `tibet_export` | Export audit trail (JSON/markdown/summary) |
| `tibet_list` | List recent tokens |
| `tibet_status` | Get TIBET provider status |

## TIBET Provenance Model

Every action is documented with four dimensions:

- **ERIN** (what's IN) - The content/data of the action
- **ERAAN** (attached) - Dependencies and references
- **EROMHEEN** (around) - Context and environment
- **ERACHTER** (behind) - The WHY - intent and purpose

## Example Usage

When your AI performs an action, it can now document it:

```
AI: I'll create a TIBET token before modifying this file.

[tibet_create]
- action: "file_write"
- erin: {"file": "config.py", "changes": "Added API key validation"}
- erachter: "Improve security by validating API keys before use"
- eraan: ["issue-123", "security-audit-2024"]
- eromheen: {"branch": "main", "user": "jasper"}

Token created: tbt_abc123...
```

Now you have an immutable audit record of what the AI did and why.

## Why TIBET?

- **Compliance Ready**: AI Act, NIS2, GDPR, DORA
- **Audit Trail**: Every action documented before execution
- **Trust Kernel**: Like TPM for hardware, but for AI actions
- **Enterprise Grade**: Used by 1,162+ enterprise mirrors

## Links

- [TIBET Core](https://pypi.org/project/tibet-core/)
- [TIBET Audit](https://pypi.org/project/tibet-audit/)
- [Humotica](https://humotica.com)

## Philosophy

> "Don't ask what your AI did. Know before it acts."

Every AI action, documented before execution.
Compliance built-in, not bolted-on.
One kernel. Every AI. Full provenance.

---

**One love, one fAmIly!**

MIT License - Humotica 2024-2026


## License

MIT

## Credits

Designed by [Jasper van de Meent](https://github.com/jaspertvdm). Built by Jasper and [Root AI](https://humotica.com) as part of [HumoticaOS](https://humotica.com).

---

**Stack-positie:** Groep `agentic` · Bootstrap = OSAPI-handshake naar [`tibet`](https://pypi.org/project/tibet-core/) + [`jis`](https://pypi.org/project/jis-core/) (fail → snaft-rule + tibet-pol-rapport) · ← [`tibet-core`](https://pypi.org/project/tibet-core/) · [`mcp-server-tibet`](https://pypi.org/project/mcp-server-tibet/) → · See `STACK.md` · See `demo/golden-path/` for the spine end-to-end.
---

## Enterprise

For private hub hosting, SLA support, custom integrations, or compliance guidance:

| | |
|---|---|
| **Enterprise** | enterprise@humotica.com |
| **Support** | support@humotica.com |
| **Security** | security@humotica.com |

See [ENTERPRISE.md](ENTERPRISE.md) for details.
