Akebono MCP

Akebono MCP

Provides scored and reasoned Kyoto temple data optimized for AI travel agents to deliver personalized recommendations based on natural language queries. It enables agents to retrieve detailed temple information including historical significance, pricing, and crowd levels.

Category
Visit Server

README

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 install

Claude 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寺院)
  • [ ] リアルタイム混雑情報
  • [ ] 利用データによるスコア精度向上
  • [ ] 日本全国展開

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured