← sirchy.com

INDIVIDUAL MCP TOOL

search_products

Search for products and services across all verified businesses on Sirchy.

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_businesses — Search for verified businesses on Sirchy by name, category, or location.
  • get_business_details — Get detailed information about a specific verified business including products, reviews, services, and booking info.
  • get_reviews — Get SMS-verified customer reviews for a business.
  • check_availability — Check booking availability for a business.
  • get_categories — Get all available business categories on Sirchy with business counts.