K
Kartverket
Norwegian mapping authority data via MCP including topographic data, cadastral info, and coordinate systems.
Share:
About
Norwegian mapping authority data via MCP including topographic data, cadastral info, and coordinate systems.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Kartverket.
- What data does the Kartverket MCP provide?
- This MCP provides access to Norwegian mapping authority data. This includes topographic data, cadastral information, and coordinate systems as published by Kartverket, the Norwegian mapping authority.
- How do I install the Kartverket MCP in a client like Claude Desktop?
- Installation in Claude Desktop typically involves adding the MCP's slug or repository URL within the client's settings. Since the transport is stdio, ensure your execution environment supports this for MCP communication.
- Does the Kartverket MCP require authentication or an API key?
- No, the Kartverket MCP as described does not require authentication. It uses 'none' as its authentication type, meaning no API keys or OAuth credentials are needed for access.
- What are the common use cases for the Kartverket MCP?
- Typical use cases involve applications requiring geographic data for Norway. This can include mapping services, land management systems, urban planning tools, and geocoding services that benefit from official topographical and cadastral information.
- Is there a cost associated with using the Kartverket MCP?
- The MCP itself does not specify a cost. The cost or licensing for the underlying data provided by Kartverket depends on their official policies, which should be consulted directly.
- What is a potential limitation when using the Kartverket MCP?
- A potential limitation is that the data provided is specific to Norway. Applications requiring mapping data for other regions will need to integrate additional MCPs or data sources. Furthermore, the freshness of data depends on the Kartverket update cycles.
Install Kartverket
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"kartverket": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kartverket"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"kartverket": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kartverket"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"kartverket": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kartverket"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.