maps

maps

3.2

If you are the rightful owner of maps 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 is an MCP (Multi-Agent Conversation Protocol) Server for the TomTom Maps API, auto-generated using AG2's MCP builder.

The MCP Server is designed to facilitate multi-agent conversations by leveraging the TomTom Maps API. It is built using Python 3.9+ and provides a robust framework for managing and executing conversation protocols. The server supports various transport modes, including stdio, SSE, and streamable HTTP, making it versatile for different communication needs. The server is highly configurable through environment variables and JSON configuration files, allowing for flexible deployment and integration with other systems. It also includes comprehensive development tools such as linting, static analysis, and testing frameworks to ensure code quality and reliability. The server can be easily extended and customized to meet specific requirements, making it a powerful tool for developers working with multi-agent systems.

Features

  • Supports multiple transport modes: stdio, SSE, and streamable HTTP.
  • Highly configurable through environment variables and JSON files.
  • Includes development tools for linting, static analysis, and testing.
  • Easily extendable and customizable for specific use cases.
  • Pre-commit hooks to ensure code quality before commits.