U
UDIR School Registry
Access Norwegian school and kindergarten registry data from NSR and NBR via UDIR's open APIs.
Share:
About
Access Norwegian school and kindergarten registry data from NSR and NBR via UDIR's open APIs.
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 UDIR School Registry.
- What data can I access using the UDIR School Registry MCP?
- This MCP facilitates access to Norwegian school and kindergarten registry data. It consolidates information from the National School Registry (NSR) and the National Kindergarten Registry (NBR), allowing users to retrieve educational institution data via UDIR's open APIs.
- How do I install the UDIR School Registry MCP in an MCP client?
- To install, clone the repository from github.com/3121n/nor-data-udir-mcp. The specific installation steps for a client like Claude Desktop, Cursor, or Cline depend on their respective documentation for local MCP integration using the stdio transport.
- Does the UDIR School Registry MCP require an API key or other authentication?
- Based on the provided information, the UDIR School Registry MCP uses an 'Auth type: none'. Therefore, it does not require an API key, OAuth, or other specific credentials to use its functionalities.
- What are the primary capabilities exposed by this MCP?
- The MCP's primary capability is to provide an interface for querying Norwegian school and kindergarten registry data. It acts as a wrapper around UDIR's open APIs, enabling programmatic access to the underlying NSR and NBR information.
- Are there any known limitations or prerequisites for using this MCP?
- A key prerequisite for this MCP is that it operates via stdio transport, meaning it interacts with clients through standard input/output streams. Clients must support this transport method for the MCP to function correctly.
Install UDIR School Registry
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"udir-school-registry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-udir-school-registry"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"udir-school-registry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-udir-school-registry"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"udir-school-registry": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-udir-school-registry"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.