birds-directive-key-concepts-mcp

birds-directive-key-concepts-mcp

An MCP server exposing the EU Birds Directive Art. 7(4) 'Key Concepts' data: the periods of reproduction and pre-nuptial migration for each huntable bird species in each Member State. It lets you check whether a given hunting-season date falls within a protected period.

Category
Visit Server

README

Birds Directive – Key Concepts MCP

An MCP server exposing the EU Birds Directive Art. 7(4) "Key Concepts" data: the periods of reproduction and pre-nuptial migration for each huntable bird species (Annex II of Directive 2009/147/EC) in each Member State.

It lets you check whether a given hunting-season date falls within a protected period (reproduction / pre-nuptial migration) for a given species and country, on the basis of the official EU reference data.

⚠️ Disclaimer. This is a technical support tool. The Key Concepts document provides the best available scientific information but, as the Commission itself states, it is not a legally binding document. Any use in legal proceedings requires the assessment of a qualified lawyer.


Tools

  • kc_list_species — list huntable species available for a Member State (default IT).
  • kc_get_species — reproduction and pre-nuptial migration periods (as dates) for a species in a country.
  • kc_check_date — given a species, a country and a date (DD/MM), says whether that date falls in a protected period. The key tool for checking hunting-calendar legality.
  • kc_get_references — official bibliographic references backing the data for a species.

Data source and provenance

Official "Key Concepts of Article 7(4) of Directive 2009/147/EC" dataset, published by the European Commission (DG Environment) on the CIRCABC repository.

Downloaded via the CIRCABC REST endpoint (public / guest access):

https://circabc.europa.eu/rest/download/26e134ef-8180-436c-a473-4335bd6430ef?ticket=

The original .accdb is kept in source/ for reproducibility. Its two tables were exported to CSV (data/) and pre-processed into data/key_concepts.json.

EU public information, reusable under the Commission's reuse policy. Attribution: © European Union, DG Environment.


Data model

The Access database has two tables, exported to CSV:

Data Main Species — one row per species × Member State. The year is split into 36 decades (3 per month, ~10 days each). Columns MD_1…MD_36 flag the pre-nuptial migration period, RD_1…RD_36 the reproduction period. Plus status booleans (Resident, Migrant: breeding/passage/wintering) and notes.

Data References Species — bibliographic references supporting each datum.

The build script translates the 36-decade flags into readable date ranges and merges everything into a single JSON the server loads in memory.


Repository layout

birds-directive-key-concepts-mcp/
├── api/mcp.js                    MCP server (Vercel entry point)
├── data/
│   ├── key_concepts.json         generated dataset served by the MCP
│   ├── Data_Main_Species.csv     source CSV
│   └── Data_References_Species.csv
├── source/key_concepts.accdb     original official file (archive)
├── scripts/build_data.mjs        CSV → JSON converter (decades → dates)
├── test_local.mjs                local tool tests (no network)
├── package.json
├── vercel.json
└── README.md

Build & test locally

node scripts/build_data.mjs   # regenerates data/key_concepts.json from the CSVs
node test_local.mjs           # runs the four tools against the real data

Updating the data

The Key Concepts document is updated rarely (2001, 2009, 2014, current 2023-02-28). To refresh: download the latest .accdb from the CIRCABC library above, export the two tables to CSV into data/, then run node scripts/build_data.mjs.


License

Code: MIT. Data: © European Union, reused under the Commission's reuse policy.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured