windsor.ai
Windsor.ai is a marketing and business data integration platform that connects hundreds of advertising, analytics, CRM, e-commerce, and warehouse sources to BI tools, databases, spreadsheets, and AI assistants. It standardizes and syncs that data so users can query, analyze, and in some cases take write actions from connected tools.
Windsor.ai exposes two developer integration surfaces on its own domains: a query-parameter-authenticated REST API at `connectors.windsor.ai` and an OAuth-capable hosted MCP server at `mcp.windsor.ai` that also accepts a Windsor API key as a Bearer token fallback.
- Windsor MCPdetected
- Windsor.ai Connectors REST APIdiscovered
Sign in to your Windsor.ai dashboard and get your API key there. The API docs state that all REST endpoints require an API key, and the MCP server docs say clients that only support API keys can send the same key as Authorization: Bearer <key>.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://windsor.ai/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing