Connects to the hvilkenAI benchmarking service that tests 12+ language models daily on Norwegian, Swedish, and Danish tasks. You get five tools: query today's benchmark results by language and tier, pull weekly summaries with winners and reliability stats, check historical scores for specific models, view combined orchestrator rankings, and get model recommendations based on use case and budget. Tests run daily at 07:30 CET and cover language quality, instruction following, speed, and cost. Reach for this when you need current data on which models actually perform well on Scandinavian languages, especially if you're building customer service bots or content tools for Nordic markets.
Daily Scandinavian AI language quality benchmark — Norwegian, Swedish, Danish.
hvilkenAI benchmarks AI models daily on practical Scandinavian language tasks. 12+ models are tested every day, selected from a pool of over 350 AI models available through OpenRouter. This MCP server lets AI assistants access fresh benchmark data directly.
Use cases:
Get today's benchmark results for AI models on Scandinavian languages.
| Parameter | Type | Values | Default |
|---|---|---|---|
language | string | no, sv, da | no |
tier | string | all, premium, midrange, budget | all |
Returns: Model rankings with scores, pricing, and speed. Free tier returns yesterday's top 3; Pro returns today's full list.
Track a specific model's performance over time.
| Parameter | Type | Values | Default |
|---|---|---|---|
model_name | string | Model name or partial match, e.g. "Claude Sonnet", "GPT-4o", "gemini" | (required) |
language | string | no, sv, da | no |
days | number | 1–30 (free tier: max 3) | 7 |
Returns: Daily scores and trends for the specified model.
Find the best model for AI agent orchestration and multi-agent systems.
| Parameter | Type | Values | Default |
|---|---|---|---|
language | string | no, sv, da | no |
Returns: Models ranked by combined language quality and instruction-following ability.
Get a model recommendation tailored to your specific needs and budget.
| Parameter | Type | Values | Default |
|---|---|---|---|
use_case | string | writing, coding, research, agent, general | general |
language | string | no, sv, da | no |
budget | string | free, cheap, any | any |
Returns: Best model match with reasoning. Pro tier returns top 3 with full details.
Get the weekly benchmark summary with trends and reliability analysis.
| Parameter | Type | Values | Default |
|---|---|---|---|
language | string | no, sv, da | no |
week | string | Format YYYY-WW, e.g. "2026-21" | current week |
Returns: Winner, most reliable model, and key observations for the week.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hvilkenai": {
"type": "streamablehttp",
"url": "https://mcp.hvilkenai.no/mcp"
}
}
}
Claude Desktop supports OAuth 2.1 — you will be prompted to connect with free or Pro access when you first use the server.
claude mcp add --transport http hvilkenai https://mcp.hvilkenai.no/mcp
{
"mcpServers": {
"hvilkenai": {
"url": "https://mcp.hvilkenai.no/mcp"
}
}
}
curl -X POST https://mcp.hvilkenai.no/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
Free tier — no API key required:
Pro — requires API key (Bearer token):
Get an API key at hvilkenai.no/priser/
For Pro access, add your API key as a Bearer token:
{
"mcpServers": {
"hvilkenai": {
"type": "streamablehttp",
"url": "https://mcp.hvilkenai.no/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
You: Which AI model is best at Norwegian today?
Claude (using hvilkenAI): Based on today's benchmark from hvilkenai.no, [model name] leads with a score of X.X, followed by...
Data source: hvilkenai.no
https://mcp.hvilkenai.no/mcphttps://mcp.hvilkenai.no/healthMIT