ClipMarts

Finance Stack

QuickBooks, Plaid, and Google Sheets for financial data access

finance ops teamsbookkeepersoperators linking systems
$29Operator PackFor departments, agencies, and ops-heavy teams

What is Finance Stack?

MCP servers: QuickBooks (invoices, expenses), Plaid (bank connections), and spreadsheets (Google Sheets). Read-only financial data access.

Setup Time

10 min

Difficulty

Intermediate

Works With
paperclipclaude-code

Why This Product Sells

Finance bundles convert because buyers value faster time-to-live-data more than another standalone prompt file.

Best For

  • finance ops teams
  • bookkeepers
  • operators linking systems

Outcomes

  • connect finance data faster
  • reduce CSV shuffling
  • power finance agents with live context

Included

  • QuickBooks access
  • Plaid connectivity
  • reporting integrations

Before vs. After

Before

  • Slow turnaround on time-sensitive operations
  • Reconciliation bottlenecks slowing monthly close
  • Fragmented tools and disconnected workflows

After deploying Finance Stack

  • connect finance data faster
  • reduce CSV shuffling
  • power finance agents with live context

What's Included

  • mcp-servers.json
  • servers/quickbooks/config.json
  • servers/quickbooks/auth-setup.md
  • servers/quickbooks/permissions.md
  • servers/plaid/config.json
  • servers/plaid/auth-setup.md
  • servers/google-sheets/config.json
  • servers/google-sheets/auth-setup.md
  • docker-compose.yaml
  • env.example
  • scripts/setup.sh
  • scripts/test-connections.sh
  • README.md

Preview

mcp-servers.json
// mcp-servers.json
{
  "mcpServers": {
    "quickbooks": {
      "command": "npx",
      "args": ["-y", "@mcp/quickbooks-server"],
      "env": {
        "QB_CLIENT_ID": "${QB_CLIENT_ID}",
        "QB_CLIENT_SECRET": "${QB_CLIENT_SECRET}",
        "QB_REALM_ID": "${QB_REALM_ID}"
      }
    },
    "plaid": {
      "command": "npx",
      "args": ["-y", "@mcp/plaid-server"],
      "env": {
        "PLAID_CLIENT_ID": "${PLAID_CLIENT_ID}",
        "PLAID_SECRET": "${PLAID_SECRET}",
        "PLAID_ENV": "sandbox"
      }
    },
    "google-sheets": {
      "command": "npx",
      "args": ["-y", "@mcp/sheets-server"],
      "env": {
        "SHEETS_CREDENTIALS_PATH": "./credentials/sheets.json"
      }
    }
  }
}

Installation Guide

terminal
$ paperclipai skill import --from ./finance-mcp-bundle/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip finance-mcp-bundle.zip
2

Import the skill

paperclipai skill import --from ./finance-mcp-bundle/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill finance-mcp-bundle

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Finance Stack"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the finance-mcp-bundle/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Finance Stack" from the list.

Share
Files included13
Setup time10 min
Difficultyintermediate

Tags

mcpquickbooksplaidfinancebankingsheets