kubecon-eu-mcp

kubecon-eu-mcp

An MCP server for KubeCon + CloudNativeCon Europe 2026 that provides agentic schedule planning, party optimization, and conference logistics. It connects AI agents to live conference data to help attendees navigate sessions, social events, and travel details.

Category
访问服务器

README

kubecon-eu-mcp

Python 3.11+ License MIT KubeCon EU 2026

An MCP server for KubeCon + CloudNativeCon Europe 2026. This tool serves as an agentic schedule planner, party optimizer, and conference guide for the event held March 23-26 at RAI Amsterdam.

Overview

kubecon-eu-mcp connects AI agents to live conference data, enabling them to help attendees navigate the schedule, discover social events, and plan their trip. It fetches data live from upstream sources with efficient in-memory caching to ensure accuracy throughout the week.

Data sources include:

As a meta tie-in, this project highlights the Agentics Day: MCP + Agents co-located event on Monday, March 23.

Features

  • Smart Scheduling: Search talks by topic, speaker, or technology (eBPF, AI, WASM, etc.).
  • Party Optimizer: Find evening social events and plan the best route through Amsterdam.
  • Logistics Guide: Access hotel block info, airline discounts, and venue transit details.
  • Agentic Planning: Built-in prompts to help users build 4-day itineraries or first-timer guides.
  • Session Scoring: Personalized session ranking using the scoring rubric from kubecon-event-scorer by Fredrik Carlsson — scores across role relevance, topic alignment, and strategic value.
  • Live Updates: Data is pulled directly from official sources to reflect last-minute room changes.

Quick Start

1. Zero Install (uvx)

If you have uv installed, you can run the server without manual installation:

uvx kubecon-eu-mcp

2. Standard Install (pip)

Install the package from your local clone or repository:

pip install .
# Then run the server
kubecon-eu-mcp

3. Docker

Build and run the containerized server:

docker build -t kubecon-eu-mcp .
docker run -it kubecon-eu-mcp

Usage Examples

Once connected to an MCP client like Claude Desktop, you can ask questions like:

  • "What AI talks are on Wednesday?"
  • "Find all sessions featuring Lin Sun."
  • "What's the best way to get to RAI Amsterdam from Schiphol airport?"
  • "Are there any parties near the venue on Tuesday night?"
  • "Plan a 4-day itinerary for a platform engineer interested in security."

Example Interaction

User: What AI talks are on Tuesday? Assistant: (Calls search_sessions(query="AI", day="tuesday")) The agent searches the live schedule and returns matching sessions with titles, speakers, rooms, and times. It can then help you compare options, flag conflicts with other sessions you want to attend, and suggest alternatives.

Tools Reference

The server exposes 12 specialized tools:

Tool Description
search_sessions Search talks by keyword, topic, or speaker.
get_schedule Get the full schedule for a specific day.
find_speaker Look up sessions for a specific person.
find_parties Discover social events and happy hours.
plan_party_route Get an optimized route for evening events.
get_venue_info Details on rooms, maps, and venue address.
get_hotel_info Hotel block rates and distances to RAI.
get_travel_info Airport, transit, and airline discount codes.
get_colocated_events Monday's specialized events (ArgoCon, Agentics Day, etc.).
get_conference_overview High-level event summary and key dates.
score_sessions Get sessions with a personalized scoring rubric for AI-powered ranking.
detect_conflicts Check if selected sessions overlap in time.

Resources Reference

Access structured data directly via these URIs:

  • kubecon://overview: Full conference summary.
  • kubecon://venue: Venue layout and transit details.
  • kubecon://hotels: Accommodation options.
  • kubecon://colocated-events: Monday's co-located event list.

Prompts Reference

Pre-configured workflows for common tasks:

  • plan_my_kubecon: Builds a personalized 4-day itinerary based on interests.
  • party_tonight: Plans an evening of networking and social events.
  • first_timer_guide: Provides essential tips for new attendees.
  • whats_happening_now: Finds sessions starting soon based on current time.
  • create_profile: Interactive profile builder that scores and ranks sessions using the kubecon-event-scorer rubric.

Configuration

Claude Desktop

Add this to your claude_desktop_config.json:

Standard (stdio) Mode:

{
  "mcpServers": {
    "kubecon-eu-mcp": {
      "command": "uvx",
      "args": ["kubecon-eu-mcp"]
    }
  }
}

Hosted (HTTP) Mode: If running the server with the --http flag:

{
  "mcpServers": {
    "kubecon-eu-mcp": {
      "url": "http://localhost:8000/mcp"
    }
  }
}

Contributing

  1. Clone the repository.
  2. Install dependencies with uv sync or pip install -e ..
  3. Run the server in development mode: python -m kubecon_eu_mcp.
  4. Submit a Pull Request with your improvements.

License: MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选