The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Tekna Events & News listing page.
MCP server for Tekna events and news.
Add to your claude_desktop_config.json:
Or with docker compose:
Search Tekna's event catalog with optional filters for region, topic, format, price, language, and audience.
Get full details for a specific event including speakers, agenda, and pricing.
Fetch recent news articles with optional content type filtering.
List all Tekna member benefits organized by category.
For streamable-http transport:
| Variable | Default | Description |
|---|---|---|
MCP_TRANSPORT | stdio | Transport protocol (stdio or streamable-http) |
MCP_HOST | 0.0.0.0 | Host for streamable-http |
MCP_PORT | 3000 | Port for streamable-http |
TEKNA_TIMEOUT | 30 | Tekna API timeout in seconds |
TEKNA_CACHE_TTL | 900 | Cache TTL in seconds (15 min) |
LOG_LEVEL | INFO | Logging level |
MIT