Server data from the Official MCP Registry
Compliance API bridging AI agents to Norwegian government systems (Altinn, Maskinporten, BRREG)
Compliance API bridging AI agents to Norwegian government systems (Altinn, Maskinporten, BRREG)
Remote endpoints: streamable-http: https://www.apier.no/api/mcp
This is a well-engineered hardened proxy for MCP that demonstrates strong security practices around credential handling, environment variable scrubbing, and input validation. The code includes comprehensive redaction of secrets from stderr, strict HTTPS enforcement, and a resilient JSON-RPC validation layer with idle-timeout protection. A few minor code quality observations (broad exception handlers, logging of redacted errors) and the dependency on mcp-remote do not significantly impact the overall security posture. The server's permissions (network_http, env_vars) are appropriate for its purpose as a thin authenticated proxy. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity).
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Hardened thin npm proxy that connects local MCP clients (Claude Desktop, Cursor, Zed, Codex) to Apier's hosted Norwegian compliance MCP server at https://www.apier.no/api/mcp.
Published as @apier-no/mcp. The @apier scope was unavailable, so this package ships under the @apier-no scope.
A small wrapper around mcp-remote that:
APIER_API_KEY from your environment.mcp-remote.--header "Authorization: Bearer …" argv.Bearer …, apier_(live|test)_…, ghp_…, or Authorization: substring from stderr before writing.All tool semantics live server-side at https://www.apier.no/api/mcp.
npm install -g @apier-no/mcp
or invoke ephemerally via npx:
npx -y @apier-no/mcp
https://www.apier.no/dashboard/keys
{
"mcpServers": {
"apier": {
"command": "npx",
"args": ["-y", "@apier-no/mcp"],
"env": { "APIER_API_KEY": "apier_live_<your_key_here>" }
}
}
}
| Variable | Required | Default |
|---|---|---|
APIER_API_KEY | yes | — |
--endpoint <url> | no | https://www.apier.no/api/mcp |
MCP_REMOTE_CONFIG_DIR | no | ~/.mcp-auth |
See SECURITY.md for the full threat model and disclosure policy.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.