Skip to main content
Glama

MCP Remote Server

example.json1.12 kB
{ "tools": [ { "name": "echo", "description": "Echoes back any input sent to it", "inputSchema": { "type": "object", "properties": { "message": { "type": "string", "description": "Message to echo" } }, "required": ["message"] }, "handler": "https://webhook.site/671f1800-dc2a-4228-ad7c-2bde666ce120" } ], "resources": [ { "uri": "test://status", "name": "Test Status", "description": "Returns test status information", "mimeType": "application/json", "handler": "https://webhook.site/671f1800-dc2a-4228-ad7c-2bde666ce120" } ], "prompts": [ { "name": "test-prompt", "description": "A test prompt that returns sample messages", "arguments": [ { "name": "topic", "description": "Topic to discuss", "required": true } ], "handler": "https://webhook.site/671f1800-dc2a-4228-ad7c-2bde666ce120" } ] }

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/sirmews/mcp-remote-server'

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