activities

Pack: chembl · Endpoint: https://gateway.pipeworx.io/chembl/mcp

Activity records — filter by molecule or target.

Parameters

NameTypeRequiredDescription
molecule_chembl_idstringno
target_chembl_idstringno
limitnumberno1-1000 (default 25).

Example call

curl -X POST https://gateway.pipeworx.io/chembl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"activities","arguments":{}}}'

Response shape

FieldTypeDescription
page_metaobject
activitiesarray
Full JSON Schema
{
  "type": "object",
  "description": "Activity records",
  "properties": {
    "page_meta": {
      "type": "object",
      "properties": {
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        },
        "count": {
          "type": "number"
        },
        "total_count": {
          "type": "number"
        }
      }
    },
    "activities": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "activity_id": {
            "type": "number"
          },
          "molecule_chembl_id": {
            "type": "string"
          },
          "target_chembl_id": {
            "type": "string"
          },
          "activity_type": {
            "type": "string"
          },
          "standard_value": {
            "type": [
              "number",
              "null"
            ]
          },
          "standard_units": {
            "type": "string"
          },
          "standard_relation": {
            "type": "string"
          }
        }
      }
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "chembl": {
      "url": "https://gateway.pipeworx.io/chembl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026