General Tools
interaction-checker.com
Provides information about drugs, supplements, foods, and habits, including interactions and pill appearances.
ENDPOINT 1
https://interaction-checker.com/mcp
MCP server metadata
- Name
- interaction-checker
- Version
- 1.0.0
Free drug, supplement, food, and alcohol interaction data from Interaction Checker (https://interaction-checker.com), built on FDA prescribing labels. Use check_interactions with the user's full list (generic or brand names, supplements, foods, alcohol, tobacco, cannabis); it returns every pair with a severity and the verbatim label sentence behind it. Use search_substances when a name is unclear, get_substance_interactions for everything one item interacts with, get_pill_appearances to describe what a pill looks like, and get_drug_facts for sourced facts and the status of claims people make online. Always quote the label sentence and link its source. Severity reflects label wording, not the user's situation; a pair with nothing documented is not proven safe. This is not medical advice.
Known tools 8
check_interactionsCheck every pair among 2 to 10 drugs, supplements, foods, or habits for documented interactions.
Inferred read-onlysearch_substancesFind drugs, supplements, foods, and habits by generic name, brand, alias, drug class, or plain language (blood thinner, sleeping pill).
Inferred read-onlyget_substanceNames, brands, drug classes, the FDA label it is read from, and how many documented interactions it has by severity.
Inferred read-onlyget_substance_interactionsEverything a drug, supplement, food, or habit has documented evidence with, most severe first, with links to the pair pages.
Inferred read-onlyget_pill_appearancesWhat a drug looks like: every tablet and capsule version in its FDA labels (imprint, color, shape, size, score, strength, labeler) with image URLs where a rendering exists.
Inferred read-onlyget_drug_factsPlain-language overview, sourced facts, claims people make online with their evidence status (unproven, partly supported, disputed, debunked), common misconceptions, and FAQ.
Inferred read-onlyfetchRead one document returned by search, by its id (substance:<id>, pair:<a>-and-<b>, pills:<id>, facts:<id>).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.interaction-checker]
url = "https://interaction-checker.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"interaction-checker": {
"type": "http",
"url": "https://interaction-checker.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: interaction-checker
Remote MCP URL: https://interaction-checker.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"interaction-checker": {
"url": "https://interaction-checker.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"interaction-checker": {
"type": "http",
"url": "https://interaction-checker.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "interaction-checker",
"transport": "streamable-http",
"url": "https://interaction-checker.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.