← All servers

loc8n Geographic Data

io.github.gener8v-thomas/mcp-geographic-data v0.1.3
Official Registry git

U.S. demographics, housing, mortgage, migration, and employment data via loc8n API

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over sse

Run in your terminal
claude mcp add mcp-geographic-data --transport sse https://mcp.loc8n.com/sse
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-geographic-data": {
      "url": "https://mcp.loc8n.com/sse"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-geographic-data": {
      "serverUrl": "https://mcp.loc8n.com/sse"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "mcp-geographic-data": {
      "type": "sse",
      "url": "https://mcp.loc8n.com/sse"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "mcp-geographic-data": {
      "url": "https://mcp.loc8n.com/sse"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "mcp-geographic-data": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.loc8n.com/sse"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
sse https://mcp.loc8n.com/sse
Authorization: •••••• (required)

Packages

npm @gener8v/mcp-geographic-data@0.1.3

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.gener8v-thomas--mcp-geographic-data/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent