Описание
Eventor — Model Context Protocol server
README
A Python client for integrating with the Eventor orienteering API, providing access to events, entries, and results.
Features
- Access to event results, entries, and organization data
- Configurable caching system for reduced API calls
- MCP (Model Context Protocol) server integration for AI assistants
- Exposes 3 tools for MCP server:
- get_weekly_club_results() Fetches weekly club results can be used to have the LLM to summarize the results and create a report
- get_personal_events() Fetches personal events for a given personId (config file) and given period of time
- get_detailed_result_for_event_and_person() Fetches detailed results for a specific event and personId (config file)
- It does some parsing and tries to provide the data in a LLM friendly format
- Debug mode to run the client standalone and generate JSON output for review
- Configurable API key and personId for secure access
Installation
- Clone the repository:
git clone https://github.com/grapatin/eventor-mcp-server.git
cd eventor-mcp-server
- Set up a virtual environment:
uv venv .venv
source .venv/bin/activate # On Windows, use: .venv\Scripts\activate
- Install dependencies:
uv pip install -r requirements.txt
- Configure your API key:
cp eventor_config_example.py eventor_config.py
# Edit eventor_config.py with your actual API key, personId, and other settings
Usage
To debug just start it in debug mode, it has a main function that will run the function stand alone and produce a json file with the results for review.
python -m eventor
Install MCP server for Claude
Add this to cluade_desktopr_config.json
"Eventor Results API": {
"command": "uv",
"args": [
"--directory",
"/path/eventor-mcp-server",
"run",
"mcp",
"run",
"mcp_server.py"
]
}
Configuration
Configuration is done via the eventor_config.py file. This file contains sensitive information and is excluded from version control via .gitignore.
Add both eventor private key (talk to org eventor admin) and your own private personId. (can be found in out put json file)
License
Установка Eventor
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/grapatin/eventor-mcp-serverFAQ
Eventor MCP бесплатный?
Да, Eventor MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Eventor?
Нет, Eventor работает без API-ключей и переменных окружения.
Eventor — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Eventor в Claude Desktop, Claude Code или Cursor?
Открой Eventor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Eventor with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
