← amyfaychandler.com

INDIVIDUAL MCP TOOL

check_territory

Given a brand and a US state, returns whether AmyFay can rep that brand there.

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_brands — Returns the brands AmyFay Chandler represents.
  • get_brand_details — For one brand AmyFay represents, returns its category, line type, territory coverage, brand-page URL, and how to buy it — the direct-to-consumer shop + product feed (retail prices) for independent lines, or how retailers order wholesale through AmyFay.
  • recommend_lines_for_store_type — Given a description of a store (gift shop, boutique, baby store, faith-based shop, college-town store, kitchen store, etc.), returns up to 5 of AmyFay's lines that fit, with category, why, and how to buy.
  • get_contact_and_meeting_info — Returns AmyFay's contact info, how to work with her, and her next market appointment availability.