testim-io-mcp.yml
No official hosted/remote Model Context Protocol (MCP) server was found for Testim (Tricentis) as of this pass. This is a CANDIDATE tool surface derived 1:1 from the public REST API operations, showing what an MCP server for Testim would expose. Not an endorsement of an existing server.
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_branches— List all project branches.create_branch— Fork a source branch into a new branch.merge_branches— Merge a source branch into a target branch.delete_branch— Delete a branch by name.list_tests— List test names and IDs for a branch.get_test— Fetch a test's details by ID.search_tests— Find test IDs and editor links by name.set_test_status— Change a test's status (active/draft/evaluating/quarantine).search_suites— Find suite IDs and links by name.search_test_plans— Find test-plan IDs and links by name.run_test— Execute a test remotely; returns an executionId.run_suite— Execute a suite remotely; returns an executionId.run_label— Execute all tests with a label; returns an executionId.run_test_plan— Execute a test plan remotely; returns an executionId.list_executions— List execution results with date/status/branch filters (paginated).get_execution— Get all test results within an execution.get_test_result— Get a single test result with step details and screenshots.list_mobile_apps— List uploaded mobile applications.upload_mobile_app— Upload a new mobile application binary.delete_mobile_app— Delete a mobile application.
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.