← Registry

Productivity

driggsby.com

Manages personal finances including assets, liabilities, transactions, and account overview.

1 endpoint17 known toolsFirst detected May 13, 2026Last detected September 9, 2026

ENDPOINT 1

https://app.driggsby.com/mcp

No auth detected

MCP server metadata

Name
Driggsby
Version
1.0
Capabilities
tools
Server instructions

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_liability

Archive one existing custom asset or liability by reference.

Inferred read-only
create_custom_asset_or_liability

Create a new custom asset or liability that should count toward the user's net worth.

Potential side effects
email_me

Send a Driggsby-rendered email to the authenticated account owner's verified address.

Potential side effects
export_cash_transactions

Create a downloadable CSV file of cash transactions for a required date window, then return a short-lived Driggsby download URL.

Potential side effects
get_history

Show how the user's linked-account balances, investment holdings, or liabilities changed over time.

Inferred read-only
get_overview

Summarize the user's overall financial state in an agent-first format.

Inferred read-only
list_accounts

List the user's active linked accounts with stable opaque refs and account balance context.

Inferred read-only
list_assets_and_liabilities

List the user's assets and liabilities in one normalized balance-sheet view.

Inferred read-only
list_findings

Show 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 effects
list_investment_holdings

List the user's current investment positions.

Inferred read-only
list_outstanding_debts

List linked debts with positive current_balance values, along with consumer-readable balances, payment fields, due dates, `account_type`, and `account_subtype`.

Potential side effects
list_recurring_transactions

List Plaid-inferred recurring inflow and outflow streams, including predicted next dates and typical amounts.

Inferred read-only
query_cash_sql

Read-only analytical escape hatch for cash spending and income questions that do not map cleanly to the dedicated tools.

Inferred read-only
query_investment_sql

Read-only analytical escape hatch for investment-history questions that do not map cleanly to the dedicated tools.

Inferred read-only
search_cash_transactions

Search 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-only
search_investment_activity

Search investment history and portfolio events using Plaid investment transaction type and subtype semantics.

Inferred read-only
update_custom_asset_or_liability

Update one existing custom asset or liability by reference.

Potential side effects

CONNECT 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.

Trust status Trusted

driggsby.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.