← Registry

AI & Machine Learning

geo.qa

Provides computer vision capabilities including object detection, land cover classification, and scene analysis.

1 endpoint3 known toolsFirst detected July 28, 2026Last detected July 28, 2026

ENDPOINT 1

https://geo.qa/api/mcp

No auth detected

MCP server metadata

Name
geo.qa
Version
1.0.0
Capabilities
tools
Server instructions

geo.qa exposes real-world geospatial intelligence. Use detect_objects for open-vocabulary image detection (no auth, rate-limited), classify_land_cover for satellite LULC (requires X-API-Key), and analyze_scene for VLM descriptions (requires X-API-Key). See /llms.txt and /api-docs for more.

Known tools 3

detect_objects

Open-vocabulary object detection on a single image.

Inferred read-only
classify_land_cover

Classify land use / land cover for a satellite tile or polygon.

Inferred read-only
analyze_scene

Vision-language scene description for a single image.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "geo-qa": {
      "type": "http",
      "url": "https://geo.qa/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "geo-qa",
  "transport": "streamable-http",
  "url": "https://geo.qa/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for geo.qa was fetched 2026-08-24T01:58:25.166Z.

Trust status Trusted

geo.qa is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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