Recydata
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.
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.
claude mcp add recydata --transport streamable-http mcp.recydata.be/mcp
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"recydata-mcp": {
"url": "https://mcp.recydata.be/mcp"
}
}
}
Add to .vscode/mcp.json in your project root:
{
"servers": {
"recydata-mcp": {
"type": "http",
"url": "https://mcp.recydata.be/mcp"
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"recydata-mcp": {
"serverUrl": "https://mcp.recydata.be/mcp"
}
}
}
codex mcp add recydata --url https://mcp.recydata.be/mcp
Add to your settings.json:
{
"mcpServers": {
"recydata-mcp": {
"httpUrl": "https://mcp.recydata.be/mcp",
"timeout": 5000
}
}
}
Add to opencode.jsonc:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"recydata-mcp": {
"url": "https://mcp.recydata.be/mcp",
"enabled": true
}
}
}
Connect via Streamable HTTP transport at:
https://mcp.recydata.be/mcp
Once connected, the following MCP tools are available:
list_endpoints
List all API endpoints with filtering
get_endpoint
Get full details for a specific endpoint
get_endpoint_by_id
Look up an endpoint by operation ID
get_schema
Retrieve a named schema definition
search_documentation
Semantic + keyword search across the spec
list_documents
List available supplementary documents
get_document
Retrieve a supplementary document