Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

test_httpbin

Test and validate HTTP requests and responses by simulating various methods and endpoints using HTTPBin on the Open Search MCP server.

Instructions

Test HTTP requests and responses using HTTPBin

Input Schema

NameRequiredDescriptionDefault
endpointNoHTTPBin endpoint to testget
methodNoHTTP method to testGET

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "default": "get", "description": "HTTPBin endpoint to test", "type": "string" }, "method": { "default": "GET", "description": "HTTP method to test", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH" ], "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flyanima/open-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server