Holdings MCP
Holdings invoicing
Ads
Overview
Software your AI can run. Let Claude, ChatGPT, or Cursor send invoices and take payment — card or ACH. You approve every send. No monthly fee. Tell the AI you already use who to bill and how much: it drafts the invoice, shows you a preview, and sends it the moment you confirm. Your client gets a payment link; you get paid by card or ACH, and you're told when the money lands. Quotes, clients, and recurring invoices included. Create a free key in your Holdings workspace → Settings → API keys. No monthly fee.
Installation
npx -y @getholdings/mcp
Configuration
{
"mcpServers": {
"holdings": {
"command": "npx",
"args": [
"-y",
"@getholdings/mcp"
],
"env": {
"HOLDINGS_API_KEY": "hw_live_your_key_here"
}
}
}
}Capabilities
- Create and send quotes
Generate estimates for clients, then convert accepted quotes into invoices.
- Send invoices and collect payment
Send an invoice with a card or ACH payment link, and get notified when the money lands.
- Draft and preview invoices
Create an invoice draft for a client; nothing reaches the client until you explicitly approve the send.
- Track payments and clients
See which invoices are paid or outstanding, and keep your client list up to date.
Tags
- finance
- payment
- business-operations
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.