Prefect MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PREFECT_API_KEY | No | API key to authenticate with your Prefect server or Prefect Cloud | |
| PREFECT_API_URL | No | The URL of the Prefect API server | http://localhost:4200/api |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_flow_by_idB | Get a flow by its ID. |
| get_flow_by_nameC | Get a flow by its name. |
| list_flowsB | Get a list of flows from the Prefect API. |
| search_flowsA | Search for flows by name and/or tags. |
| get_flow_run_by_idB | Get a flow run by its ID. |
| list_flow_runsB | Get a list of flow runs from the Prefect API. |
| search_flow_runs_by_stateB | Search for flow runs by state. |
| cancel_flow_runB | Cancel a flow run. |
| get_deployment_by_idB | Get a deployment by its ID. |
| get_deployment_by_nameB | Get a deployment by its name. |
| list_deploymentsB | Get a list of deployments from the Prefect API. |
| search_deployments_by_statusB | Search for deployments by schedule status. |
| create_flow_run_from_deploymentB | Create a new flow run for the specified deployment. |
| filter_flowsB | Filter flows based on specified criteria. |
| filter_flow_runsC | Filter flow runs based on specified criteria. |
| filter_deploymentsB | Filter deployments based on specified criteria. |
| create_flow_runB | Create a new flow run for the specified deployment (Legacy). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fortunto2/prefect-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server