mcp-server

brandfactsprotocol/mcp-server
★ 0 stars JavaScript Search Updated today
Reference MCP server for the Brand Facts Protocol
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "brandfactsprotocol/mcp-server"
      ]
    }
  }
}

README Excerpt

Reference MCP server for the Brand Facts Protocol. Exposes any domain's brand-facts.json as three tools: `brand_facts_get`, `brand_facts_search`, `brand_facts_categories`. Run generic (tools take a `domain` argument): ``` npx @brandfactsprotocol/mcp-server ``` Or pinned to one brand (for a brand hosting its own BFP MCP endpoint):