Recydata

ROUND Marketplace MCP

Documentation MCP for the Round Marketplace API

This server exposes the OpenAPI 3.0.3 specification of the Round Marketplace API (v1.0.1) via the Model Context Protocol, providing tools for endpoint lookup, schema inspection, and semantic search. The goal is to enable seamless integration of the API documentation into code agents and LLM-powered developer tools, such as GitHub Copilot, Claude Code, and OpenAI Codex.

MCP Endpoint

https://mcp.recydata.be/mcp
Versile

About Versile

AI has become the #1 way shoppers discover products, but most ecommerce businesses lack the resources to deploy AI shopping agents like large competitors. Without them, they lose sales and fall behind. Versile lets them deploy branded agents that deliver reliable advice and boost conversion & sales.

Connecting from Code Agents

Claude Code

              claude mcp add recydata --transport streamable-http mcp.recydata.be/mcp
            

Cursor

Add to .cursor/mcp.json in your project root:

{
  "mcpServers": {
    "recydata-mcp": {
      "url": "https://mcp.recydata.be/mcp"
    }
  }
}

VS Code (GitHub Copilot)

Add to .vscode/mcp.json in your project root:

{
  "servers": {
    "recydata-mcp": {
      "type": "http",
      "url": "https://mcp.recydata.be/mcp"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "recydata-mcp": {
      "serverUrl": "https://mcp.recydata.be/mcp"
    }
  }
}

OpenAI Codex

              
                codex mcp add recydata --url https://mcp.recydata.be/mcp
              
            

Gemini CLI

Add to your settings.json:

{
  "mcpServers": {
    "recydata-mcp": {
      "httpUrl": "https://mcp.recydata.be/mcp",
      "timeout": 5000
    }
  }
}

OpenCode

Add to opencode.jsonc:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "recydata-mcp": {
      "url": "https://mcp.recydata.be/mcp",
      "enabled": true
    }
  }
}

Generic MCP Client

Connect via Streamable HTTP transport at:

https://mcp.recydata.be/mcp

Available Tools

Once connected, the following MCP tools are available:

Health check Powered by Versile