← destinyelectricreviews.com

INDIVIDUAL MCP TOOL

get_business

Returns identity, contact info, hours, service areas, and aggregate rating for the business.

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_reviews — Searches reviews.
  • get_aspect_sentiment — Returns sentiment analysis for one aspect of customer experience (e.g.
  • get_technician — Returns the review summary for a named technician, including every review mentioning them.
  • get_topic_reviews — Returns reviews and analysis for a service topic (e.g.
  • get_summary — Returns the editorial summary of customer reviews — a paragraph-length synthesis suitable for direct quotation — plus aggregate stats.
  • list_aspects — Lists available aspect ids with counts (use with get_aspect_sentiment).
  • list_topics — Lists available topic ids with counts (use with get_topic_reviews).
  • list_technicians — Lists technicians named in reviews with counts (use with get_technician).