E-phy MCP Server
Provides access to the French e-phy catalog for detailed information on pesticides, fertilizers, and other phytosanitary products. It enables users to search for products, retrieve authorized usage specifications, and check the approval status of active substances.
README
E-phy MCP Server
A Model Context Protocol (MCP) server built with Next.js that provides AI assistants with information about phytosanitary products from the French e-phy catalog (pesticides, fertilizers, adjuvants, mixtures and blends).
Data source: Open data e-phy (ANSES / data.gouv.fr)
Available Tools
| Tool | Description |
|---|---|
search_products |
Search phytosanitary products by name, active substance, AMM number, or holder |
get_product_by_amm |
Retrieve a product by its AMM (Autorisation de Mise sur le Marché) number |
get_product_details |
Get full details of a product by its internal e-phy ID |
get_product_usages |
List authorized usages (crops/targets) with dosage and safety requirements |
search_active_substances |
Search active substances by name with their approval status |
Getting Started
Development
npm install
npm run dev
The MCP server will be available at http://localhost:3000/mcp.
Using with an MCP client (Claude Desktop, etc.)
Add the following to your MCP client configuration:
{
"mcpServers": {
"ephy": {
"url": "http://localhost:3000/mcp"
}
}
}
Production
npm run build
npm start
Architecture
lib/ephy.ts– Type-safe client for the e-phy REST APIapp/[transport]/route.ts– Next.js App Router route handler that exposes the MCP server over Streamable HTTP (supports both GET/POST)
Tech Stack
- Next.js 16 (App Router)
@modelcontextprotocol/sdk– Official TypeScript MCP SDK- Zod – Schema validation for tool parameters
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.