Skip to main content
Glama

Advanced Hasura GraphQL MCP Server

by husamabusafa

health_check

Verify the availability and connection status of a configured Hasura GraphQL endpoint using a specific HTTP health check URL. Ensures endpoint reachability for seamless data interactions.

Instructions

Checks if the configured Hasura GraphQL endpoint is reachable...

Input Schema

NameRequiredDescriptionDefault
healthEndpointUrlNoOptional. A specific HTTP health check URL...

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "healthEndpointUrl": { "description": "Optional. A specific HTTP health check URL...", "format": "uri", "type": "string" } }, "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/husamabusafa/hasura_mcp'

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