Skip to main content
Glama

Medical RAG MCP - Semantic search and retrieval of high-quality clinical medical data

Server Details

Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
echoTry in Inspector

Echo back the provided message.

Useful for testing connectivity and message handling.

Args: message: The message to echo back.

Returns: dict: Echo response with metadata. - original_message (str): The input message - echoed_at (str): ISO 8601 UTC timestamp - character_count (int): Length of the message

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYes
get_server_infoTry in Inspector

Get information about this MCP server.

Returns metadata about the server including name, version, available tools, and transport type.

Returns: dict: Server information. - name (str): Server name - version (str): Server version - description (str): Server description - tools (list): Available tool names - transport (str): Transport protocol - capabilities (list): Server capabilities

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

pingTry in Inspector

Health check endpoint.

Returns server status and current timestamp to verify the server is running and responsive.

Returns: dict: Server status with timestamp. - status (str): "ok" if server is healthy - message (str): "pong" response - timestamp (str): ISO 8601 UTC timestamp - server (str): Server name

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.