INDIVIDUAL MCP TOOL
request_service
Send a contact / appointment / quote request to the business for human follow-up.
LIVE ENDPOINT
https://ai.budsusa.com/mcp
Connect to this endpoint to inspect the live schema for request_service and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.budsusa-ai-mirror-chatgpt-app]
url = "https://ai.budsusa.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"budsusa-ai-mirror-chatgpt-app": {
"type": "http",
"url": "https://ai.budsusa.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: budsusa-ai-mirror-chatgpt-app
Remote MCP URL: https://ai.budsusa.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": {
"budsusa-ai-mirror-chatgpt-app": {
"url": "https://ai.budsusa.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"budsusa-ai-mirror-chatgpt-app": {
"type": "http",
"url": "https://ai.budsusa.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "budsusa-ai-mirror-chatgpt-app",
"transport": "streamable-http",
"url": "https://ai.budsusa.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_business_info— Business identity from its own site: name, category/type, address, geo, phone, email, website, hours, and service area.list_offerings— The services and/or products this business offers, extracted from its own site.get_offering— Details for one named service or product (description, link, stated pricing).check_service_area— Whether the business serves a given city, region, or ZIP, based on its stated service area.locations_and_hours— Every office with its address and geo, the opening hours the business actually publishes, and any 24/7 or emergency phone availability.get_financing— Financing or payment options the business advertises, if any.get_reviews— Ratings and reviews if published on the business's own site; otherwise reported honestly as not yet ingested.get_faqs— The questions this business answers on its own site, verbatim, with the source page.