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 ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# @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

Lo que la gente pregunta sobre apier-mcp

¿Qué es PowerLaunch/apier-mcp?

+

PowerLaunch/apier-mcp es mcp servers para el ecosistema de Claude AI. Thin npm proxy connecting local MCP clients to the hosted MCP server for Apier, the Norwegian compliance API: https://www.apier.no/api/mcp Tiene 0 estrellas en GitHub y se actualizó por última vez yesterday.

¿Cómo se instala apier-mcp?

+

Puedes instalar apier-mcp clonando el repositorio (https://github.com/PowerLaunch/apier-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar PowerLaunch/apier-mcp?

+

Nuestro agente de seguridad ha analizado PowerLaunch/apier-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene PowerLaunch/apier-mcp?

+

PowerLaunch/apier-mcp es mantenido por PowerLaunch. La última actividad registrada en GitHub es de yesterday, con 9 issues abiertos.

¿Hay alternativas a apier-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega apier-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a apier-mcp