SeekmodoComing soon

Seekmodo developer docs

Reference for the REST shim, MCP JSON-RPC surface, and storefront connectors. Authenticate with HMAC; replay window is 5 minutes.

Connectors

Pre-built plugins for the popular storefront platforms. Each plugin handles HMAC signing, the search swap-point, and the indexer cron for you.

Zen Cart (NuminixSeekmodo)
Live
Drop-in plugin for Zen Cart 1.5.7+ that swaps storefront search and the indexer cron over to the Seekmodo gateway. Three modes — off, shadow, enforce — let you cut over without surprises.
  1. Download zc_plugins/NuminixSeekmodo/v1.0.0/ from your account portal.
  2. Drop into your Zen Cart's zc_plugins/ directory and visit Admin → Plugin Manager → Install.
  3. Paste your tenant id, shared secret, and gateway URL into the Configuration row group it creates.
  4. Set NUMINIX_SEEKMODO_MODE = shadow for a week, then enforce.
WooCommerce
M5
WordPress / WooCommerce plugin. Same swap-points as Zen Cart, packaged as a regular WP plugin.
WordPress (search only)
M5
WordPress plugin that swaps in the Seekmodo /v1/search endpoint behind WP_Query for non-commerce content.
Custom (REST + MCP)
Live
No plugin? Hit the gateway directly. The REST shim and MCP JSON-RPC are both stable; sample payloads live on the REST and MCP tabs.
  1. Pick a stack — Node, Python, PHP, Ruby, Go all work.
  2. Sign requests with HMAC-SHA256 (see /docs/rest for the canonical string).
  3. Hit POST /v1/search to verify; you should see hits within ~50ms.

Want to test a request without writing any code? Try the Sandbox — we sign with a demo tenant key on the server side.