Skip to main content
Glama

PubChem MCP Server

search_by_target

Identify chemical compounds tested against a specific biological target, such as a gene, protein, or pathway, by specifying the target and activity type within PubChem MCP Server.

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/PubChem-MCP-Server'

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