Skip to main content
Glama

Unofficial PubChem MCP Server

get_compound_bioactivities

Retrieve bioassay results and activity data for a compound using its PubChem CID. Filter outcomes by active, inactive, inconclusive, or all results to analyze compound bioactivity.

Instructions

Get all bioassay results and activities for a compound

Input Schema

NameRequiredDescriptionDefault
activity_outcomeNoFilter by activity outcome (default: all)
cidYesPubChem Compound ID (CID)

Input Schema (JSON Schema)

{ "properties": { "activity_outcome": { "description": "Filter by activity outcome (default: all)", "enum": [ "active", "inactive", "inconclusive", "all" ], "type": "string" }, "cid": { "description": "PubChem Compound ID (CID)", "type": [ "number", "string" ] } }, "required": [ "cid" ], "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