This project implements an MCP server that exposes **CAMARA-compliant APIs** through the [`fastmcp`](https://pypi.org/project/fastmcp/) framework allowing integration with AI agents and enabled agentic workflows.
This project implements an MCP server that exposes **CAMARA-compliant APIs** through the [`FastMCP`](https://pypi.org/project/fastmcp/) framework integrated with [`FastAPI`](https://fastapi.tiangolo.com/), allowing integration with AI agents and enabled agentic workflows.
It serves as a proxy and validation layer between **CAMARA APIs** and **MCP tools**, allowing interoperability and experimentation with CAMARA API models, or custom Pydantic models when no CAMARA equivalent exists.
The MCP server is mounted on FastAPI at `/mcp` endpoint, allowing you to serve both MCP tools and standard REST API endpoints from the same application.