Para Todo
Enables language models to interact with external tools through structured messages, creating a modular server for real-time tool execution.
About
Para Todo is a modular server demonstrating the Model Context Protocol (MCP) architecture, enabling language models like ChatGPT to interact with external tools in real-time. It allows the model to execute useful tools such as fetching weather data, performing calculations, retrieving definitions, and translating text by calling real-world APIs and functions.
Key Features
- Real-time tool execution for language models
- Demonstrates Model Context Protocol (MCP)
- Easy tool extension via new TypeScript files
- Modular server architecture
- Includes weather, dictionary, and math tools
- 1 GitHub stars
Use Cases
- Automating tasks
- Learning modern LLM architectures
- Building intelligent assistants