← driggsby.com

INDIVIDUAL MCP TOOL

create_custom_asset_or_liability

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

driggsby.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.driggsby.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_custom_asset_or_liability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

driggsby.com

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.

Related tools

  • archive_custom_asset_or_liability — Archive one existing custom asset or liability by reference.
  • email_me — Send a Driggsby-rendered email to the authenticated account owner's verified address.
  • export_cash_transactions — Create a downloadable CSV file of cash transactions for a required date window, then return a short-lived Driggsby download URL.
  • get_history — Show how the user's linked-account balances, investment holdings, or liabilities changed over time.
  • get_overview — Summarize the user's overall financial state in an agent-first format.
  • list_accounts — List the user's active linked accounts with stable opaque refs and account balance context.
  • list_assets_and_liabilities — List the user's assets and liabilities in one normalized balance-sheet view.
  • 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.