nagoya-bus-mcp
Verified Safeby ymyzk
Overview
Provides tools to query Nagoya City bus timetables and real-time approach information for LLM agents.
Installation
npx @modelcontextprotocol/inspector uv run nagoya-bus-mcpSecurity Notes
The server uses standard, reputable libraries (httpx, hishel, pydantic) and does not contain obvious security vulnerabilities such as 'eval' on untrusted input, hardcoded secrets, or insecure direct command execution. It interacts with a single hardcoded external API. Robust error handling for network requests is present, including a specific check for HTML 404 responses with 200 HTTP status from the upstream API. The risk is primarily associated with external dependencies and potential vulnerabilities in the upstream Nagoya Bus API, which are outside the scope of this server's direct control.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-ai-agent
This repository provides an AI agent designed to interact with and control entities within a Multi-Client Protocol (MCP) environment, likely a game or simulation.
atlantis-mcp-server
An MCP (Model Context Protocol) server for hosting and managing dynamic Python functions and third-party MCP tools, enabling AI agents to discover and utilize shared capabilities across a network.
agents-mcp-usage
This repository demonstrates the integration of a Model Context Protocol (MCP) server with various AI agent frameworks, showcasing agent communication and operation within a shared context.