Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_antibody_list

Search the Antibody Registry for antibodies by gene symbols, protein names, or UniProt IDs. Retrieve catalog numbers, vendor details, clonality, applications, and other metadata quickly.

Instructions

Query the Antibody Registry for available antibodies.

This function searches the Antibody Registry database for antibodies matching the search term. Common search parameters include gene symbols (e.g., 'TRPC6'), protein names, UniProt IDs, or other relevant identifiers.

Note: Some information provided by the Antibody Registry is for non-commercial use only. Users should refer to antibodyregistry.org for complete terms of use and licensing details.

Args: search (str): Search term for antibodies. Can be a gene symbol, protein name, UniProt ID, or similar identifier.

Returns: dict: Antibody search results including catalog numbers, vendor information, clonality, applications, and other antibody metadata, or error message if the request fails.

Input Schema

NameRequiredDescriptionDefault
searchYesSearch term for antibodies (e.g., gene symbol, protein name, UniProt ID)

Input Schema (JSON Schema)

{ "properties": { "search": { "description": "Search term for antibodies (e.g., gene symbol, protein name, UniProt ID)", "title": "Search", "type": "string" } }, "required": [ "search" ], "type": "object" }
Install Server

Other Tools from BioContextAI Knowledgebase MCP

Related Tools

    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/biocontext-ai/knowledgebase-mcp'

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