Rendering map…
Vibe
Palette
🗺️
Explore Jordan
Click any governorate to see details and hospitals.
Connect to the MCP Server
Jordan Geo runs a live MCP server over SSE — no API key, no sign-up. Point any MCP client at the endpoint below and all five tools are instantly available to your AI agent.
SSE Endpoint
https://baselhusam-jordan-geo-mcp.hf.space/sse
Client Configuration
{
  "mcpServers": {
    "jordan-geo": {
      "type": "sse",
      "url": "https://baselhusam-jordan-geo-mcp.hf.space/sse"
    }
  }
}
No authentication headers required. The server is publicly accessible.
Available Tools
ToolDescription
list_governoratesAll 12 governorates — bilingual names, ISO id, capital, hospital count, centroid & bbox.
list_hospitalsAll 122 hospitals across Jordan. Optional filter by governorate id, English, or Arabic name.
hospitals_inHospitals for one governorate. Accepts id (JO-AM), English name, or Arabic name.
render_mapFull-country SVG — decorative, hospital choropleth, or custom choropleth. Supports vibe, palette, theme, labels, and more.
render_governorateSingle-governorate SVG cropped to its bounds, with optional surrounding-country context.
Local / Self-hosted
pip install "jordan-geo[mcp]"
MCP_TRANSPORT=sse python mcp/server.py
Or run over stdio: python mcp/server.py (default). Source on GitHub.