aimarket-mcp-packager
This server packages AIMarket capabilities into self-hosted MCP server products, generating all deployment artifacts needed to run them in Claude Desktop, Cursor, Glama, or any stdio MCP client.
package_capability— The primary tool; assembles a complete MCP server package for a given AIMarket capability, returning a Docker image name, full MCP manifest (server metadata + tool definitions), subscription/pricing tiers, and a client connection string.generate_dockerfile— Generates a ready-to-build Dockerfile for the packaged MCP server, which you can write to disk and rundocker buildon to produce the deployable image.generate_claude_desktop_config— Generates aclaude_desktop_config.jsonsnippet (anmcpServersblock) that registers the dockerized MCP server with Claude Desktop or any compatible MCP host — just merge it into your existing config and restart the host.
All three tools share core inputs: a capability_id (e.g. translate.multi@v2), a product_id, a human-readable name, an optional description, an optional JSON Schema for inputs, and an optional container registry namespace.
Generates Dockerfile templates and Docker run configurations for containerized deployment of packaged MCP servers.
📖 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
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 |
| ✅ 3.0.0 |
| ✅ 2.0.0 |
| ⏳ pending (PyPI new-project rate limit — install from source until published) |
| ⏳ monorepo only — |
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.
Related MCP server: Test MCP Server
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 |
|
Why | Micropay scale with both-side protection — no human escrow desk |
Deep dive |
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 |
|
Tools |
|
Registry | Listed on Glama (score badge above) — see |
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 |
|
Tools |
|
Registry |
|
Plugin index
Plugin | Role |
Pre-invoke policy, signed reject | |
TEE attestation, escrow hooks | |
W3C VC invoke receipts | |
Scores + stake bonds | |
USDT channel lifecycle | |
Price discovery | |
Multi-capability plans | |
Data-capability packaging | |
Dataset listings | |
MCP server (stdio) — package capabilities as Docker + MCP manifest + Claude Desktop config | |
Capability NFTs | |
Seller personas | |
Promotions | |
Streaming invoke | |
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.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexar76/aimarket-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server