← allover.art
INDIVIDUAL MCP TOOL
order_status
Look up the user's recent orders (or one by number) and their fulfilment status.
LIVE ENDPOINT
https://allover.art/mcp
Connect to this endpoint to inspect the live schema for order_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.alloverart-shop]
url = "https://allover.art/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alloverart-shop": {
"type": "http",
"url": "https://allover.art/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alloverart-shop
Remote MCP URL: https://allover.art/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"alloverart-shop": {
"url": "https://allover.art/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alloverart-shop": {
"type": "http",
"url": "https://allover.art/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alloverart-shop",
"transport": "streamable-http",
"url": "https://allover.art/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the allover.get_product— Full details of one product by its code: available sizes, fabrics, per-variant price, and the design 'about' text.list_collections— List active curated collections (themed landing pages) with their slugs and urls.view_cart— Show the current contents of the user's cart (the same cart they see in the browser when signed in).add_to_cart— Add a product to the user's cart.set_cart_quantity— Change the quantity of a cart line by its index (from view_cart); qty=0 removes it.checkout_link— Get the URL where the human opens their cart to review and pay.cart_update— Change a cart line by its index (from view_cart): set qty (0 removes), or switch size/fabric.