com.correkt/api-server
Official1 toolCorrekt: The AI-Native Online Marketplace for Physical Products
Correkt: online marketplace built for AI agents. Shop 10M+ physical products from verified sellers.
Connects to an online marketplace offering 10M+ physical products for AI agent purchasing.
Captured live from the server via tools/list.
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 to cart. Tips: - Include price filters when the user mentions a budget - Use sort=price_asc to find cheapest options - Check suggestion field if results seem off — it may correct spelling - Page through results if first page doesn't have what you need
Parameters (8)
- querystringrequired
search query e.g. 'running shoes'
- min_pricenumber
minimum price filter
- max_pricenumber
maximum price filter
- brand_namestring
filter by brand name
- category_idstring
filter by category UUID
- sortstring
sort order
- pageinteger
page number
- page_sizeinteger
results per page
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"api-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.correkt.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.