Sign In

@shelter.money/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@shelter.money/mcp

MCP server for Shelter — AI financial coaching powered by real bank data

latest
npmnpm
Version
1.0.4
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@shelter.money/mcp

MCP server for Shelter — AI financial coaching powered by real bank data.

Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

Quick Start

SHELTER_API_KEY=sk_xxx npx @shelter.money/mcp

No API key? It runs in demo mode with sample data so you can try it out.

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "shelter": {
      "command": "npx",
      "args": ["-y", "@shelter.money/mcp"],
      "env": {
        "SHELTER_API_KEY": "sk_xxx"
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP settings:

{
  "shelter": {
    "command": "npx",
    "args": ["-y", "@shelter.money/mcp"],
    "env": {
      "SHELTER_API_KEY": "sk_xxx"
    }
  }
}

Tools

ToolDescription
shelter_statusFinancial snapshot — safe-to-spend, balances, health score
shelter_runwayDays until you run out of money, daily budget
shelter_forecastProjected cash flow over the next few weeks
shelter_alertsUnusual spending, upcoming bills, low balance warnings
shelter_opportunitiesSavings opportunities — unused subscriptions, negotiable bills
shelter_contextNatural-language summary of your financial situation
shelter_affordabilityCheck if you can afford a purchase and see the impact
shelter_coach_dailyToday's personalized financial coaching tip
shelter_coach_adviceTargeted advice on debt, savings, bills, subscriptions, or negotiation
shelter_askAsk Guardian AI any question about your finances

Prompts

PromptDescription
financial-checkupStep-by-step review of status, alerts, forecast, and runway
spending-reviewFind savings opportunities with optional category focus
plan-a-purchaseEvaluate if you can afford something and understand the impact

Environment Variables

VariableRequiredDescription
SHELTER_API_KEYNoYour Shelter API key. Runs in demo mode without one.
SHELTER_API_URLNoCustom API base URL (default: https://api.shelter.money/agent)

Programmatic Usage

import { createShelterMcpServer } from '@shelter.money/mcp';

const server = createShelterMcpServer();

License

MIT

Keywords

mcp

FAQs

Package last updated on 23 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts