Data Collection
crossgrain.xyz
Provides access to FDA drug shortage, recall, and federal contract data, including supplier exposure analysis.
ENDPOINT 1
https://drugs.crossgrain.xyz/v1/mcp
MCP server metadata
- Name
- epitaxy
- Version
- 0.1.4
US federal drug shortages and recalls joined to the federal contracts that buy those drugs. Always read the confidence field. No key needed, the free tier is on.
Known tools 5
get_data_freshnessReturns when the data was last activated, how many segments are live, and the state of the last run.
Inferred read-onlylist_federal_drug_contractsUS federal contracts for drugs, product service code 6505, from USAspending.
Inferred read-onlyget_supplier_exposureThe join: a federal contract whose supplier has an FDA shortage or recall.
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.epitaxy]
url = "https://drugs.crossgrain.xyz/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"epitaxy": {
"type": "http",
"url": "https://drugs.crossgrain.xyz/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: epitaxy
Remote MCP URL: https://drugs.crossgrain.xyz/v1/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": {
"epitaxy": {
"url": "https://drugs.crossgrain.xyz/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"epitaxy": {
"type": "http",
"url": "https://drugs.crossgrain.xyz/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "epitaxy",
"transport": "streamable-http",
"url": "https://drugs.crossgrain.xyz/v1/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.