← adminsubstitute.com

INDIVIDUAL MCP TOOL

quotes.create

Create a quote for a lead.

adminsubstitute.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://adminsubstitute.com/api/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for quotes.create 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.

Parent server

adminsubstitute.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.admin-substitute]
url = "https://adminsubstitute.com/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "admin-substitute": {
      "type": "http",
      "url": "https://adminsubstitute.com/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "admin-substitute": {
      "type": "http",
      "url": "https://adminsubstitute.com/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "admin-substitute",
  "transport": "streamable-http",
  "url": "https://adminsubstitute.com/api/v1/mcp"
}
MCP Inspector

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

Related tools

  • leads.list — List leads and prospects.
  • leads.create — Create a new lead/prospect.
  • leads.update — Update an existing lead.
  • quotes.list — List quotes with line items, totals, status, and linked lead info.
  • quotes.update — Update a quote's status, line items, or total.
  • quotes.send — Generate a shareable link for a quote and optionally send it to the client via SMS and/or email.
  • quotes.ai_price_suggestion — AI-powered pricing intelligence.
  • jobs.list — List jobs with status, scheduled dates, technician assignment, and invoice info.