kuhi-api-mcp-server
Verified Safeby shikano35
Overview
This MCP Server allows AI Agents to access and interact with the Haiku Monument Database API, enabling search, retrieval, and analysis of haiku monuments, poets, and geographical data related to Japanese haiku culture.
Installation
npx kuhi-api-mcp-serverEnvironment Variables
- PORT
- MCP_HTTP_PATH
- KUHI_LOG_LEVEL
Security Notes
The server uses a broad CORS policy (Access-Control-Allow-Origin: *) which can be a security concern in general web applications, but is less critical for a local MCP server designed to be accessed by AI agents on the same machine or trusted network. No obvious hardcoded secrets, 'eval' usage, or malicious patterns were found. API calls are directed to a specified external API, 'https://api.kuhi.jp'.
Similar Servers
dbt-mcp
Provides a Model Context Protocol (MCP) server that exposes various dbt-related functionalities (CLI, Semantic Layer, Discovery, Admin API, Code Generation, LSP) as tools for AI agents to interact with dbt projects in Core, Fusion, and Platform environments.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
wanaku
Centralized routing and management of AI agent access to diverse tools and resources via the Model Context Protocol (MCP).
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.