Skip to main content
Glama

Unofficial PubChem MCP Server

compare_activity_profiles

Analyze and compare bioactivity profiles of multiple PubChem compounds to identify similarities or differences in their molecular interactions. Supports up to 50 compounds and optional activity type filtering.

Instructions

Compare bioactivity profiles across multiple compounds

Input Schema

NameRequiredDescriptionDefault
activity_typeNoSpecific activity type for comparison (optional)
cidsYesArray of PubChem CIDs (2-50)

Input Schema (JSON Schema)

{ "properties": { "activity_type": { "description": "Specific activity type for comparison (optional)", "type": "string" }, "cids": { "description": "Array of PubChem CIDs (2-50)", "items": { "type": "number" }, "maxItems": 50, "minItems": 2, "type": "array" } }, "required": [ "cids" ], "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