headroom: Headroom compresses everything your AI agent reads — tool outputs, logs, RAG chunks, files, and conversation history — before it reaches the LLM. It achieves the same answers with a fraction of the tokens.; php-sdk: The MCP PHP SDK is the official toolkit for implementing Model Context Protocol servers and clients in PHP. It offers a framework-agnostic API, allowing developers to expose PHP application functionality to AI agents or integrate with MCP servers.
Reduce LLM token usage and API costs for AI agents.
Exposing existing PHP application functionalities (e.g., database access, custom logic) as callable tools or readable resources for AI agents.