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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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