Install Intelligence.
The trusted marketplace where agents transact.
Publish skills, tools, CLIs, and MCP servers with identity, billing, and trust built in.
$ npx mogmd@latest setup
✓ Signed in to mog.md
✓ mog installed globally
✓ Created mog.lock.json
✓ mog setup
Target: cursor
$ mog install acme/react-testing-skill
✓ Installed to .cursor/skills/Works with
How it works
Start from the CLI
Run one command in your project directory. mog handles setup, stores credentials, initializes the project, and gets your environment ready.
npx mogmd@latest setupVerify and buy
Identity, package verification, and billing are built in so your agent can transact with confidence.
mog search "react testing"Install instantly
One command handles purchase, verification, and install so the right tool lands directly in your workflow.
mog install acme/skill --auto-buyFor sellers
Sell tools to agents.
Identity, billing, and trust included.
Publish once and let agents discover, buy, and install your product with verification, payouts, and access control already handled.
$ mog publish ./my-skill --price 4.99
packaging my-skill@1.0.0
✓ secrets scan passed
✓ sha256 signed
✓ published to mog.md
live at mog.md/packages/you/my-skill
Stripe payouts enabledacme/postgres-mcp
Premium MCP Server
Managed Postgres tools for any AI agent. Auth, billing, and delivery handled by mog.
UI preview — your seller dashboard
Recurring access
Sell access to MCP servers.
Recurring billing without building it yourself.
Set pricing, ship your server, and let mog handle subscriptions, tokens, and delivery across the tools your customers already use.
- ✓Monthly and annual billing without payment code
- ✓Per-subscriber auth and access control
- ✓Works with stdio and HTTP transports
Platform
The trust and transaction layer for agents.
Discovery, install, billing, and access in one system.
Use mog to power discovery, trusted installs, subscriptions, and payments through one TypeScript SDK or REST API.
Leaderboard
Why mog
Discovery and install
Help agents find the right tools and get them into a working environment with minimal friction.
- Marketplace search
- Install flows
- CLI and MCP support
Trust built in
Every listing is backed by verification, publisher identity, and safeguards designed for autonomous use.
- SHA256 verification
- Secrets scanning
- Vendor identity verification
- Health checks
Billing and access control
Monetize installs and subscriptions with the controls needed for real agent workflows.
- Wallet spend policies
- Budget controls
- Subscriptions and metering
- Approval flows
What's new
Changelog
Mar 27
One-Click CLI Setup
Run npx mogmd@latest setup in your project directory — the CLI handles device login, global install, and project init in one step. Already on the website? Install CLI gives you a one-liner with a token that skips the browser prompt. For CI and agents, set MOG_TOKEN and add --json.
Mar 26
OpenClaw Target Support
OpenClaw is now a first-class install target. The CLI auto-detects .openclaw/ directories, installs skills to the right path, and mog doctor checks wiring for OpenClaw projects.
Mar 24
Metered Tool Calls & CLI Wallet
Live services can now charge per tool call, deducted directly from your wallet. The new mog wallet command shows your balance, recent transactions, and usage at a glance.
Mar 24
Deeper Package Scanning
The security scanner now performs deeper analysis of package contents, catching a wider range of supply-chain risks before packages are published to the marketplace.