MarketplaceWholesale

Wholesale connectors

1 pre-built Wholesale connector — 10 MCP tools in all: Oxomi Product & Media Portal. Paste your credentials and your agent can call them. No MCP server to write.

// search the catalog
⌘K
1connectors
10total MCP tools
0No credentials
1
Filter

Browse by category

Contribute/~30 min

Missing a connector? Add it in a JSON.

Every adapter is a single JSON file under packages/backend/src/adapters/. Copy one, swap endpoint and auth, open a PR — validated by parameterized tests at build time.

// adapters/de/my-adapter.json
{
  "slug": "my-erp",
  "name": "My ERP",
  "category": "erp",
  "authType": "BEARER_TOKEN",
  "tools": [/* ... */]
}