mcp-tekna
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host for streamable-http | 0.0.0.0 |
| MCP_PORT | No | Port for streamable-http | 3000 |
| LOG_LEVEL | No | Logging level | INFO |
| MCP_TRANSPORT | No | Transport protocol (`stdio` or `streamable-http`) | stdio |
| TEKNA_TIMEOUT | No | Tekna API timeout in seconds | 30 |
| TEKNA_CACHE_TTL | No | Cache TTL in seconds (15 min) | 900 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_member_benefitsA | List all Tekna member benefits with descriptions and URLs. Always include benefit links when presenting results. Format as clickable markdown: Benefit Name |
| search_eventsA | Search Tekna's event catalog with optional filters. Always include the event links when presenting results. Format as clickable markdown: Event Title Args: query: Free-text search (e.g., 'AI', 'ledelse') region: Filter by region (Digital, Nord-Norge, Sørlandet, Trøndelag, Vestlandet, Østlandet) field_of_study: Filter by topic (e.g., 'Informasjonsteknologi', 'Ledelse') price_group: Filter by price (free, under_1000, over_1000) language: Filter by language (norsk, engelsk) target_audience: Filter by audience (open, student, member, tekna_ung, tillitsvalgt) event_format: Filter by format (in-person, digital) page: Page number (1-based, default 1) page_size: Items per page (default 10, max 50) |
| get_event_detailsA | Get full details for a specific Tekna event. Always include the event link when presenting results. Format as clickable markdown: Event Title Args: event_number: The event number (e.g., '51691') |
| get_newsA | Fetch recent news articles from Tekna. Always include article links when presenting results. Format as clickable markdown: Article Title Args: content_type: Filter by type (Aktuelt, Tekna magasinet, Rad og tips, Politisk, Working in Norway) page: Page number (1-based, default 1) page_size: Items per page (default 10, max 50) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vortiago/mcp-tekna'
If you have feedback or need assistance with the MCP directory API, please join our Discord server