Documentación/api
MCP protocol
FreeHow StoreMCP implements the Model Context Protocol.
StoreMCP is a compliant Model Context Protocol server. It speaks standard MCP over HTTP with JSON-RPC 2.0 framing.
Transport
StoreMCP uses the HTTP streamable transport. Both request/response and streaming are supported — results from long-running tools come back as incremental messages.
Endpoint
POST https://your-site.com/wp-json/storemcp/v1/mcp
Content-Type: application/json
Authorization: Bearer sk_live_...
Capabilities
StoreMCP advertises these capabilities during initialize:
tools— full MCP tools APIresources— read-only endpoints for site metadata (enabled on Pro)prompts— suggested prompts for common tasks (enabled on Pro)
Tools
Tool names are always prefixed store_mcp_. Parameter schemas follow JSON Schema Draft 2020-12.
Resources (Pro)
Exposed resources include:
storemcp://site/info— site infostoremcp://products/{id}— a specific productstoremcp://orders/recent— last 50 orders
Prompts (Pro)
Pre-built prompts:
daily-standup— yesterday's orders and KPIsseo-audit— full-site SEO auditlow-stock-alert— products below threshold
Use them from your AI client:
/prompt storemcp/daily-standup