We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mfakbar127/MCP-Ables'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: http_request
description: Make an HTTP request using curl
run:
kind: shell
cmd: "curl -X {{method}} {{url}}"
args:
url:
type: string
description: "Target URL for the HTTP request"
required: true
method:
type: string
description: "HTTP method (GET, POST, PUT, DELETE, etc.)"
required: false
default: "GET"