AI & Machine Learning
geo.qa
Provides computer vision capabilities including object detection, land cover classification, and scene analysis.
ENDPOINT 1
https://geo.qa/api/mcp
MCP server metadata
- Name
- geo.qa
- Version
- 1.0.0
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
classify_land_coverClassify land use / land cover for a satellite tile or polygon.
Inferred read-onlyCONNECT 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.
geo.qa is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.