mcp-server-agribalyse
@tracy040401
About mcp-server-agribalyse
MCP Server of Agribalyse API
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-server-agribalyse?
mcp-server-agribalyse is a Model Context Protocol (MCP) server that enables Large Language Models to query the ADEME Agribalyse 3.1 dataset. It provides tools, resources, and prompts for retrieving and analyzing environmental impact data (climate impact, water use, ecotoxicity, etc.) on thousands of food products.
How to use mcp-server-agribalyse?
You can inspect server behavior with npx @modelcontextprotocol/inspector uvx run src/agribalyse/server.py or follow logs with mcp dev server.py. To test interactions, run the example client via python client/client.py. Use pytest tests/test_mcp_tools to execute the unit tests.
Key features of mcp-server-agribalyse
- Eight tools for querying rows, aggregating metrics, and retrieving schema.
- Seven resource URIs for exploring dataset fields, files, and columns.
- Seven predefined prompts for product search, comparison, and explanation.
- Based on the FastMCP framework with active maintenance.
- Public API integration – no local database required.
- Full OpenAPI specification available via
read_api_docstool.
Use cases of mcp-server-agribalyse
- Ask an LLM for the carbon footprint of a specific food product.
- Compare two food products by a chosen environmental indicator.
- Retrieve average or percentile values for numeric fields across a filtered subset.
- Explore the dataset schema and available filter values before building complex queries.
FAQ from mcp-server-agribalyse
What is the Agribalyse dataset?
Agribalyse is a dataset published by ADEME that contains environmental indicators (e.g., climate impact, water use, ecotoxicity) for thousands of food products.
How can I debug or inspect the server?
Use the MCP inspector: npx @modelcontextprotocol/inspector uvx run src/agribalyse/server.py, or run mcp dev server.py to follow logs.
How do I run the tests?
Activate your virtual environment and run pytest tests/test_mcp_tools to execute the unit test suite.
Who maintains this server?
The server is maintained by Tracy André, affiliated with Positive Solutions. Contact: [email protected].
Does the server require a local database or API key?
No – the server queries the public ADEME Agribalyse API directly. No local database or API key is mentioned in the README.
Frequently asked questions
What is the Agribalyse dataset?
Agribalyse is a dataset published by ADEME that contains environmental indicators (e.g., climate impact, water use, ecotoxicity) for thousands of food products.
How can I debug or inspect the server?
Use the MCP inspector: `npx @modelcontextprotocol/inspector uvx run src/agribalyse/server.py`, or run `mcp dev server.py` to follow logs.
How do I run the tests?
Activate your virtual environment and run `pytest tests/test_mcp_tools` to execute the unit test suite.
Who maintains this server?
The server is maintained by Tracy André, affiliated with Positive Solutions. Contact: [email protected].
Does the server require a local database or API key?
No – the server queries the public ADEME Agribalyse API directly. No local database or API key is mentioned in the README.
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments