Skip to main content
Glama

Unofficial PubChem MCP Server

search_bioassays

Locate biological assays using target protein, gene name, or data source. Retrieve relevant assay data from PubChem with customizable query parameters and result limits.

Instructions

Search for biological assays by target, description, or source

Input Schema

NameRequiredDescriptionDefault
max_recordsNoMaximum number of results (1-1000, default: 100)
queryNoGeneral search query
sourceNoData source (e.g., ChEMBL, NCGC)
targetNoTarget protein or gene name

Input Schema (JSON Schema)

{ "properties": { "max_records": { "description": "Maximum number of results (1-1000, default: 100)", "maximum": 1000, "minimum": 1, "type": "number" }, "query": { "description": "General search query", "type": "string" }, "source": { "description": "Data source (e.g., ChEMBL, NCGC)", "type": "string" }, "target": { "description": "Target protein or gene name", "type": "string" } }, "required": [], "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/Augmented-Nature/Augmented-Nature-PubChem-MCP-Server'

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