← cargovox.com

INDIVIDUAL MCP TOOL

create_inquiry

Submit a sales or CargoVox subscription-pricing inquiry.

cargovox.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.cargovox.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_inquiry and invoke it with your own arguments.

Indexed 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 server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_languages — List language enum values and per-language voice support levels.
  • get_company_info — Get CargoVox and legal company information.
  • get_capabilities — Get product functions, voice support by language, and Autopilot in-call quotes from the customer's uploaded tariff tables.
  • get_use_cases — Get use cases, with transport/logistics first.
  • get_plans — Get CargoVox subscription plan limits and pricing-on-request; these are not caller quotes, which use the customer's tariff table.
  • get_faq — Search published FAQ; no match returns an empty list.
  • get_integrations — Get webhook and named CRM integrations.