Catalog
io.github.nextauralabs/shelter
OfficialAI financial coaching powered by real bank data — cash flow, alerts, and savings
AI financial coach that analyzes real bank data for cash flow insights and savings recommendations.
README not available yet.
Install
Configuration
Environment variables
SHELTER_API_KEYsecretYour Shelter API key. Runs in demo mode without one.
SHELTER_API_URLCustom API base URL (default: https://api.shelter.money/agent)
claude_desktop_config.json
{
"mcpServers": {
"shelter": {
"command": "npx",
"args": [
"-y",
"@shelter.money/mcp@1.0.4"
],
"env": {
"SHELTER_API_KEY": "<YOUR_SHELTER_API_KEY>",
"SHELTER_API_URL": "<YOUR_SHELTER_API_URL>"
}
}
}
}