Skip to main content
Erches
Developer Platform

Developer Platform

Bouw krachtige integraties met de Erches API

25+

Endpoints

99.9%

Uptime

< 100ms

Response time

MCP

Ready

Aan de slag

1

Register

Create an account and verify your email.

2

Get API Key

Generate your API key from the dashboard.

3

Make first call

Use the examples below to hit your first endpoint.

API Endpoints

Complete reference for every available route.

Search & Browse

Public
GET/api/agent/search
GET/api/agent/listings/{id}
GET/api/agent/categories
GET/api/agent/openapi.json

Intelligence

Auth required
POST/api/agent/research
GET/api/agent/cross-match/{id}
POST/api/ai/product-analysis
POST/api/ai/analyze-photos
POST/api/ai/bid-advisor

Transactions

Pro+ tier
POST/api/agent/bid
POST/api/agent/buy
POST/api/agent/checkout/confirm
POST/api/agent/listings/create
GET/api/agent/credits

Code Examples

javascript
fetch('https://erches.com/api/agent/search', {
  method: 'GET',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer ek_live_...',
  },
})
  .then(r => r.json())
  .then(data => console.log(data));

Authenticatie

All authenticated requests require a Bearer token in the Authorization header.

javascript
// Required header for authenticated endpoints
headers: {
  'Authorization': 'Bearer ek_live_abc123...',
  'Content-Type': 'application/json',
}

Get your API key

API keys are available after registration. Create an account and generate keys from your dashboard.

Create Account

Rate Limits

Choose the plan that fits your integration needs.

Free

100

req / day

Free

Popular

Pro

5,000

req / day

€29/mo

Enterprise

Unlimited

Custom

MCP Integration

Connect Erches to Claude Desktop, Cursor, or any MCP (Model Context Protocol) client. Your AI assistant gets direct access to marketplace search, research, and transactions.

Quick start

bash
npx erches-mcp-server

Add this as an MCP server in your client's configuration file.

Available tools (7)

search_listings
get_listing
research_item
cross_match
analyze_photos
place_bid
check_credits

SDKs & Bibliotheken

Use our official SDKs to integrate faster.

JS

JavaScript / TypeScript

npm install @erches/sdk

import { ErchesClient } from '@erches/sdk';
PY

Python

Binnenkort

pip install erches

Ready to build?

Create an account to get your API key and start integrating with the Erches marketplace in minutes.

Create Account