Datagovgr
БесплатноНе проверенAn MCP server for the official data.gov.gr API. Let any LLM shift through data published by central government, local authorities and public bodies.
Описание
An MCP server for the official data.gov.gr API. Let any LLM shift through data published by central government, local authorities and public bodies.
README
An MCP server for the data.gov.gr API.
Install
The quickest way to run the MCP server is via Docker:
docker build -t datagovgr-mcp-server:latest .
docker run -p 8000:8000 datagovgr-mcp-server:latest
For a development installation, it is recommended to use uv with Python 3.12:
python3 -m pip install uv
python3 -m uv venv
python3 -m uv sync
python3 -m uv run python src/server.py
If you want to run the test suite:
PYTHONPATH=. python3 -m uv run pytest tests
Usage
Assuming that the MCP Server is running on http://0.0.0.0:8000/mcp/, you can now connect to this server from various applications/clients e.g. Cursor, Claude etc. (see connection guides for various applications below).
Some indicative prompts that you can try are the following:
Fetch me the internet_traffic dataset from data.gov.gr - I want data from the 1st of May until 24/07 of 2025
Download the ekt-expenses-source dataset from data.gov.gr, in CSV form
Connect to Cursor
Assuming that the localhost MCP Server is running on http://127.0.0.1:8000:
- Head over to Cursor > Settings... > Cursor Settings.
- Click on Tools & Integrations.
- Under MCP Tools, click the button: Add Custom MCP.
- A new file, called
mcp.jsonwill open. Register the MCP server as in the example below, and save the file:
{
"mcpServers": {
"data.gov.gr MCP Server": {
"url": "http://0.0.0.0:8000/mcp/"
}
}
}
Heading back to the MCP Tools view of step #3, you will see the tool data.gov.gr MCP Server being available. Make sure
it is enabled. In that case, you should be able to see something like 1 tool enabled displayed. This means integration is ready!
License
Distributed under the MIT License.
Установка Datagovgr
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ilias-ant/datagovgr-mcp-serverFAQ
Datagovgr MCP бесплатный?
Да, Datagovgr MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Datagovgr?
Нет, Datagovgr работает без API-ключей и переменных окружения.
Datagovgr — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Datagovgr в Claude Desktop, Claude Code или Cursor?
Открой Datagovgr на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Datagovgr with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
