MCP server for Japanese address normalization and GSI elevation lookup. No API keys required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-japan-atl": {
"command": "npx",
"args": [
"-y",
"b84330808/mcp-server-japan-atlas"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-japan-atl npx -y b84330808/mcp-server-japan-atlas
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-japan-atl": {
"command": "npx",
"args": [
"-y",
"b84330808/mcp-server-japan-atlas"
]
}
}
}