# Use KOLMarket with Agents, CLI and MCP

https://kolmarket.ai/en/docs/agent-cli-mcp/

Content reviewed: 2026-09-12

KOLMarket exposes Agent integration code and a Codex plugin package. Read, prepare and execution tools have different permissions. A prepared transaction, installed plugin or tool response does not prove wallet execution or payment settlement.

## Who this is for

Developers connecting an AI client to KOLMarket.

## Start from the repository

Review the plugin package and Agent Worker README linked below. Follow their current client-specific configuration rather than guessing an installation command or a plugin-store listing. Store credentials in the client environment, not chat messages.

## Discover before calling

Inspect the configured server tool list and required permissions. Start with a read-only profile or market query. Some free Agent tools may explicitly return demo data; preserve that label in downstream output.

## Prepare is not execution

Before any supported write, inspect network, token, amount, fee, slippage, expiry and destination. The reviewed Codex skill treats prepare/preview as dry-run and disables tools that would sign, broadcast or move assets.

## Paid tools and receipts

The Agent Worker includes x402 payment handling, but network and provider readiness require separate verification. A successful tool invocation is not interchangeable with a provider settlement receipt or completed delivery.

## Build configuration reference

Configuration is not live verification. Provider approval, permissions and receipts must be checked separately. These pages do not run wallet code.

Configuration source revision: 56d41b09407e1ef276f56087dbe16f6db2189de3 (production)

- Agent workbench: Flag on · verify execution
- Agent creation surface: Flag on · verify execution
- Service packages surface: Flag on · verify execution
- Order fulfillment surface: Flag on · verify execution

## Source references

- [plugins/kolmarket-codex/skills/kolmarket/SKILL.md](https://github.com/dappweb/kolmarket_incubate/blob/56d41b09407e1ef276f56087dbe16f6db2189de3/plugins/kolmarket-codex/skills/kolmarket/SKILL.md)
- [workers/kolmarket-agent/README.md](https://github.com/dappweb/kolmarket_incubate/blob/56d41b09407e1ef276f56087dbe16f6db2189de3/workers/kolmarket-agent/README.md)

[Open related feature](https://kolmarket.ai/guide)
