Odel
api testing mcp

api testing mcp

Local
@cocaxcode8TypeScriptMITUpdated 4mo ago

MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cocaxcode/api-testing-mcpv0.11.12

Run

npx -y @cocaxcode/api-testing-mcp

MCP client config

{
  "mcpServers": {
    "api-testing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/api-testing-mcp"
      ]
    }
  }
}