Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
com.correkt avatar

Correkt: The AI Native Online Marketplace For Physical Products

Correkt api-server is a MCP server that connects agents to Correkt’s AI-native physical product marketplace over streamable HTTP.

About

Correkt’s API server is a Model Context Protocol remote that lets coding agents interact with Correkt, described as an online marketplace built for AI agents shopping physical products from verified sellers. For developers, the relevant story is narrow but concrete: you are building an agent, concierge bot, or internal ops tool that must discover SKUs, compare offers, or drive checkout-adjacent flows without hand-rolling every seller integration. This lands on Build → Integrations because the value is protocol-level access to a large product graph (10M+ items per catalog copy) rather than a marketing playbook. Complexity is intermediate—you need MCP client setup, clear guardrails for payments and shipping, and realistic scope (this is commerce infrastructure, not a full storefront theme). Pair it with Validate work if you are proving an agent-commerce idea, but the canonical shelf remains integration-focused. Endpoint: https://api.correkt.com/mcp as streamable HTTP.

  • AI-native online marketplace MCP at https://api.correkt.com/mcp
  • Catalog positions 10M+ physical products from verified sellers
  • Built for agents that need real-world procurement, not just digital APIs
  • Streamable HTTP remote; server version 1.0.0 in manifest
  • Useful when your agent product must place or research physical goods orders

Correkt: The AI Native Online Marketplace For Physical Products by the numbers

  • Exposes 1 verified tools (MCP introspection)
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http api-server https://api.correkt.com/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools1

What it does

Connect an AI agent to Correkt’s marketplace API so it can search and shop physical products from verified sellers programmatically.

Who is it for?

Best when you're prototyping agent-driven procurement, gifting, or hardware-adjacent products that need a unified product MCP.

Skip if: Pure digital SaaS with no physical fulfillment, or founders who only need a static ecommerce site without agent checkout flows.

What you get

Your agent can query Correkt’s marketplace tools so product discovery and shopping workflows run against a large verified catalog.

  • Registered MCP connection to Correkt for agent-driven product search
  • Runnable agent flows that reference real SKUs from a large marketplace catalog
  • Integration baseline for agent-native commerce experiments

By the numbers

  • 10M+ physical products cited in server description
  • MCP remote URL https://api.correkt.com/mcp
  • Server version 1.0.0 in published schema

Tools 1

Public tool metadata - what this server can do for an agent.

search_products8 params

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

  • querystringrequiredsearch query e.g. 'running shoes'
  • min_pricenumberminimum price filter
  • max_pricenumbermaximum price filter
  • brand_namestringfilter by brand name
  • category_idstringfilter by category UUID
  • sortstringsort order
  • pageintegerpage number
  • page_sizeintegerresults per page

Recommended MCP Servers

How it compares

Commerce marketplace MCP remote, not a Shopify theme skill or generic web-scraping shopping helper.

FAQ

Who is Correkt api-server for?

Developers shipping AI agents that must search or interact with real physical products from verified marketplace sellers.

When should I use Correkt api-server?

When you are in Build integrations and need MCP tools for product lookup or shopping flows instead of custom seller APIs.

How do I add Correkt api-server to my agent?

Register the streamable HTTP MCP remote https://api.correkt.com/mcp in your agent’s MCP configuration per the published server schema.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.