pypi aimarket-mcp-packagerstdioMITupdated 8d ago
📖 Read-only mirror. aimarket-plugins is published from the canonical AI-Factory monorepo. Pull requests are not accepted — any commit pushed here is overwritten by scripts/mirrorsatellites.sh on the next sync. 🐞 Found a bug or have a request? Please open an issue.
O que dá para fazer com AIMarket MCP Packager?
📖 Read-only mirror.
aimarket-pluginsis published from the canonical AI-Factory monorepo. Pull requests are not accepted — any commit pushed here is overwritten byscripts/mirror_satellites.shon the next sync. 🐞 Found a bug or have a request? Please open an issue.
AIMarket Hub Plugins
Ecosystem: AICOM overview & live demos · Community: Discord · Pollux · Telegram · Castor
15 protocol plugins extend hub invoke, settlement, compliance, and data planes without forking core.
Verifiable math lives in the separate oracles monorepo (Platon, Chronos, Murmuration, Lumen, …) — listed on the hub like any capability. aimarket-reputation scores sellers; Lumen oracle supplies PageRank/EigenTrust-style trust artifacts agents can invoke and audit.
Install
PyPI (top-5): docs/install.md
| Package | PyPI status |
|---|---|
aimarket-hub |
✅ 3.0.0 |
aimarket-tee, aimarket-channels, aimarket-reputation |
✅ 2.0.0 |
aimarket-safety, aimarket-mcp-packager |
⏳ pending (PyPI new-project rate limit — install from source until published) |
aimarket-zk |
⏳ monorepo only — pip install -e plugins/aimarket-zk until PyPI publish |
Docker: all 15 plugins ship in the production hub image — ./scripts/deploy_hub.sh from the factory monorepo.
Source: pip install -e plugins/aimarket-tee after cloning this repo.
TEE Escrow
Smart-contract escrow in a Trusted Execution Environment — buyer funds stay held until attested invoke succeeds; seller is paid only on proof; failures refund on-channel.
| What | aimarket-tee + provenance + safety → hold → invoke → release/refund |
| Why | Micropay scale with both-side protection — no human escrow desk |
| Deep dive | docs/killer-feature-tee-escrow.md · Ecosystem capabilities |
MCP server — aimarket-mcp-packager
One of the 15 plugins is a full Model Context Protocol server — stdio transport, built on the official MCP Python SDK. aimarket-mcp-packager turns any AIMarket capability into a self-hosted MCP product (Docker image, MCP manifest, and a ready claude_desktop_config.json) that runs in Claude Desktop, Cursor, Glama, or any stdio MCP client.
| Run | python mcp_stdio_server.py (stdio) · docker build from repo root |
| Tools | package_capability · generate_dockerfile · generate_claude_desktop_config |
| Registry | Listed on Glama (score badge above) — see aimarket-mcp-packager/ for the server, glama.json, and Dockerfile |
MCP server — aimarket-oracle-gateway (standalone repo)
A second MCP server ships as its own satellite repo alexar76/aimarket-oracle-gateway for Glama indexing. aimarket-oracle-gateway exposes Platon randomness, Chronos VDF, and LUMEN reputation as agent-callable tools — pay-per-call over AIMarket, every result independently verifiable.
| Run | AIMARKET_HUB_URL=https://modelmarket.dev python mcp_stdio_server.py |
| Tools | get_random · compute_vdf · get_reputation_scores · list_oracle_capabilities · … |
| Registry | glama.json + Dockerfile |
Plugin index
| Plugin | Role |
|---|---|
| aimarket-safety | Pre-invoke policy, signed reject |
| aimarket-tee | TEE attestation, escrow hooks |
| aimarket-provenance | W3C VC invoke receipts |
| aimarket-reputation | Scores + stake bonds |
| aimarket-channels | USDT channel lifecycle |
| aimarket-auction | Price discovery |
| aimarket-orchestrator | Multi-capability plans |
| aimarket-data-cap | Data-capability packaging |
| aimarket-dataset | Dataset listings |
| aimarket-mcp-packager | MCP server (stdio) — package capabilities as Docker + MCP manifest + Claude Desktop config |
| aimarket-nft | Capability NFTs |
| aimarket-personas | Seller personas |
| aimarket-promo | Promotions |
| aimarket-streaming | Streaming invoke |
| aimarket-zk | ZK cohort proofs |
Hub loads plugins from aimarket-hub/plugins/ at runtime. Monorepo copies under plugins/ are the source-of-truth for docs and tests.
Demo
- Live: https://modelmarket.dev/plugins/demo
- Docs: https://github.com/alexar76/aimarket-plugins/blob/main/docs/install.md
Related repos
| Repo | Role |
|---|---|
| aimarket-hub | Loads plugins at invoke time |
| oracles | Verifiable math capabilities (separate repo) |
| aicom | AI-Factory monorepo |
| dioscuri | Twin community agents — MNEMOSYNE Q&A |
Community
The DIOSCURI twins answer questions from synced GitHub docs.
| Channel | Twin | Best for |
|---|---|---|
| Discord | Pollux | Help, ideas, show-and-tell |
| Telegram | Castor | Releases, digests, quick news |
Ecosystem map: Alien Monitor · AICOM
Instalação
Adicione AIMarket MCP Packager ao seu cliente. Escolha o que você usa.
claude mcp add aimarket-mcp-packager -- uvx aimarket-mcp-packagercodex mcp add aimarket-mcp-packager -- uvx aimarket-mcp-packageramp mcp add aimarket-mcp-packager -- uvx aimarket-mcp-packager{
"mcpServers": {
"aimarket-mcp-packager": {
"command": "uvx",
"args": [
"aimarket-mcp-packager"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"aimarket-mcp-packager": {
"command": "uvx",
"args": [
"aimarket-mcp-packager"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"aimarket-mcp-packager","command":"uvx","args":["aimarket-mcp-packager"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"aimarket-mcp-packager": {
"command": "uvx",
"args": [
"aimarket-mcp-packager"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"aimarket-mcp-packager": {
"command": "uvx",
"args": [
"aimarket-mcp-packager"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"aimarket-mcp-packager": {
"command": "uvx",
"args": [
"aimarket-mcp-packager"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"aimarket-mcp-packager": {
"type": "local",
"command": "uvx",
"args": [
"aimarket-mcp-packager"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"aimarket-mcp-packager": {
"command": {
"path": "uvx",
"args": [
"aimarket-mcp-packager"
]
}
}
}
}Add to your Zed `settings.json`.
uvx aimarket-mcp-packagerRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação15/25
- Manutenção19/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 2.0.1Mais recente | 7 de jul. de 2026 |