Skip to main content
Glama
shaiksameer667ss-prog

Biomedical Research MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BIOMED_LOG_LEVELNoLogging levelINFO
BIOMED_RESEARCH_TOP_KNoNumber of evidence results5
BIOMED_MCP_SERVER_SCRIPTNoMCP server scriptserver.py
BIOMED_MCP_SERVER_COMMANDNoMCP server commandpython
BIOMED_DEFAULT_DOCUMENT_IDNoDefault research documentDOC001
BIOMED_MAX_QUESTION_LENGTHNoMaximum agent question length2000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculate_dilutionC

Calculate dilution using C1V1 = C2V2.

get_experimentB

Retrieve one experiment by experiment ID.

search_experimentsC

Search experiments using:

  • general text query

  • cell type

  • treatment

  • organism

  • test

  • duration in hours

add_experimentC

Add a new experiment to the database.

get_research_documentB

Retrieve research document metadata.

add_research_documentC

Add research document metadata.

extract_pdf_textB

Extract text from a PDF and save it into research_content and research_pages.

get_research_contentC

Retrieve extracted research document content.

search_research_contentC

Search extracted research pages using SQL text matching.

search_research_evidenceC

Retrieve relevant biomedical evidence using the local retrieval system.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
experiments_resource Return all experiments as a resource.
documents_resource Return all research documents.

Latest Blog Posts

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/shaiksameer667ss-prog/biomedical-ai-mcp'

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