句碑 API MCP Server
Description
# 句碑 API MCP Server AI Agent から[句碑データベース](https://github.com/shikano35/haiku_monument_api)を参照するための[MCP Server](http://modelcontextprotocol.io/specification) <br> > [!NOTE] > 現在プレリリース版(β 版)として公開中です。 > 実験的な段階のため、仕様は今後変更される可能性があります。 <br> ## Tools 1. **get_haiku_monuments** -…
About
# 句碑 API MCP Server AI Agent から[句碑データベース](https://github.com/shikano35/haiku_monument_api)を参照するための[MCP Server](http://modelcontextprotocol.io/specification) <br> > [!NOTE] > 現在プレリリース版(β 版)として公開中です。 > 実験的な段階のため、仕様は今後変更される可能性があります。 <br> ## Tools 1. **get_haiku_monuments** - 句碑データベースに登録されているすべての句碑の情報を表示 2…
Details
- Author
- shikano35
- Downloads
- 157
- Categories
- Developer Tools
Jump to
- List all haiku monuments in the database
- Filter monuments by a specified region
- Count monuments by prefecture (Japanese prefecture)
- Query monuments within a given latitude/longitude bounding box
- Retrieve monument data in GeoJSON format
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
句碑 API MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install with pnpm install, then build with pnpm run build. Configure the server by adding the appropriate entry to your MCP client’s configuration file (e.g., claude_desktop_config.json on macOS or mcp.json for Cursor), pointing to the built dist/index.js file.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u53e5\u7891 api mcp server": {
"kuhi-api-mcp": {
"command": "node",
"args": [
"/path/to/kuhi-api-mcp-server/dist/index.js"
]
}
}
}
}
McpServers
{
"kuhi-api-mcp": {
"command": "node",
"args": [
"/path/to/kuhi-api-mcp-server/dist/index.js"
]
}
}
句碑 API MCP Server
AI Agent から句碑データベースを参照するためのMCP Server
<br>
> [!NOTE]
> 現在プレリリース版(β 版)として公開中です。
> 実験的な段階のため、仕様は今後変更される可能性があります。
<br>
Tools
1. get_haiku_monuments
- 句碑データベースに登録されているすべての句碑の情報を表示
2. get_haiku_monuments_by_region
- 指定された地域の句碑を表示
3. count_haiku_monuments_by_prefecture
- 指定された県の句碑の数を表示
4. get_haiku_monuments_by_coordinates
- 指定された緯度経度範囲内の句碑を表示
5. get_haiku_monuments_geojson
- 句碑データベースに登録されているすべての句碑の情報を GeoJSON 形式で表示
<br>
install
1. pnpm install
2. pnpm run build
3. .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"]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





