Execute Unity's Test Runner tests with specified filters and modes (EditMode, PlayMode, or All), enabling efficient testing within the Unity Editor MCP Server environment.
Send a full-featured HTTP DELETE request with headers, cookies, body, and timeout support. Log all request details for security testing, API testing, or web automation.
Send HTTP POST requests with headers, cookies, and body payloads. Log all requests for debugging, security testing, or API integration tasks using MCP HTTP Requests server.
Perform HTTP HEAD requests with customizable headers, cookies, and timeout settings. Logs all requests for detailed tracking, enabling efficient web and API testing.
Send HTTP OPTIONS requests with headers, cookies, and timeout settings. Log all request details for security testing, API testing, and web automation workflows.
Send HTTP GET requests with configurable headers, cookies, body, and timeout. Logs all request details for security testing, API testing, or web automation.
A starter template for building MCP servers in Python using the streamable HTTP transport protocol. Provides a foundation with the MCP Python SDK and example configuration to quickly develop custom MCP servers.
Provides basic arithmetic calculation tools through an HTTP-accessible MCP server. Supports mathematical operations like addition with streamable responses for integration with MCP clients.