Servers
Api Testing MCP
@cocaxcode
MCP server for API testing. 20 tools: HTTP requests, assertions, flows, OpenAPI import, mock data, load testing. Works with any API — local, public, or third-party. Zero cloud dependencies.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"api-testing": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/api-testing-mcp"
]
}
}
}