Skip to main content
ClaudeWave

Thin, open-source MCP bridge to the Numeratica financial-planning API. Add retirement, tax & planning tools to any MCP client with npx.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/numeratica/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/numeratica/mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# @numeratica/mcp

A thin [MCP](https://modelcontextprotocol.io) bridge that connects any MCP client (Claude Desktop, Cursor, …) to the **[Numeratica](https://docs.numeratica.com)** financial-planning API — retirement Monte Carlo, taxes, RMDs, Social Security, Roth conversions, and more.

**Get a free key at [https://docs.numeratica.com](https://docs.numeratica.com).**

## How it works

This package is a **transport bridge, nothing more**. It reads JSON-RPC from stdin and forwards each message to the hosted `POST /mcp` endpoint with your API key as a bearer token, then writes the response back to stdout. The tool list and all results come straight from the API — so the bridge always stays in sync and ships no calculation logic of its own. Your key is sent only in the `Authorization` header and **is never logged**.

- **Zero runtime dependencies** (Node ≥ 20 built-in `fetch` + `node:readline`).
- Open source (MIT). The interesting part is the API; this is just the wire.

## Install

No install needed — your MCP client runs it on demand with `npx`. (You can also `npm i -g @numeratica/mcp` to get the `numeratica-mcp` command.)

### Step 1 — look around, no key needed

Start here. This config needs no signup and no key:

```json
{
  "mcpServers": {
    "numeratica": {
      "command": "npx",
      "args": ["-y", "@numeratica/mcp"]
    }
  }
}
```

Put it in `claude_desktop_config.json` (Claude Desktop: Settings → Developer → Edit
Config) or `~/.cursor/mcp.json` (Cursor, or a project `.cursor/mcp.json`), then
restart the client. All 76 tools appear, and you can ask what's available — *"What
Numeratica tools do you have?"*

Without a key the bridge runs in **discovery-only mode**: browsing the catalogue
works, running a calculation returns a message telling you to add a key. That's the
intended state, not a failure.

### Step 2 — add a key to run calculations

Get a free key at [docs.numeratica.com/get-key](https://docs.numeratica.com/get-key),
then add one line:

```json
{
  "mcpServers": {
    "numeratica": {
      "command": "npx",
      "args": ["-y", "@numeratica/mcp"],
      "env": { "NUMERATICA_API_KEY": "nmr_sk_your_key_here" }
    }
  }
}
```

Restart, and the tools are live. Try: *"Run a retirement Monte Carlo for a 40-year-old retiring at 65."*

## Configuration

| Variable | Required | Default | Notes |
| --- | --- | --- | --- |
| `NUMERATICA_API_KEY` | to run calculations | — | Your key. Get one free at [docs.numeratica.com/get-key](https://docs.numeratica.com/get-key). Never logged. Omit it to browse the catalogue in discovery-only mode. |
| `NUMERATICA_BASE_URL` | no | `https://api.numeratica.com` | Override the API base (e.g. for testing). |

You can also pass the key with `--key <value>` or `--key=<value>` instead of the env
var, but **prefer `NUMERATICA_API_KEY`**: a key on the command line is visible to
`ps` for every user on the machine, lands in shell history, and is stored verbatim
in MCP client config files that people routinely paste into issue reports. For a
non-env option that avoids all three, use `--key-file <path>`.

## Links

- **API docs & reference:** [https://docs.numeratica.com](https://docs.numeratica.com)
- **Get a free key:** [https://docs.numeratica.com/get-key](https://docs.numeratica.com/get-key)

## License

MIT © Numeratica / Francis Townsend-Merino
agentfinancellm-toolsmcpmodel-context-protocolnumeraticaretirementtax

Lo que la gente pregunta sobre mcp

¿Qué es numeratica/mcp?

+

numeratica/mcp es mcp servers para el ecosistema de Claude AI. Thin, open-source MCP bridge to the Numeratica financial-planning API. Add retirement, tax & planning tools to any MCP client with npx. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/numeratica/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 numeratica/mcp?

+

numeratica/mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene numeratica/mcp?

+

numeratica/mcp es mantenido por numeratica. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mcp?

+

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

Despliega 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: numeratica/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/numeratica-mcp)](https://claudewave.com/repo/numeratica-mcp)
<a href="https://claudewave.com/repo/numeratica-mcp"><img src="https://claudewave.com/api/badge/numeratica-mcp" alt="Featured on ClaudeWave: numeratica/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp