← humaps.org

INDIVIDUAL MCP TOOL

search_data_sources

Search Humaps' registered national, regional and global public-data sources.

humaps.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.humaps.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_data_sources 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

humaps.org

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

.mcp.json

{
  "mcpServers": {
    "humaps": {
      "type": "http",
      "url": "https://api.humaps.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_country_coverage — Inspect Humaps' source-routing coverage for one ISO country or territory, including national, regional, global and local-data discovery depth.
  • search_map_layers — Search the Humaps GIS layer registry for boundaries, infrastructure, environment, hazards, energy, population and other mappable datasets.
  • discover_analysis_skills — Find stable Humaps analysis outcomes and their exact free direct or paid agentic input schemas.
  • run_direct_analysis — Run one deterministic Humaps skill in its free direct mode with strict schema validation and source attribution.
  • run_agentic_research — Run Humaps' complete multi-step research agent over public data, GIS, documents and live sources.