Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

alexar76/aimarket-plugins MCP server](https://glama.ai/mcp/servers/alexar76/aimarket-plugins/badges/score.svg)](https://glama.ai/mcp/servers/alexar76/aimarket-plugins) πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - **aimarket-mcp-packager** hub plugin: turn AIMarket capabilities...

README.md

<!-- aicom-mirror-notice --> > πŸ“– 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/mirror_satellites.sh on the next sync. > 🐞 Found a bug or have a request? Please open an issue.

AIMarket Hub Plugins

<!-- mcp-name: io.github.alexar76/aimarket-plugins -->

<!-- aicom-readme-badges --> <p align="center"> <a href="https://github.com/alexar76/aimarket-plugins/actions/workflows/ci.yml"><img src="docs/badges/ci.svg" alt="CI" /></a> <a href="https://glama.ai/mcp/servers/alexar76/aimarket-plugins"><img src="https://glama.ai/mcp/servers/alexar76/aimarket-plugins/badges/score.svg" alt="aimarket-plugins MCP server" /></a> <a href="docs/badges/coverage.svg"><img src="docs/badges/coverage.svg" alt="Test coverage" /></a> <a href="LICENSE"><img src="docs/badges/license.svg" alt="License: Apache-2.0" /></a> </p> <!-- /aicom-readme-badges -->

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 | ![aimarket-oracle-gateway MCP server](https://glama.ai/mcp/servers/alexar76/aimarket-oracle-gateway) β€” 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

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.