Productivity
driggsby.com
Manages personal finances including assets, liabilities, transactions, and account overview.
ENDPOINT 1
https://app.driggsby.com/mcp
MCP server metadata
- Name
- Driggsby
- Version
- 1.0
Use get_overview first. It explains account-scoped queryable datasets, gross 30-day money movement, and recommended next tools. The download URL works on its own until it expires. No MCP access token is required to fetch it. Do not fetch CSV exports unless the user explicitly wants the agent to fetch the CSV contents. Before editing custom net worth rows, call list_assets_and_liabilities and copy that row's custom_item_ref.
Known tools 17
archive_custom_asset_or_liabilityArchive one existing custom asset or liability by reference.
Inferred read-onlycreate_custom_asset_or_liabilityCreate a new custom asset or liability that should count toward the user's net worth.
Potential side effectsemail_meSend a Driggsby-rendered email to the authenticated account owner's verified address.
Potential side effectsexport_cash_transactionsCreate a downloadable CSV file of cash transactions for a required date window, then return a short-lived Driggsby download URL.
Potential side effectsget_historyShow how the user's linked-account balances, investment holdings, or liabilities changed over time.
Inferred read-onlyget_overviewSummarize the user's overall financial state in an agent-first format.
Inferred read-onlylist_accountsList the user's active linked accounts with stable opaque refs and account balance context.
Inferred read-onlylist_assets_and_liabilitiesList the user's assets and liabilities in one normalized balance-sheet view.
Inferred read-onlylist_findingsShow a short, conservative list of transaction patterns worth the user's attention: likely duplicate charges, recurring-charge price changes, and newly detected subscriptions.
Potential side effectslist_outstanding_debtsList linked debts with positive current_balance values, along with consumer-readable balances, payment fields, due dates, `account_type`, and `account_subtype`.
Potential side effectslist_recurring_transactionsList Plaid-inferred recurring inflow and outflow streams, including predicted next dates and typical amounts.
Inferred read-onlyquery_cash_sqlRead-only analytical escape hatch for cash spending and income questions that do not map cleanly to the dedicated tools.
Inferred read-onlyquery_investment_sqlRead-only analytical escape hatch for investment-history questions that do not map cleanly to the dedicated tools.
Inferred read-onlysearch_cash_transactionsSearch depository and credit-account transaction history by text, merchant, date range, amount, account, best-available Driggsby category, semantic cashflow bucket, and spend-inclusion filters.
Inferred read-onlysearch_investment_activitySearch investment history and portfolio events using Plaid investment transaction type and subtype semantics.
Inferred read-onlyupdate_custom_asset_or_liabilityUpdate one existing custom asset or liability by reference.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.driggsby]
url = "https://app.driggsby.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"driggsby": {
"type": "http",
"url": "https://app.driggsby.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: driggsby
Remote MCP URL: https://app.driggsby.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"driggsby": {
"url": "https://app.driggsby.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"driggsby": {
"type": "http",
"url": "https://app.driggsby.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "driggsby",
"transport": "streamable-http",
"url": "https://app.driggsby.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for driggsby.com was fetched 2026-08-11T13:05:14.144Z and is being refreshed.
driggsby.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.