aula-mcp: `aula-mcp` is a server that acts as an interface between a Model Context Protocol (MCP) client (LLM) and the Danish school communication platform Aula, facilitating data fetching from Aula. It explicitly states that the LLM is not part of the project, and data privacy relies entirely on the chosen client, with the server itself running locally and forwarding nothing independently.; python-utcp: Universal Tool Calling Protocol (UTCP) is a secure, scalable standard for defining and interacting with tools across various communication protocols. Its Python implementation features a modular core with a plugin-based architecture, enhancing extensibility and ease of use.
Enable LLMs to query Aula data (e.g., weekly schedules, messages) using natural language.
Interacting with diverse APIs (HTTP, REST, GraphQL) via a unified client.