citygml_mcp_server
If you are the rightful owner of citygml_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project implements a server to access CityGML data using the Model Context Protocol (MCP).
The CityGML MCP Server is designed to facilitate access to CityGML data through the Model Context Protocol (MCP). It provides a robust framework for handling CityGML data, allowing users to interact with the data using a standardized protocol. The server supports both standard input/output (stdio) and HTTP server modes, making it versatile for different deployment scenarios. The project includes a client example to demonstrate how to interact with the server. The server is built using TypeScript and leverages the MCP TypeScript SDK for its implementation. This setup ensures that the server is both efficient and easy to maintain, with a clear structure that separates the core server logic from the client interaction logic.
Features
- Echo Resource: A simple resource implementation that echoes messages.
- Echo Tool: A tool implementation that echoes messages.
- Echo Prompt: A prompt implementation for message formatting.