Read-only money tools MCP for Claude/Cursor — safe-to-spend / overdraft-aware Shelter.
Shelter MCP gives Claude, Cursor, Codex, and other agents scoped, read-only access to Shelter-generated financial context. It provides safe-to-spend, overdraft-aware forecasts, alerts, runway, affordability checks, and coaching answers without moving money or exposing bank credentials.
from agents import Agent
from agents.mcp import MCPServerStdio
mcp_server = MCPServerStdio(
command="npx",
args=["-y", "@shelter.money/mcp"],
)
agent = Agent(
name="My Agent",
model="gpt-4o",
mcp_servers=[mcp_server],
)If you maintain Shelter, add this badge to your README to show it's verified on CuratedMCP:
[](https://www.curatedmcp.com/marketplace/shelter)