ascend-tools
Official MCP server for the Ascend Instance web API. Exposes 25 tools for managing workspaces, deployments, environments, projects, profiles, flows, flow runs, and Otto (Ascend's agentic AI assistant). Works with Claude Code, Claude Desktop, Codex CLI, Cursor, and other MCP-compatible clients.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
list_workspaces— List workspaces with optional environment/project filtersget_workspace— Get a workspace by titlecreate_workspace— Create a new workspaceupdate_workspace— Update an existing workspace (only provided fields change)pause_workspace— Pause a running workspaceresume_workspace— Resume a paused workspacedelete_workspace— Delete a workspacelist_deployments— List deployments with optional filtersget_deployment— Get a deployment by titlecreate_deployment— Create a new deploymentupdate_deployment— Update an existing deploymentpause_deployment_automations— Pause automations on a deploymentresume_deployment_automations— Resume automations on a deploymentdelete_deployment— Delete a deploymentlist_environments— List environmentsget_environment— Get an environment by titlelist_projects— List projectsget_project— Get a project by titlelist_profiles— List profiles for a workspace/deployment/project+branchlist_flows— List flows in a workspace or deploymentrun_flow— Trigger a flow run (supports resume + flow run spec)list_flow_runs— List flow runs with status/flow/time filters + paginationget_flow_run— Get a flow run by namelist_otto_providers— List available Otto providers and enabled modelsotto— Chat with Otto
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.