← grailpeople.com

INDIVIDUAL MCP TOOL

get_brand_intel

Use this when the user asks about a beauty brand's reputation, whether it is good or overhyped, what to buy from it, or how it compares to another beauty brand.

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

grailpeople.com

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.grailpeople-com]
url = "https://grailpeople.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "grailpeople-com": {
      "type": "http",
      "url": "https://grailpeople.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: grailpeople-com
Remote MCP URL: https://grailpeople.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": {
    "grailpeople-com": {
      "url": "https://grailpeople.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "grailpeople-com": {
      "type": "http",
      "url": "https://grailpeople.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "grailpeople-com",
  "transport": "streamable-http",
  "url": "https://grailpeople.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Use this when the user asks for beauty product recommendations, product discovery, or shopping research across skincare, makeup, hair care, or beauty tools.
  • get_product_evidence — Use this when the user asks whether one specific beauty product is worth it, overhyped, worth considering, or backed by honest reviews.
  • get_creator_picks — Use this when the user asks what a beauty creator, dermatologist, esthetician, makeup artist, or YouTuber recommends or uses.
  • resolve_entity — Use this when the user names a beauty brand or creator but the exact GrailPeople slug or YouTube handle is unknown.