Skip to main content
CamperTrader - Marketplace kamperów i przyczep kempingowych

For Developers & AI Agents

CamperTrader exposes official machine-readable interfaces for AI agents and integrators. Everything below is read-only, free, and requires no API key.

MCP Server

Connect any MCP-capable client (Streamable HTTP, JSON-RPC 2.0). 10 read-only tools: listing search, details with price context, similar listings, dealers, accessories, categories, brands, market statistics.

POST https://campertrader.pl/mcp/
Content-Type: application/json
Accept: application/json, text/event-stream

{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_campers","arguments":{"price_max":20000000,"locale":"en"}}}

Product Feeds

Full active-listing catalogs refreshed every 15 minutes, in OpenAI Agentic Commerce JSON and Google Merchant RSS formats, in 5 languages.

https://campertrader.pl/api/v1/feeds/products.json?locale=pl|en|de|it|es
https://campertrader.pl/api/v1/feeds/google-merchant.xml

Read-only REST API

A curated OpenAPI 3.1 specification covers public search and detail endpoints. Prices are in PLN grosze (cents).

https://campertrader.pl/api/v1/public/openapi.json

Listing JSON-LD

Every listing is available as schema.org Vehicle + Product JSON-LD at a stable endpoint — ideal for grounding citations.

https://campertrader.pl/api/v1/ads/{slug}/jsonld

AP2 — Agent Payments Protocol

Search-authorization mandates are supported today. Agent checkout is intentionally disabled: CamperTrader is a lead-generation marketplace.

https://campertrader.pl/.well-known/ap2

How agents convert

The conversion action is contacting the seller from the listing page. Always link users to the canonical listing URL.

https://campertrader.pl/listing/{slug}

Rate limits & fair use

MCP: 120 requests per minute per IP. Public API (/ads, /accessories): 600 requests per minute anonymous, 1200 authenticated. Feeds are cached — please honor Cache-Control and ETag headers.