← Registry

General Tools

satellitequotes.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint7 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://www.satellitequotes.com/api/mcp

No auth detected

MCP server metadata

Name
satellitequotes
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

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_platforms

The website builders and CMSs there are step-by-step install instructions for, with how long each takes.

Inferred read-only
get_install_snippet

The exact script tag to paste, plus ordered steps for the given platform.

Inferred read-only
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.

Inferred read-only
get_pricing

Live plan prices, trial length, what happens to the card during the trial, and how cancellation works.

Inferred read-only
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.

Potential side effects
estimate_cost

Turns a measurement into a national cost range for a trade.

Potential side effects
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.