com.dropwatchhq/found-money
Official2 toolsFoundMoney
Search open US class-action settlements to claim + official free state unclaimed-money portals.
Search and claim open US class-action settlements and state unclaimed money.
Captured live from the server via tools/list.
search_settlements
Search currently-open US class-action settlements you may be able to claim for free. Filter by keyword (company/brand), category (e.g. data-breach, privacy, junk-fees), and whether proof is required. Returns each settlement's payout, claim deadline, days-left, proof requirement, category, and official claim URL. Sorted by soonest deadline. Use to find money a user may be owed.
Parameters (4)
- keywordstring
Company/brand or topic to match, e.g. 'Equifax' or 'breach'.
- categorystring
Category slug filter, e.g. 'data-breach', 'privacy', 'junk-fees', 'auto-vehicle'.
- noProofOnlyboolean
If true, only return settlements that appear to need no purchase proof.
- limitnumber
Max results (default 20, max 100).
unclaimed_money_portal
Get the official, free unclaimed-property (unclaimed money) search portal for a US state plus the national NAUPA/missingmoney.com link. Use to direct someone to where they can search for forgotten bank accounts, refunds, etc.
Parameters (1)
- statestringrequired
State name or 2-letter code, e.g. 'Texas' or 'TX'.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"found-money": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://found-money.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.