Akebono MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Akebono MCPfind a quiet Zen temple in Kyoto for a solo traveler who loves art"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
akebono-mcp
Agent-ready Japanese temple data — scored, reasoned, optimized for AI travel agents.
エージェント時代の旅行情報インフラ。京都の寺院データをAIエージェントが直接使える形で提供するMCPサーバー。
ツール
recommend_temples
自然言語クエリに基づいて京都の寺院をスコア付きで推薦する。
入力例:
"40代夫婦・歴史好き・混雑嫌い・半日""一人旅・禅・静かな場所・アート好き""子供連れ・無料・世界遺産"
出力例:
{
"query": "40代夫婦・歴史好き・混雑嫌い・半日",
"results": [
{
"name": "建仁寺",
"slug": "kenninji",
"score": 88,
"reason": "混雑が少ない・歴史好きにおすすめ。京都最古の禅寺。双龍図は2002年作の現代アートで驚きがある。",
"tags": ["禅", "アート", "歴史", "静か", "双龍図"],
"crowd_level": "medium",
"price": "600円",
"topics": ["天井を埋め尽くす「双龍図」は実は21世紀のアート", "日本初の「禅」と「お茶」の聖地"]
}
]
}get_temple_detail
特定の寺院の詳細情報とトピック一覧を取得する。
入力: slug(例: "kenninji")
セットアップ
git clone https://github.com/YOGi-Seto/akebono-mcp
cd akebono-mcp
npm installClaude Desktop に追加
~/.claude/claude_desktop_config.json に追記:
{
"mcpServers": {
"akebono": {
"command": "node",
"args": ["/path/to/akebono-mcp/src/index.js"]
}
}
}対応寺院(6件)
スラッグ | 寺院名 |
toji | 東寺 |
enryakuji | 延暦寺 |
chionin | 知恩院 |
nishihonganji | 西本願寺 |
kenninji | 建仁寺 |
kiyomizudera | 清水寺 |
ロードマップ
京都全域に拡張(50寺院)
リアルタイム混雑情報
利用データによるスコア精度向上
日本全国展開
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/YOGi-Seto/akebono-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server