kalundborg-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kalundborg-mcpSøg efter pas og kørekort"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Kalundborg MCP Server
MCP (Model Context Protocol) server til Kalundborg Kommune, der giver adgang til information fra kalundborg.dk.
Installation
npm installRelated MCP server: mcp-dawa
Brug
Lokalt
npm startMed Claude Desktop
Tilføj til din Claude Desktop konfiguration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"kalundborg": {
"command": "node",
"args": ["/sti/til/kalundborg-mcp-server/index.js"]
}
}
}Eller installer globalt:
npm install -g .Og brug:
{
"mcpServers": {
"kalundborg": {
"command": "kalundborg-mcp"
}
}
}Tilgængelige Tools
1. search_content
Søg i alt indhold på kalundborg.dk.
Input:
query(string, påkrævet): Søgeord eller sætning
Eksempel:
{
"query": "affald"
}2. get_news
Hent nyheder og pressemeddelelser fra Kalundborg Kommune.
Input:
limit(number, valgfri): Antal nyheder (standard: 10)year(string, valgfri): Filtrer efter år (fx "2025")category(string, valgfri): Filtrer efter kategori
Eksempel:
{
"limit": 5,
"year": "2025"
}3. get_popular_pages
Hent de mest populære sider på kalundborg.dk.
Input: Ingen parametre
Eksempel:
{}4. get_contact_info
Hent kontaktinformation for Kalundborg Kommune.
Input:
department(string, valgfri): Specifik afdeling
Eksempel:
{
"department": "borgerservice"
}5. search_services
Søg efter kommunale services og selvbetjeningsløsninger.
Input:
query(string, påkrævet): Søgeord for service
Eksempel:
{
"query": "pas og kørekort"
}Brug Cases
1. Find nyheder om trafiksikkerhed
Tool: get_news
Input: { "limit": 5 }2. Søg efter affaldsinformation
Tool: search_services
Input: { "query": "affald" }3. Hent kontaktoplysninger
Tool: get_contact_info
Input: {}4. Find populære selvbetjeningsløsninger
Tool: get_popular_pages
Input: {}Funktioner
✅ Real-time data fra kalundborg.dk ✅ Nyheder og pressemeddelelser ✅ Søgning i kommunale services ✅ Kontaktinformation ✅ Populære sider
Teknisk Stack
MCP SDK: @modelcontextprotocol/sdk
Web Scraping: cheerio
HTTP Client: node-fetch
Validation: zod
Udvikling
For at udvide serveren med flere tools:
Definer et nyt Zod schema
Implementer tool funktionen
Registrer tool i ListToolsRequestSchema handler
Tilføj case i CallToolRequestSchema handler
Licens
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for GOV.UK — search, content retrieval, organisation lookup, and postcode resolution.72MIT
- Alicense-qualityCmaintenanceMCP server for the Moroccan Open Data portal (data.gov.ma) enabling search and retrieval of datasets, resources, organizations, and groups via CKAN API.1MIT
- AlicenseAqualityDmaintenanceMCP server that provides tools to search Norwegian addresses, reverse geocode, find place names, and get elevation data from Kartverket's open geographic datasets.491MIT
Related MCP Connectors
MCP server for Statistics Sweden (SCB) - 1200+ tables with population, economy, environment data
Udbud.dk MCP — Danish government public procurement notices (keyless).
MCP server for Open Archives: Dutch genealogical records and historical page transcriptions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Parthee-Vijaya/MCP_Kalundborg.dk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server