INDIVIDUAL MCP TOOL
get_pricing
Live plan prices, trial length, what happens to the card during the trial, and how cancellation works.
LIVE ENDPOINT
https://www.satellitequotes.com/api/mcp
Connect to this endpoint to inspect the live schema for get_pricing 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
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.satellitequotes]
url = "https://www.satellitequotes.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"satellitequotes": {
"type": "http",
"url": "https://www.satellitequotes.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: satellitequotes
Remote MCP URL: https://www.satellitequotes.com/api/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": {
"satellitequotes": {
"url": "https://www.satellitequotes.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"satellitequotes": {
"type": "http",
"url": "https://www.satellitequotes.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "satellitequotes",
"transport": "streamable-http",
"url": "https://www.satellitequotes.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_platforms— The website builders and CMSs there are step-by-step install instructions for, with how long each takes.get_install_snippet— The exact script tag to paste, plus ordered steps for the given platform.verify_installation— Fetches a public page and reports whether the embed tag is present, whether the token resolves to a real account, whether the widget is actually serving, and what to fix.list_trades— Every trade the product can price from aerial measurement, with what each is measured from - roof surface, ground area, wall area or perimeter - and the national cost range per unit.estimate_cost— Turns a measurement into a national cost range for a trade.lead_playbook— What actually moves the needle on inbound leads for a specific contracting trade — roofing, paving, landscaping, gutters, siding, decks, pools, turf or solar — with the numbers behind each step.