← budsusa.com

INDIVIDUAL MCP TOOL

get_financing

Financing or payment options the business advertises, if any.

budsusa.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ai.budsusa.com/api/chatgpt-app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_financing 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 suggests a financial action.

Parent server

budsusa.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.budsusa-ai-mirror-chatgpt-app]
url = "https://ai.budsusa.com/api/chatgpt-app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "budsusa-ai-mirror-chatgpt-app": {
      "type": "http",
      "url": "https://ai.budsusa.com/api/chatgpt-app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: budsusa-ai-mirror-chatgpt-app
Remote MCP URL: https://ai.budsusa.com/api/chatgpt-app/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/api/chatgpt-app/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/api/chatgpt-app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "budsusa-ai-mirror-chatgpt-app",
  "transport": "streamable-http",
  "url": "https://ai.budsusa.com/api/chatgpt-app/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_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.
  • get_credentials — Licence number, certifications, trade memberships, insurance, warranty terms and the brands the business names.