← amino.reviews

INDIVIDUAL MCP TOOL

get_vendor

Get a research-peptide vendor's profile: average rating, review count, rating distribution, verified lab-test / COA summary, industries, and product count.

amino.reviewsnone authenticationAvailability not checked

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 endpoint

amino.reviews

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.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.

Related tools

  • search_vendors — Search vendors by name.
  • compare_vendors — Compare two vendors side by side.
  • get_lab_tests — Get a vendor's published third-party lab tests and COA (certificate of analysis) records, including product name, testing lab, test date, and purity percentage.