Skip to main content
Glama

PostgreSQL API SSH MCP Server

by iMAGRAY
MIT License

mcp_api_client

Execute secure HTTP requests (get, post, put, delete, patch) with URL validation, header sanitization, SSRF protection, and data size limits for API interactions.

Instructions

🌐 API Client - безопасные HTTP запросы: get, post, put, delete, patch, check_api. Валидация URL, санитизация заголовков, защита от SSRF, ограничения размера данных.

Input Schema

NameRequiredDescriptionDefault
actionYesHTTP действие
auth_tokenNoBearer токен авторизации
dataNoДанные для POST/PUT/PATCH
headersNoHTTP заголовки
urlYesURL для запроса

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "HTTP действие", "enum": [ "get", "post", "put", "delete", "patch", "check_api" ], "type": "string" }, "auth_token": { "description": "Bearer токен авторизации", "type": "string" }, "data": { "description": "Данные для POST/PUT/PATCH", "type": "object" }, "headers": { "description": "HTTP заголовки", "type": "object" }, "url": { "description": "URL для запроса", "type": "string" } }, "required": [ "action", "url" ], "type": "object" }
Install Server

Other Tools from PostgreSQL API SSH MCP Server

Related Tools

    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/iMAGRAY/PSQL_SSH_API_MCP'

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