Enable seamless interaction with TestRail's core entities through a standardized protocol. Authenticate and access projects, cases, runs, results, and datasets directly from your MCP client. Integrate TestRail functionality into your workflows with ease and full MCP compatibility.
Tools
Get a project by ID
Get a project by ID.
Get all projects
Get all projects.
Add a new project
Add a new project. Args: name: The name of the project announcement: The announcement of the project (optional) show_announcement: Whether to show the announcement (optional) suite_mode: The suite mode: 1 for single suite mode, 2 for single suite + baselines, 3 for multiple suites (optional)
Update an existing project
Update an existing project. Args: project_id: The ID of the project name: The name of the project (optional) announcement: The announcement of the project (optional) show_announcement: Whether to show the announcement (optional) is_completed: Whether the project is completed (optional)