Bygglov Ärendesystem MCP Server
Enables interaction with a Swedish building permit case management system, allowing case overview, listing, retrieval, summarization, status updates, note addition, and creation of cases through natural language.
README
Bygglov 2.0 - demoarendesystem med MCP
Det här är ett lokalt demoärendesystem för att visa hur en Copilot Studio-agent kan arbeta mot ett tredjepartssystem via MCP.
Starta
cd "C:\Users\anadolf\OneDrive - Microsoft\Dokument\Microsoft Scout\arendesystem-mcp-demo"
npm start
Webbgränssnitt: http://localhost:3978
MCP-endpoint: http://localhost:3978/mcp
Hälsokontroll: http://localhost:3978/health
Datakälla
Första gången appen startar seedas data/cases.json från den lokala Bygglov-demomiljön:
bygglov_sharepoint_casesbygglov_status_casesbygglov_approved_casesBygglov 2.0\Bygglov_2_0_demo\output\sharepoint_casesBygglov 2.0\Bygglov_2_0_demo\sample_incoming_case.json
SharePoint-källan som demon motsvarar:
https://m365cpi70484186.sharepoint.com/sites/Almedalen/Delade%20dokument/Forms/AllItems.aspx?web=1&FolderCTID=0x0120009AA01829982188468E2F1A4CC2D5DFB6&id=%2Fsites%2FAlmedalen%2FDelade%20dokument%2FBygglov
Om du vill seeda om från källmapparna: stoppa servern, ta bort data\cases.json och starta igen.
MCP-verktyg
Servern exponerar dessa verktyg:
bygglov_demo_overviewbygglov_list_casesbygglov_get_casebygglov_summarize_casebygglov_missing_documentsbygglov_update_statusbygglov_add_notebygglov_create_case
Koppla till Copilot Studio
För lokal demo behöver MCP-endpointen vara nåbar från Copilot Studio, exempelvis via Microsoft Dev Tunnels eller motsvarande säker tunnel.
Exempel:
devtunnel host -p 3978 --allow-anonymous
Använd sedan tunnelns publika HTTPS-adress med /mcp, exempelvis:
https://<din-tunnel>.devtunnels.ms/mcp
Demoidéer för agenten
- "Visa status för BYGG-2026-0001."
- "Vilka ärenden väntar på komplettering?"
- "Sammanfatta BYGG-2026-20260616-19001 och föreslå nästa steg."
- "Lägg en intern notering på BYGG-2026-20260616-19001."
- "Ändra status till Grannhörande/remiss."
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.