# Process Street — MCP server on mcp.ai > Connect your Process Street account and use 5 tools for task management straight from your AI agent. Connect with your own API key. Process Street supports creating and running checklists, SOPs, and workflows, helping teams automate recurring processes and track compliance. By: mcp.ai · official Page: https://mcp.ai/process_street ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_process_street?ms=1787293500000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/process_street/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/process_street/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/process_street/skill.md Postman collection (v2.1): https://mcp.ai/process_street/postman.json ## Tools - process_street_complete_workflow_run(workflow_run_id: string) — This tool marks an entire workflow run as completed in Process Street. It first retrieves the current workflow run details, then updates the status to 'Completed' while preserving other fields like na - process_street_create_workflow_run(name?: string, shared?: boolean, due_date?: string, workflow_template_id: string) — This tool creates a new workflow run from a specified workflow template. It is one of the most fundamental operations in Process Street, allowing users to initiate a new instance of a workflow. The to - process_street_find_data_set_rows(page?: integer, limit?: integer, query?: string, data_set_id: string) — Retrieves records from a Process Street data set with optional filtering by column values. Use this tool to search for specific records within a data set or to paginate through all records. Data sets - process_street_list_workflows(page?: integer, limit?: integer) — This tool retrieves a list of all workflows available in the Process Street account. It is a fundamental action that allows users to view and access all their workflows, which is essential for other o - process_street_undelete_workflow_run(workflow_run_id: string) — Restores a previously deleted workflow run in Process Street. Uses the POST /workflow-runs/{workflowRunId}/undelete endpoint to recover a workflow run within the valid recovery period (typically up to ## Example prompts - "What can I do in Process Street?" - "Show me a summary of my Process Street account" ## Links Docs: https://mcp.ai/docs/mcps/process_street Website: https://mcp.ai/mcps/process_street