Submit

Japanese Postal Code Search Mcp

This is an MCP server for searching Japanese postal codes.

Server Config

{
  "mcpServers": {
    "api-zipcode.jp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api-zipcode.jp/mcp/zipcode",
        "--header",
        "Authorization: Bearer ${MCP_TOKEN}"
      ],
      "env": {
        "MCP_TOKEN": "{TOKEN}"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.