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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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