Part of the broader Sovereign MCP collection, this server gives Claude the ability to fire HTTP requests directly and inspect API responses. It exposes five tools for making GET, POST, PUT, DELETE calls, generating cURL commands from request specs, and running basic health checks against endpoints. You'd reach for this when you're debugging a third party API, testing your own endpoints during development, or need Claude to verify that a service is actually responding. It's stdio transport, so it runs locally via npx without requiring authentication setup. Sits alongside 33 other utility servers in the same collection, each focused on a different development task.
claude mcp add --transport stdio io.github.ryudi84-api-tester -- npx -y sovereign-api-tester-mcp