Labsco
lovieco logo

Lovie — Company Formation MCP

from lovieco

The Company Formation MCP for AI tools — form companies, manage bank accounts, cards, invoices and payments directly from your AI agent.

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys

lovie — Company Formation MCP Server

The Company Formation MCP for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.

What You Can Do

CategoryTools
Company FormationStart formation, set state, choose entity type, check name availability, add shareholders, generate certificate, pay filing fee
Bank AccountsCreate checking/savings/wallet, get balances, freeze/unfreeze, close accounts
CardsIssue virtual/physical cards, set spending limits, freeze/unfreeze, cancel
PaymentsTransfer between accounts, deposit funds, withdraw from wallet
InvoicingCreate/send/duplicate invoices, mark as paid, generate PDFs
ClientsCreate and manage client records for invoicing
TransactionsList and filter transactions with AI-powered categorization
Linked AccountsConnect external bank accounts via Plaid, sync transactions
User ProfileView/update profile, manage sessions, activity history

Commands

lovie              # Show setup instructions
lovie login        # Authenticate with Lovie
lovie logout       # Clear stored credentials
lovie status       # Check authentication status
lovie help         # Show help

How It Works

This package is a lightweight stdio-to-HTTP proxy. It connects your local AI tool to the Lovie MCP server:

AI Tool (Claude, Cursor, etc.)  ←— stdio —→  lovie (this package)  ←— HTTPS —→  Lovie MCP Server
  • On startup, discovers all available tools from the remote server
  • Forwards tool calls over HTTPS and returns results via stdio
  • Handles OAuth authentication, session management, and automatic token refresh
  • All business logic runs on the Lovie server — this package is just the bridge

Environment Variables

VariableDescription
LOVIE_MCP_URLCustom MCP server URL (default: https://mcp.lovie.co/mcp/mcp)
LOVIE_API_KEYBearer token — overrides stored OAuth token
DEBUGEnable verbose logging to stderr

License

MIT