prefect.io
Prefect is a workflow orchestration platform for building, scheduling, and monitoring Python workflows and data pipelines. It is available as a managed cloud service and as a self-hosted server.
Prefect exposes REST APIs for Prefect Cloud and self-hosted Prefect Server, a Python-installed `prefect` CLI, and an MCP server package (`prefect-mcp`) for agent access.
- Prefect MCP server (local/self-hosted)discovered
- Prefect Cloud REST APIdiscovered
- Prefect Server REST APIdiscovered
- Prefect CLIdiscovered
Create an API key in How to manage API keys. You can then configure it with Connect to Prefect Cloud by setting PREFECT_API_KEY and PREFECT_API_URL, or by running prefect cloud login / prefect cloud login --key <YOUR-KEY> as described in Settings and profiles.
For a self-hosted Prefect server, enable Basic Authentication by setting server.api.auth_string="admin:pass" on the server, then configure the same value on clients as api.auth_string="admin:pass" or environment variable PREFECT_API_AUTH_STRING, as documented in How to secure a self-hosted Prefect server. This is configured by the server operator; there is no hosted minting flow from Prefect Cloud.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/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