← Back to Plugins
MCP Server MCP

Apier

github By github 👁 3 views ▲ 0 votes

Compliance infrastructure API connecting AI agents to Norwegian government systems (Altinn, BRREG).

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.apier.no/api/mcp",
      "headers": [
        {
          "description": "Apier API key in the form: Bearer <api_key>. REQUIRED for company-data, authority, and action tools; OPTIONAL for the six keyless public tools: the five public reads (get_public_obligations, get_public_deadlines, explain_compliance_error, get_exchange_rate, get_pricing) answer with no credential at all, and redeem_issuance_token needs no API key but requires a one-time owner-issued issuance token in its arguments. All keyless calls are per-IP rate-limited. Discovery needs no key at all: GET /api/mcp and the JSON-RPC handshake methods (initialize, tools/list) are keyless — only tools/call is keyed. Provision a free key at https://www.apier.no/docs/authentication",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...