kuhi-api-mcp-server
1
The Sentence Monument API MCP Server allows AI agents to access and query a database of sentence monuments. It provides various tools for fetching data by region, coordinates, and more. The server is in a beta version, subject to future changes.
句碑 API MCP Server
AI Agent から句碑データベースを参照するためのMCP Server
[!NOTE] 現在プレリリース版(β 版)として公開中です。 実験的な段階のため、仕様は今後変更される可能性があります。
Tools
-
get_haiku_monuments
- 句碑データベースに登録されているすべての句碑の情報を表示
-
get_haiku_monuments_by_region
- 指定された地域の句碑を表示
-
count_haiku_monuments_by_prefecture
- 指定された県の句碑の数を表示
-
get_haiku_monuments_by_coordinates
- 指定された緯度経度範囲内の句碑を表示
-
get_haiku_monuments_geojson
- 句碑データベースに登録されているすべての句碑の情報を GeoJSON 形式で表示
install
-
pnpm install
-
pnpm run build
-
.cursor/mcp.json
またはclaude_desktop_config.json
(MacOS:~/Library/Application\ Support/Claude/claude_desktop_config.json
)に以下を追加します。
{
"mcpServers": {
"kuhi-api-mcp": {
"command": "node",
"args": ["/path/to/kuhi-api-mcp-server/dist/index.js"]
}
}
}