← Index

io.github.nextauralabs/shelter

io.github.nextauralabs/shelter·v1.0.4·Other
Quality Score
82
/100

AI financial coaching powered by real bank data — cash flow, alerts, and savings

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shelter": {
      "command": "npx",
      "args": [
        "-y",
        "@shelter.money/mcp"
      ],
      "env": {
        "SHELTER_API_KEY": "<your-shelter_api_key>",
        "SHELTER_API_URL": "<shelter_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shelter": {
      "command": "npx",
      "args": [
        "-y",
        "@shelter.money/mcp"
      ],
      "env": {
        "SHELTER_API_KEY": "<your-shelter_api_key>",
        "SHELTER_API_URL": "<shelter_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @shelter.money/mcp
§02  Environment variables
SHELTER_API_KEY
secret

Your Shelter API key. Runs in demo mode without one.

SHELTER_API_URL

Custom API base URL (default: https://api.shelter.money/agent)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other