Kenall
БесплатноНе проверенMCP server that provides access to the Kenall postal code API for Japanese address lookups, enabling lookup by postal code and search by address.
Описание
MCP server that provides access to the Kenall postal code API for Japanese address lookups, enabling lookup by postal code and search by address.
README
An MCP (Model Context Protocol) server that provides access to the Kenall postal code API for Japanese address lookups.
Features
- Look up address information from Japanese postal codes
- Search for postal codes by address
- Support for both hyphenated and non-hyphenated postal code formats
Prerequisites
- Node.js 18 or higher
- A Kenall API key (get one at https://kenall.jp/)
Installation
npm install -g kenall-mcp
Or use directly with npx:
npx kenall-mcp
Configuration
Set your Kenall API key as an environment variable:
export KENALL_API_KEY="your-api-key-here"
Building (for development)
npm run build
Running
Using npx (recommended):
KENALL_API_KEY="your-api-key-here" npx kenall-mcp
After global installation:
KENALL_API_KEY="your-api-key-here" kenall-mcp
Development mode (with auto-reload):
npm run dev
Production mode (from source):
npm start
MCP Client Configuration
To use this server with an MCP client, add the following to your MCP client configuration:
Using npx (recommended):
{
"mcpServers": {
"kenall": {
"command": "npx",
"args": ["kenall-mcp"],
"env": {
"KENALL_API_KEY": "your-api-key-here"
}
}
}
}
Using global installation:
{
"mcpServers": {
"kenall": {
"command": "kenall-mcp",
"env": {
"KENALL_API_KEY": "your-api-key-here"
}
}
}
}
Using local installation:
{
"mcpServers": {
"kenall": {
"command": "node",
"args": ["/path/to/kenall-mcp/dist/index.js"],
"env": {
"KENALL_API_KEY": "your-api-key-here"
}
}
}
}
Available Tools
lookup_postal_code
Look up address information from a Japanese postal code.
Parameters:
postalCode(string, required): Japanese postal code (e.g., '1000001' or '100-0001')
search_address
Search for postal codes by address.
Parameters:
query(string, required): Address query in Japaneseprefecture(string, optional): Prefecture name to filter resultscity(string, optional): City name to filter results
Example Usage
Looking up a postal code:
{
"tool": "lookup_postal_code",
"arguments": {
"postalCode": "100-0001"
}
}
Searching by address:
{
"tool": "search_address",
"arguments": {
"query": "千代田",
"prefecture": "東京都"
}
}
License
MIT
Установка Kenall
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/knsh14/kenall-mcpFAQ
Kenall MCP бесплатный?
Да, Kenall MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kenall?
Нет, Kenall работает без API-ключей и переменных окружения.
Kenall — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Kenall в Claude Desktop, Claude Code или Cursor?
Открой Kenall на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Kenall with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
