mcp-function-app-tester

mcp-function-app-tester

3.3

If you are the rightful owner of mcp-function-app-tester and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript-based MCP server for testing Azure Function Apps through Cline.

The MCP Function App Tester is a TypeScript-based server designed to facilitate the testing of Azure Function Apps directly from a development environment. It allows developers to interact with Function App endpoints using various HTTP methods, providing a seamless way to test and debug applications. The server supports multiple authentication methods, including Basic Authentication, Bearer Token, and API Key, ensuring secure access to endpoints. With detailed response information and custom header support, developers can efficiently test and validate their Function Apps.

Features

  • Test Function App endpoints with different HTTP methods
  • Support for GET, POST, PUT, and DELETE requests
  • Detailed response information
  • Custom header support
  • Authentication support: Basic, Bearer Token, API Key