Data Collection
amino.reviews
Provides vendor profiles, search, comparison, and lab test records for research peptides.
ENDPOINT 1
https://amino.reviews/mcp
MCP server metadata
- Name
- amino-reviews
- Version
- 1.0.0
Read-only tools over the amino.reviews peptide vendor review database. Use search_vendors to find a vendor slug, then get_vendor / get_lab_tests / compare_vendors. All data is public; ratings and lab tests reflect approved, verified records only.
Known tools 4
get_vendorGet a research-peptide vendor's profile: average rating, review count, rating distribution, verified lab-test / COA summary, industries, and product count.
Inferred read-onlyget_lab_testsGet a vendor's published third-party lab tests and COA (certificate of analysis) records, including product name, testing lab, test date, and purity percentage.
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.amino-reviews]
url = "https://amino.reviews/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"amino-reviews": {
"type": "http",
"url": "https://amino.reviews/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: amino-reviews
Remote MCP URL: https://amino.reviews/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": {
"amino-reviews": {
"url": "https://amino.reviews/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"amino-reviews": {
"type": "http",
"url": "https://amino.reviews/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "amino-reviews",
"transport": "streamable-http",
"url": "https://amino.reviews/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for amino.reviews was fetched 2026-07-29T23:35:10.407Z and is being refreshed.
amino.reviews is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.