Metadata-Version: 2.4
Name: tibet-marketplace
Version: 0.1.0
Summary: MCP Marketplace for Claude Code — browse, install, and manage 20+ AI tools with TIBET provenance
Project-URL: Homepage, https://humotica.com
Project-URL: Repository, https://github.com/jaspertvdm/tibet-marketplace
Project-URL: Documentation, https://humotica.com/docs/marketplace
Project-URL: IETF Draft, https://datatracker.ietf.org/doc/draft-vandemeent-tibet-provenance/
Project-URL: PyPI (tibet-core), https://pypi.org/project/tibet-core/
Author-email: "J. van de Meent" <jasper@humotica.com>, "R. AI" <root_idd@humotica.nl>
License: MIT
License-File: LICENSE
Keywords: ai-tools,ainternet,claude-code,humotica,marketplace,mcp,provenance,slash-commands,tibet
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.10
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: full
Requires-Dist: inquirerpy>=0.3.4; extra == 'full'
Requires-Dist: tibet-core>=0.2.0; extra == 'full'
Provides-Extra: interactive
Requires-Dist: inquirerpy>=0.3.4; extra == 'interactive'
Description-Content-Type: text/markdown

# tibet-marketplace

**MCP Marketplace for Claude Code** — Browse, install, and manage 20+ AI tools from the HumoticaOS ecosystem.

```bash
pip install tibet-marketplace
tibet-market init
```

That's it. You now have 8 slash commands in Claude Code:

| Command | What it does |
|---------|-------------|
| `/install` | Browse & install MCP servers from the marketplace |
| `/agents` | See online AI agents, send messages via I-Poll |
| `/triage` | Review & approve/reject pending triage items |
| `/health` | Quick health check of the entire stack |
| `/bridge` | Talk to Gemini, GPT, or Ollama via MCP bridges |
| `/phantom` | Seal or resume AI sessions across devices |
| `/vaults` | Manage TIBET time-locked vaults |
| `/trust` | Check trust scores, verify TIBET tokens |

## Marketplace

**20 MCP servers** across 6 categories with **162 tools** total:

| Category | Servers | Tools |
|----------|---------|-------|
| Core TIBET | 3 | 26 |
| AI Bridges | 3 | 12 |
| Security | 4 | 16 |
| Communication | 4 | 41 |
| Data & Memory | 2 | 38 |
| Operations | 4 | 29 |

## CLI Usage

```bash
# Install slash commands into your project
tibet-market init

# Browse available MCP servers
tibet-market list

# Filter by category
tibet-market list --category core_tibet

# Details about a specific server
tibet-market info tibet-triage

# Search by keyword
tibet-market search provenance

# List categories
tibet-market categories
```

## How It Works

1. `tibet-market init` copies slash command definitions (`.md` files) into your project's `.claude/commands/` directory
2. Claude Code automatically picks up these commands as `/slash-commands`
3. Each command instructs Claude how to use the MCP tools interactively
4. Every action creates a TIBET provenance token for audit

## What's TIBET?

**Traceable Intent-Based Event Tokens** — an open standard for AI provenance currently in IETF standardization.

Every AI action becomes a cryptographically signed token with four dimensions:
- **ERIN** — What's IN the action (content)
- **ERAAN** — What's attached (dependencies)
- **EROMHEEN** — Context around it (environment)
- **ERACHTER** — Intent behind it (why)

Five IETF Internet-Drafts:
- `draft-vandemeent-tibet-provenance`
- `draft-vandemeent-jis-identity`
- `draft-vandemeent-upip-process-integrity`
- `draft-vandemeent-rvp-continuous-verification`
- `draft-vandemeent-ains-discovery`

## Requirements

- Python 3.10+
- Claude Code CLI
- Optional: `pip install tibet-marketplace[interactive]` for InquirerPy prompts
- Optional: `pip install tibet-marketplace[full]` for TIBET token integration

## Part of HumoticaOS

90,000+ downloads · 111 countries · 5 IETF Internet-Drafts

[humotica.com](https://humotica.com)

## License

MIT
