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 lovieor run vianpx -y lovie. - Authenticate:
lovie login(opens browser for OAuth) andlovie status,lovie logout,lovie helpavailable. - 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 addcommands to registernpx lovieas an MCP server. - Environment options: set
LOVIE_MCP_URLto override server URL,LOVIE_API_KEYto supply a bearer token,DEBUGfor 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
- Agentic workflows that automatically form companies and provision banking/cards.
- AI assistants that create and send invoices, reconcile transactions, or manage client billing.
- Integrating corporate finance actions into code-completion or agent platforms (Claude, Cursor, Replit, VS Code, etc.).
- Prototyping and automating SMB onboarding (formation + bank setup) from a terminal or AI pipeline.
- 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. UseDEBUGonly 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 loviein 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.