mcpbeat Sign in

Shelter MCP Server

by nextauralabs Your server? Claim it
local only

Shelter runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm.

Connect AI agents to scoped financial context from your own Shelter account

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 451 · avg 23 · +243% w/w
a month agotoday
46
Installs / week
npm · @shelter.money/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository nextauralabs/wealth-vault
пакет @shelter.money/mcp ссылается на nextauralabs/shelter-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add shelter -- npx -y @shelter.money/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shelter": {
      "args": [
        "-y",
        "@shelter.money/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shelter]
command = "npx"
args = ["-y", "@shelter.money/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "shelter": {
      "args": [
        "-y",
        "@shelter.money/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shelter": {
      "args": [
        "-y",
        "@shelter.money/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SHELTER_API_KEY (Your scoped Shelter API key. Financial values are suppressed without one.), SHELTER_API_URL (Custom API base URL (default: https://api.shelter.money/agent)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Shelter

same job, measured the same way
Inter MCP
by mcp-dir

Connect your Inter account to AI via Brazil's Open Finance: balances, statements, cards, investments

25 tools answering
Monte Bravo MCP
by mcp-dir

Connect your Monte Bravo account to AI via Brazil's Open Finance: balances, statements, cards, inves

25 tools answering
Next MCP
by mcp-dir

Connect your Next account to AI via Brazil's Open Finance: balances, statements, cards, investments.

25 tools answering
Banco Master MCP
by mcp-dir

Connect your Banco Master account to AI via Brazil's Open Finance: balances, statements, cards, inve

25 tools answering
Uber Conta by Digio MCP
by mcp-dir

Connect your Uber Conta by Digio account to AI via Brazil's Open Finance: balances, statements, card

25 tools answering
Conta Bemol MCP
by mcp-dir

Connect your Conta Bemol account to AI via Brazil's Open Finance: balances, statements, cards, inves

25 tools answering
Player's Bank MCP
by mcp-dir

Connect your Player's Bank account to AI via Brazil's Open Finance: balances, statements, cards, inv

25 tools answering
QI SCD MCP
by mcp-dir

Connect your QI SCD account to AI via Brazil's Open Finance: balances, statements, cards, investment

25 tools answering

Shelter — questions

Answers built from our own checks of this server.

Why is there no uptime for Shelter?
Shelter runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @shelter.money/mcp was installed 46 times last week.
Is Shelter still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Shelter?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @shelter.money/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Shelter?
The npm package @shelter.money/mcp was installed 46 times in the last week. Week over week that is +243%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.