eCommerce
mirasvit.com
Provides e-commerce product catalog search and cart management operations.
ENDPOINT 1
https://mirasvit.com/agent/mcp
MCP server metadata
- Name
- Mirasvit Magento Extensions Store Agentic Commerce MCP
- Version
- 1.0.0
Known tools 6
get_productRetrieve a single product by SKU with full detail including selected default options.
Inferred read-onlycreate_cartBuild a cart from line items and receive a continue_url for the shopper to review and complete the purchase in the browser.
Potential side effectsupdate_cartReplace the entire contents of an existing cart with the supplied line items (omitted items are removed).
Inferred read-onlyget_cartFetch the current contents and totals of an existing cart by its id, plus its continue_url.
Inferred read-onlyCONNECT 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.mirasvit-magento-extensions-store-agentic-commer]
url = "https://mirasvit.com/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mirasvit-magento-extensions-store-agentic-commer": {
"type": "http",
"url": "https://mirasvit.com/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mirasvit-magento-extensions-store-agentic-commer
Remote MCP URL: https://mirasvit.com/agent/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": {
"mirasvit-magento-extensions-store-agentic-commer": {
"url": "https://mirasvit.com/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mirasvit-magento-extensions-store-agentic-commer": {
"type": "http",
"url": "https://mirasvit.com/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mirasvit-magento-extensions-store-agentic-commer",
"transport": "streamable-http",
"url": "https://mirasvit.com/agent/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mirasvit.com was fetched 2026-08-24T08:17:01.924Z.
mirasvit.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.