Skip to main content
Glama

Unofficial PubChem MCP Server

search_by_target

Identify compounds tested against a specific biological target, filtering by activity type (e.g., IC50, EC50, Ki) and limiting results up to 1,000 records for precise research.

Instructions

Find compounds tested against a specific biological target

Input Schema

NameRequiredDescriptionDefault
activity_typeNoType of activity (e.g., IC50, EC50, Ki)
max_recordsNoMaximum number of results (1-1000, default: 100)
targetYesTarget name (gene, protein, or pathway)

Input Schema (JSON Schema)

{ "properties": { "activity_type": { "description": "Type of activity (e.g., IC50, EC50, Ki)", "type": "string" }, "max_records": { "description": "Maximum number of results (1-1000, default: 100)", "maximum": 1000, "minimum": 1, "type": "number" }, "target": { "description": "Target name (gene, protein, or pathway)", "type": "string" } }, "required": [ "target" ], "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