Serversio.github.nextauralabs/shelter
S

io.github.nextauralabs/shelter

io.github.nextauralabs/shelter · v1.0.4
▦ npm
v1.0.4npm npm: @shelter.money/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.nextauralabs/shelter",
  "description": "AI financial coaching powered by real bank data — cash flow, alerts, and savings",
  "repository": {
    "url": "https://github.com/nextauralabs/wealth-vault",
    "source": "github"
  },
  "version": "1.0.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@shelter.money/mcp",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Shelter API key. Runs in demo mode without one.",
          "format": "string",
          "isSecret": true,
          "name": "SHELTER_API_KEY"
        },
        {
          "description": "Custom API base URL (default: https://api.shelter.money/agent)",
          "format": "string",
          "name": "SHELTER_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}