CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Hvilkenai Mcp

erorund/hvilkenai-mcp
HTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

hvilkenAI MCP Server

Glama Quality Score

Daily Scandinavian AI language quality benchmark — Norwegian, Swedish, Danish.

What this does

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:

  • "Which AI is best at Norwegian right now?"
  • "Compare GPT-4o vs Claude on Swedish"
  • "What's the cheapest model that handles Danish well?"
  • "Show me how Gemini has performed this week"

Available tools

get_daily_benchmark

Get today's benchmark results for AI models on Scandinavian languages.

ParameterTypeValuesDefault
languagestringno, sv, dano
tierstringall, premium, midrange, budgetall

Returns: Model rankings with scores, pricing, and speed. Free tier returns yesterday's top 3; Pro returns today's full list.

get_model_history

Track a specific model's performance over time.

ParameterTypeValuesDefault
model_namestringModel name or partial match, e.g. "Claude Sonnet", "GPT-4o", "gemini"(required)
languagestringno, sv, dano
daysnumber1–30 (free tier: max 3)7

Returns: Daily scores and trends for the specified model.

get_orchestrator_ranking

Find the best model for AI agent orchestration and multi-agent systems.

ParameterTypeValuesDefault
languagestringno, sv, dano

Returns: Models ranked by combined language quality and instruction-following ability.

get_recommendation

Get a model recommendation tailored to your specific needs and budget.

ParameterTypeValuesDefault
use_casestringwriting, coding, research, agent, generalgeneral
languagestringno, sv, dano
budgetstringfree, cheap, anyany

Returns: Best model match with reasoning. Pro tier returns top 3 with full details.

get_weekly_summary

Get the weekly benchmark summary with trends and reliability analysis.

ParameterTypeValuesDefault
languagestringno, sv, dano
weekstringFormat YYYY-WW, e.g. "2026-21"current week

Returns: Winner, most reliable model, and key observations for the week.

Quick start

Claude Desktop

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 Code (CLI)

claude mcp add --transport http hvilkenai https://mcp.hvilkenai.no/mcp

Cursor / VS Code

{
  "mcpServers": {
    "hvilkenai": {
      "url": "https://mcp.hvilkenai.no/mcp"
    }
  }
}

Direct API

curl -X POST https://mcp.hvilkenai.no/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'

Authentication

Free tier — no API key required:

  • 24-hour delayed data
  • Top 3 models per language
  • 100 requests/hour

Pro — requires API key (Bearer token):

  • Real-time data (updated daily at 07:30 CET)
  • All models, all languages
  • Historical data up to 30 days
  • Higher rate limits

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"
      }
    }
  }
}

Example interaction

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...

About the benchmark

  • Updated daily at 07:30 CET
  • Three languages: Norwegian (Bokmål), Swedish, Danish
  • Practical tasks: Real-world language use, not academic tests
  • Broad coverage: 12+ models selected daily from over 350 AI models
  • Independent: No sponsorships, no affiliate deals
  • Proprietary methodology: Scoring uses a proprietary weighting system

Data source: hvilkenai.no

Links

  • Website: hvilkenai.no
  • Glama: glama.ai/mcp/servers/erorund/hvilkenai-mcp
  • Integrations page: hvilkenai.no/integrasjoner/
  • Server URL: https://mcp.hvilkenai.no/mcp
  • Health check: https://mcp.hvilkenai.no/health

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 26, 2026
View on GitHub