MCP Integration

The Model Context Protocol (MCP) Integration connects ReadyAPI to AI assistants - including Claude, GitHub Copilot, ChatGPT, and Cursor - through natural-language interactions. It installs a local MCP server inside ReadyAPI that exposes your projects, test suites, and APIs to any MCP-compatible client.

Once connected, you can create projects, import API specifications, generate and run tests, diagnose and heal failures, and detect the impact of API changes - all from your AI assistant, without switching to the ReadyAPI UI.

What you can do

Table 87. Capabilities

Capability

How it works

Project creation and spec import

Create a project and import an API definition in a conversational way.

Test suite generation

Generate test cases for every endpoint directly from the spec.

Test execution

Run suites and retrieve per-step results from your AI client.

Test healing

Diagnose failing steps and apply assertion fixes automatically.

API change-impact analysis

Diff two spec versions and surface affected tests.

End-to-end automation

Chain all of the above using five composable slash commands.



In this section

Release history

The MCP Plugin releases independently of ReadyAPI on an approximate two-week cadence. For ReadyAPI release history, see Version History.

Table 88. MCP Plugin version history

Version

Release date

What changed

1.0.0

July 20, 2026

  • Initial release - test execution, failure diagnosis and healing, CRUD tools, REST Request step creation, Environments and Auth Profiles read tools, assertion management.

1.1.0

August 25, 2026

  • API refactoring and healing - new api_refactor_analyze and api_operation_apply tools to analyze spec changes, propose operation mappings, and apply agent-confirmed mutations to API definitions.

  • API CRUD - full create, update, and delete coverage for projects, API requests, methods, and resources.

  • Auth Profile management - create, update, and delete support for Basic, Digest, NTLM, and AWS Signature profiles.

  • HTTP Request test step - new step_create_http tool for standalone HTTP calls not tied to an imported API.

  • Agent session control - configurable inactive connection timeout (up to 24 hours) under Preferences, Integrations, and then ReadyAPI MCP.



Publication date: