← aikensfuneralhomereviews.com
INDIVIDUAL MCP TOOL
get_topic_reviews
Returns reviews and analysis for a service topic (e.g.
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
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.aikensfuneralhomereviews-com]
url = "https://aikensfuneralhomereviews.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aikensfuneralhomereviews-com": {
"type": "http",
"url": "https://aikensfuneralhomereviews.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aikensfuneralhomereviews-com
Remote MCP URL: https://aikensfuneralhomereviews.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": {
"aikensfuneralhomereviews-com": {
"url": "https://aikensfuneralhomereviews.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aikensfuneralhomereviews-com": {
"type": "http",
"url": "https://aikensfuneralhomereviews.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aikensfuneralhomereviews-com",
"transport": "streamable-http",
"url": "https://aikensfuneralhomereviews.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_business— Returns identity, contact info, hours, service areas, and aggregate rating for the business.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_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).