Skip to main content
A curated catalog of well-known MCP servers we’ve vetted. Pick from the list, paste your provider API key, done — qlaud handles the rest. Same UX as the built-in tool catalog, but backed by vendor-hosted MCP servers instead of in-process handlers. For long-tail or unsupported vendors, use the raw-URL flow at /api-reference/mcp. For vendors that publish an MCP server we’ll happily add to the catalog — file an issue.

GET /v1/mcp-catalog — Catalog

Public — no auth required. Returns the same content for every caller.

Response

config_schema describes what the customer needs to supply at registration (for tenant mode) or what each end-user supplies via the hosted connect URL (for per-user mode). Fields with format: password get rendered as secret inputs in the dashboard form.

POST /v1/mcp-servers — Register from catalog

Two registration shapes share the same endpoint:
  • Curated (this page): catalog_slug + config (matches the catalog’s config_schema). qlaud applies the entry’s buildAuthHeaders template to convert the config into the actual HTTP headers the server expects (e.g. {api_key: 'lin_…'}{Authorization: 'lin_…'} for Linear; Notion adds the Notion-Version header automatically).
  • Raw URL (see /api-reference/mcp): for vendors not in the catalog or for your own internal MCP servers.
You can’t pass both catalog_slug and server_url — pick one.

Body fields

Per-user mode + curated catalog

When you register a curated MCP server with auth_mode: 'per_user', each end-user supplies the same fields the catalog’s config_schema declares — but inline in chat, via the hosted connect URL flow:
The end-user never sees the actual Authorization header value they’re constructing — they fill in the friendly api_key field; qlaud’s per-catalog template handles vendor-specific quirks (Linear’s missing Bearer prefix, Notion’s Notion-Version header, Atlassian’s HTTP Basic encoding).

Current catalog (35 entries)

Productivity & ticketing: linear, asana, clickup, monday, airtable, trello, hubspot, intercom, salesforce, pipedrive, zendesk, atlassian, notion. Dev / infra: github, gitlab, bitbucket, vercel, netlify, neon, supabase, cloudflare, sentry. Comms / scheduling: slack, cal, zoom, twilio. Analytics / observability: datadog, pagerduty, mixpanel. Payments: stripe, paypal, square, plaid. E-commerce / marketing: shopify, mailchimp. Hit GET /v1/mcp-catalog for the live list with auth_mode, config_schema, and approx_tool_count per entry. More vendors land monthly — file an issue for any vendor publishing an MCP server we should add.

Errors