S

Store (E-Commerce)

Provides a bridge to e-commerce data for retrieving customer information, looking up orders by custo...

3 views
0 installs
Updated Jan 18, 2026
Not audited
Provides a bridge to e-commerce data for retrieving customer information, looking up orders by customer ID, and searching customers by name through a TypeScript-based REST API
  1. Ensure the local store API is running

    • Start or verify your local API server is reachable at http://localhost:3000.
  2. Open the FastMCP connection interface

    • Click the "Install Now" button to open the FastMCP connection / environment variables form.
  3. Fill the environment variable values in the FastMCP form

    • Required: None. This MCP talks to a local API at http://localhost:3000 and does not require secret keys or tokens according to the README.
    • Optional (only if the FastMCP form requires a URL or you prefer an explicit variable):
      • Key: STORE_API_BASE_URL
      • Value: http://localhost:3000
  4. Save / Install the connection

    • Submit the FastMCP form (click Save / Install) to apply the environment values.
  5. Verify the MCP is working

    • Use the MCP tools (for example, run get-all-customers) and confirm they successfully query data from http://localhost:3000.

Quick Start

View on GitHub

More for Database

View All →

More for API Development

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.