CT
Correkt: The AI-Native Online Marketplace for Physical Produ
/search_products
search products
Search Correkt's catalog of over 10 million products. Use this tool to find products by name, description, or category. Always use this before adding anything
liveunknown~5s typical
mcpcorrekt:theai-native
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-correkt-api-server /search_products for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | search query e.g. 'running shoes' |
| min_price | number | minimum price filter |
| max_price | number | maximum price filter |
| brand_name | string | filter by brand name |
| category_id | string | filter by category UUID |
| sort | string (best_match | price:asc | price:desc | name.keyword:asc | name.keyword:desc) | sort order default "best_match" |
| page | integer | page number default 1 |
| page_size | integer | results per page default 10 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-correkt-api-server","endpoint":"/search_products","input":{"query":"...","sort":"best_match","page":1,"page_size":10}}'cli
npx cracked-ai run -p mcp-com-correkt-api-server -e /search_products -i '{"query":"...","sort":"best_match","page":1,"page_size":10}'mcp
run_tool({ provider: "mcp-com-correkt-api-server", endpoint: "/search_products", input: {"query":"...","sort":"best_match","page":1,"page_size":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.