← Back to Plugins
MCP Server MCP

loc8n Geographic Data

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @gener8v/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.loc8n.com/sse",
      "headers": [
        {
          "description": "Bearer token — your loc8n API key",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gener8v/mcp-geographic-data",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for the loc8n Geographic Data API",
          "isRequired": true,
          "isSecret": true,
          "name": "LOC8N_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol sse npm

Comments

Sign in to leave a comment

Loading comments...