Skip to content
MCP Server Directory logo
finance-ecommerce

Lovie Company Formation MCP

Company formation MCP for forming companies, opening bank accounts, issuing cards, sending invoices, and running payments from AI agents via OAuth-secured stdio or HTTP.

Reviewed overview

MCP 服务器概览

What is Lovie Company Formation MCP?

Lovie Company Formation MCP is a small CLI bridge (stdio-to-HTTP proxy) that gives AI tools MCP access to Lovie’s business and finance platform. It lets AI agents form companies, open bank accounts, issue cards, create/send invoices, run payments and manage client/transaction data via an OAuth-secured connection to Lovie’s MCP server.

How to use it

  • Install: npm install -g lovie or run via npx -y lovie.
  • Authenticate: lovie login (opens browser for OAuth) and lovie status, lovie logout, lovie help available.
  • Add to an AI tool that supports MCP (examples provided): Claude, Cursor, Windsurf, Claude Desktop, VS Code/GitHub Copilot, Replit, Manus, Lovable, OpenAI tools that support MCP. Use MCP config snippets or claude mcp add commands to register npx lovie as an MCP server.
  • Environment options: set LOVIE_MCP_URL to override server URL, LOVIE_API_KEY to supply a bearer token, DEBUG for verbose logs.

Key features

  • Company formation: start formation, set state, pick entity type, check name availability, add shareholders, generate certificate, pay filing fees.
  • Bank accounts: create checking/savings/wallet accounts, get balances, freeze/unfreeze, close accounts.
  • Cards: issue virtual/physical cards, set spending limits, freeze/cancel cards.
  • Payments & transfers: move funds between accounts, deposit/withdraw from wallets.
  • Invoicing & clients: create/send/duplicate invoices, mark paid, generate PDFs, manage client records.
  • Transactions: list/filter transactions with AI-powered categorization; link external accounts via Plaid.
  • Integration: OAuth session management, automatic token refresh, works with any MCP-compatible platform; all business logic runs on Lovie servers — the package is a lightweight bridge.

Typical use cases

  1. Agentic workflows that automatically form companies and provision banking/cards.
  2. AI assistants that create and send invoices, reconcile transactions, or manage client billing.
  3. Integrating corporate finance actions into code-completion or agent platforms (Claude, Cursor, Replit, VS Code, etc.).
  4. Prototyping and automating SMB onboarding (formation + bank setup) from a terminal or AI pipeline.
  5. Syncing external bank accounts and categorizing transactions for bookkeeping workflows.

FAQ

  • Is it secure?

Communication to Lovie servers is over HTTPS and uses OAuth for authentication. Local CLI handles tokens; you can override with LOVIE_API_KEY. Use DEBUG only for troubleshooting.

  • Which AI tools/platforms are supported?

Any tool that supports the MCP stdio protocol. Examples: Claude, Cursor, Windsurf, Claude Desktop, VS Code/Copilot, Replit, Manus, Lovable, and others.

  • Do I need a Lovie account?

Yes — a Lovie account is required to authenticate and use the MCP services.

  • Does it store credentials locally?

The CLI manages OAuth sessions locally and refreshes tokens automatically. You can also supply a bearer token with LOVIE_API_KEY.

  • How do I run it without installing globally?

Use npx -y lovie in your MCP configuration or tool integration.

  • What are the requirements?

Node.js 18+ and a Lovie account. The package is MIT-licensed.

  • How many tools are exposed?

The documentation notes access to 79 Lovie business tools via the MCP bridge.