Content
# Kuhi API MCP Server
An [MCP Server](http://modelcontextprotocol.io/specification) for referencing the [Kuhi Database](https://github.com/shikano35/haiku_monument_api) from AI Agent.
<br>
> [!NOTE]
> Currently available as a pre-release version (beta version).
> As it is in an experimental stage, specifications may change in the future.
<br>
## Tools
1. **get_haiku_monuments**
- Displays information about all the monuments registered in the Kuhi Database.
2. **get_haiku_monuments_by_region**
- Displays monuments in the specified region.
3. **count_haiku_monuments_by_prefecture**
- Displays the number of monuments in the specified prefecture.
4. **get_haiku_monuments_by_coordinates**
- Displays monuments within the specified latitude and longitude range.
5. **get_haiku_monuments_geojson**
- Displays information about all the monuments registered in the Kuhi Database in GeoJSON format.
<br>
## Install
1. `pnpm install`
2. `pnpm run build`
3. Add the following to `.cursor/mcp.json` or `claude_desktop_config.json` (MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`).
```json
{
"mcpServers": {
"kuhi-api-mcp": {
"command": "node",
"args": ["/path/to/kuhi-api-mcp-server/dist/index.js"]
}
}
}
```
You Might Also Like
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.
Github
GitHub MCP Server connects AI tools to GitHub for code management and automation.

apisix
Apache APISIX is an API Gateway for managing APIs and microservices.
opik
Opik is a powerful tool for managing and optimizing machine learning experiments.

MCP Toolbox for Databases
MCP Toolbox for Databases is an open-source server simplifying database tool...

sqlglot
SQLGlot is a no-dependency SQL parser and transpiler supporting 30 dialects.