AI & MCP
AI & MCP
How Cresora Commerce exposes a machine-consumable API surface for AI and MCP-compatible clients.
Cresora Commerce is MCP-compatible — the API is designed to be consumed by AI agents and tools that implement the Model Context Protocol (MCP) alongside human developers.
What MCP-compatible means
- The Cresora API follows consistent, predictable patterns that AI coding assistants can reason about reliably
- Authentication, error codes, and pagination are uniform across all endpoints
- OpenAPI specs are machine-readable and kept in sync with the live API
- The API reference at /api/v1 is generated directly from the OpenAPI spec
Why it matters
ISVs using AI-assisted development (GitHub Copilot, Claude, Cursor, etc.) can integrate Cresora faster because:
- API shapes are discoverable from the spec without guessing
- Error codes are semantic (e.g.
idempotency_conflict,merchant_not_found) rather than opaque numbers - The single-host environment model means there's nothing ambiguous to configure
Using the API reference with AI tools
Point your AI tool at the Stable API Reference. The OpenAPI spec is available at:
https://docs.cresoracommerce.com/api/v1Once the OpenAPI spec source is finalized (DEF-001), a machine-readable download will be available here.
🔬MCP server (coming)
A first-class Cresora MCP server that AI agents can query directly is on the roadmap. This page will be updated when it's available.