INDIVIDUAL MCP TOOL
check_vendor_trust
Get Disclosed Labs' trust verdict for a specific peptide vendor/source: our 0-100 trust score, A-F grade, COA count, avg purity, safety-panel coverage, lab corroboration, forgery signals, and transparency score.
LIVE ENDPOINT
https://www.disclosedlabs.com/api/mcp
Connect to this endpoint to inspect the live schema for check_vendor_trust and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.disclosed-labs]
url = "https://www.disclosedlabs.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"disclosed-labs": {
"type": "http",
"url": "https://www.disclosedlabs.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: disclosed-labs
Remote MCP URL: https://www.disclosedlabs.com/api/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": {
"disclosed-labs": {
"url": "https://www.disclosedlabs.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"disclosed-labs": {
"type": "http",
"url": "https://www.disclosedlabs.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "disclosed-labs",
"transport": "streamable-http",
"url": "https://www.disclosedlabs.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
vendor_trust_leaderboard— Get the Disclosed Labs vendor trust leaderboard — peptide vendors ranked by our trust score (highest first), with grade and COA count.compare_peptide_prices— Compare verified peptide prices across vendors for one peptide, cheapest first, with price per mg.lab_credibility_leaderboard— Get the Disclosed Labs testing-lab credibility leaderboard — labs ranked by our credibility score, with grade and COA count.peptide_overview— Get Disclosed Labs' corpus rollup for a peptide: how many COAs/vendors/labs we have, average tested purity, safety-panel (endotoxin/sterility) report rates, and the top testing labs.search_disclosed_labs— Search the Disclosed Labs corpus for matching peptides, vendors, and testing labs by name.