# Storerocket — MCP server on mcp.ai > Connect your Storerocket account and use 2 tools for ecommerce straight from your AI agent. Connect with your own API key. StoreRocket is a store locator software platform that enables businesses to add customizable, interactive location finders to their websites. It provides location management, real-time opening hours, search filters, custom fields, lead collection, analytics, and a REST API for seamless integration with platforms like WordPress, Shopify, Webflow, and more. By: mcp.ai · official Page: https://mcp.ai/storerocket ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_storerocket?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/storerocket/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/storerocket/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/storerocket/skill.md Postman collection (v2.1): https://mcp.ai/storerocket/postman.json ## Tools - storerocket_get_users() — Tool to retrieve the authenticated user information. Use when you need to get details about the currently authenticated user. - storerocket_ping() — Tool to verify API availability via health check endpoint. Use when you need to check if the StoreRocket API is accessible and responding. ## Example prompts - "What can I do in Storerocket?" - "Show me a summary of my Storerocket account" ## Links Docs: https://mcp.ai/docs/mcps/storerocket Website: https://mcp.ai/mcps/storerocket