# Storerocket — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_storerocket?ms=1787293440000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `storerocket_get_users`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/storerocket`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/storerocket/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/storerocket/get/users` — Tool to retrieve the authenticated user information. Use when you need to get details about the currently authenticated user.
- `POST https://api.mcp.ai/api/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"

## More
- Page: https://mcp.ai/storerocket
- Agent spec (llms.txt): https://mcp.ai/storerocket/llms.txt
- Postman collection: https://mcp.ai/storerocket/postman.json
