Skip to main content
The Corti Agentic Framework ships with a registry of prebuilt connectors that the agent runtime can compose into multi-step clinical workflows. Each connector is a discrete capability, ranging from in-context memory recall, to clinical reference lookup, to medical coding, to structured interviewing. Browse the list below to see what is available out of the box. You can also bring your own connector by exposing an MCP server and registering it with Corti.
Want to inspect the live registry programmatically? Use the registry connector API to retrieve the full list of available connectors, their descriptions, and configuration schemas.

Core toolbox

These connectors are foundational to most agent workflows and should be available to the agent runtime by default.

Memory

Recall and analyze content from large contexts and files within a single request. Core toolbox connector, keep available across most workflows.

Knowledge & clinical reference

POSOS

Get medication guidance including dosing, interactions, contraindications, and prescribing considerations from POSOS.

DrugBank

Look up detailed drug information, medication profiles, and drug-drug interactions from DrugBank.

PubMed

Search PubMed for scientific articles, abstracts, and citations from biomedical literature.

Clinical Trials

Search for clinical trials, study protocols, eligibility criteria, and recruitment status.

Web Search

Search the web and retrieve up-to-date information from online sources.

Medical coding

Medical Coding (General)

Assign medical diagnosis and procedure codes from clinical notes using AI-assisted coding across all supported coding systems.

Medical Coding (ICD-10-CM)

Assign ICD-10-CM diagnosis codes (US standard) from clinical notes.

Medical Coding (ICD-10 WHO)

Assign ICD-10-WHO international diagnosis codes from clinical notes.

Medical Coding (ICD-10-PCS)

Assign ICD-10-PCS inpatient procedure codes (US standard) from clinical notes.

Medical Coding (ICD-10 UK)

Assign ICD-10-UK diagnosis codes (UK standard) from clinical notes.

Computation & structured workflows

Medical Calculator

Perform clinical calculations such as BMI, HbA1c, glucose conversions, and other medical formulas.

Interviewing

Guide users through structured questionnaires and clinical interviews step by step.
Need a connector that isn’t listed here? You can register your own MCP server as a custom connector, or contact us to discuss new integrations.