General Tools
satellitequotes.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.satellitequotes.com/api/mcp
MCP server metadata
- Name
- satellitequotes
- Version
- 1.0.0
Install and support the SatelliteQuotes instant-quote widget on a contractor's website, and answer questions about quoting property work from satellite imagery. Call list_platforms when the platform is unknown, get_install_snippet for the exact tag and steps, then verify_installation on the page afterwards. Use list_trades to check whether a business can be quoted from imagery at all, estimate_cost to turn a measurement into a range, and get_pricing for what the product costs - never quote a price from memory.
Known tools 7
list_platformsThe website builders and CMSs there are step-by-step install instructions for, with how long each takes.
Inferred read-onlyget_install_snippetThe exact script tag to paste, plus ordered steps for the given platform.
Inferred read-onlyverify_installationFetches 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.
Inferred read-onlyget_pricingLive plan prices, trial length, what happens to the card during the trial, and how cancellation works.
Inferred read-onlylist_tradesEvery 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.
Potential side effectslead_playbookWhat 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.