Skip to main content
ClaudeWave

Thin npm proxy connecting local MCP clients to the hosted MCP server for Apier, the Norwegian compliance API: https://www.apier.no/api/mcp

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated yesterday
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · @apier-no/mcp
Claude Code CLI
claude mcp add apier-mcp -- npx -y @apier-no/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "apier-mcp": {
      "command": "npx",
      "args": ["-y", "@apier-no/mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# @apier-no/mcp

Hardened thin npm proxy that connects local MCP clients (Claude Desktop, Cursor, Zed, Codex) to **[Apier](https://www.apier.no)'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.

## What this is

A small wrapper around [`mcp-remote`](https://github.com/geelen/mcp-remote) that:

- Reads `APIER_API_KEY` from your environment.
- **Scrubs it from the spawned child process environment** before invoking `mcp-remote`.
- Forwards the key only via `--header "Authorization: Bearer …"` argv.
- Refuses non-https endpoints.
- Redacts any `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.

## Install
npm install -g @apier-no/mcp

or invoke ephemerally via `npx`:
npx -y @apier-no/mcp

## Get an API key

https://www.apier.no/dashboard/keys

## Claude Desktop / Cursor config

```json
{
  "mcpServers": {
    "apier": {
      "command": "npx",
      "args": ["-y", "@apier-no/mcp"],
      "env": { "APIER_API_KEY": "apier_live_<your_key_here>" }
    }
  }
}
```

## Configuration

| Variable | Required | Default |
|---|---|---|
| `APIER_API_KEY` | yes | — |
| `--endpoint <url>` | no | `https://www.apier.no/api/mcp` |
| `MCP_REMOTE_CONFIG_DIR` | no | `~/.mcp-auth` |

## Security

See [SECURITY.md](./SECURITY.md) for the full threat model and disclosure policy.

## License

MIT
altinnaltinn3mcpmodel-context-protocolnorway

What people ask about apier-mcp

What is PowerLaunch/apier-mcp?

+

PowerLaunch/apier-mcp is mcp servers for the Claude AI ecosystem. Thin npm proxy connecting local MCP clients to the hosted MCP server for Apier, the Norwegian compliance API: https://www.apier.no/api/mcp It has 0 GitHub stars and was last updated yesterday.

How do I install apier-mcp?

+

You can install apier-mcp by cloning the repository (https://github.com/PowerLaunch/apier-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is PowerLaunch/apier-mcp safe to use?

+

Our security agent has analyzed PowerLaunch/apier-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains PowerLaunch/apier-mcp?

+

PowerLaunch/apier-mcp is maintained by PowerLaunch. The last recorded GitHub activity is from yesterday, with 9 open issues.

Are there alternatives to apier-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy apier-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: PowerLaunch/apier-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/powerlaunch-apier-mcp)](https://claudewave.com/repo/powerlaunch-apier-mcp)
<a href="https://claudewave.com/repo/powerlaunch-apier-mcp"><img src="https://claudewave.com/api/badge/powerlaunch-apier-mcp" alt="Featured on ClaudeWave: PowerLaunch/apier-mcp" width="320" height="64" /></a>

More MCP Servers

apier-mcp alternatives