mcp-rest-api
The MCP REST API Tester is a TypeScript-based server enabling developers to test and interact with RESTful API endpoints from their development environment. It supports various HTTP methods, multiple authentication types, and includes features like SSL verification and response size management.
What HTTP methods are supported by the MCP REST API Tester?
The MCP REST API Tester supports GET, POST, PUT, and DELETE methods.
Can I use multiple authentication methods simultaneously?
No, you should configure only one authentication method at a time: Basic Authentication, Bearer Token, or API Key.
How can I disable SSL verification?
SSL verification can be disabled by setting the REST_ENABLE_SSL_VERIFY environment variable to 'false'.
What is the default response size limit?
The default response size limit is 10,000 bytes (10KB).
How do I add custom headers to my requests?
Custom headers can be added using the HEADER_* environment variables, which are case-insensitive and support priority-based application.