MCP Server
MCP
loc8n Geographic Data
U.S. demographics, housing, mortgage, migration, and employment data via loc8n API
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
By
Comments
Sign in to leave a comment