{
  "markdown": "# lovie — Company Formation MCP Server\n\nThe [Company Formation MCP](https://www.lovie.co/formation) for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.\n\n## Quick Start\n\n```bash\nnpm install -g lovie\n```\n\n### 1. Log in\n\n```bash\nlovie login\n```\n\nThis opens your browser to authenticate with your Lovie account.\n\n### 2. Add to your AI tool\n\n**Claude Code**\n\nTo add Lovie globally (available in all projects):\n```bash\nclaude mcp add --scope user lovie npx lovie\n```\n\nTo add Lovie to the current project only:\n```bash\nclaude mcp add lovie npx lovie\n```\n\n**Cursor** — add to `.cursor/mcp.json`\n```json\n{\n  \"mcpServers\": {\n    \"lovie\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"lovie\"]\n    }\n  }\n}\n```\n\n**Windsurf** — add to `mcp_config.json`\n```json\n{\n  \"mcpServers\": {\n    \"lovie\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"lovie\"]\n    }\n  }\n}\n```\n\n**Claude Desktop** — add to `claude_desktop_config.json`\n```json\n{\n  \"mcpServers\": {\n    \"lovie\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"lovie\"]\n    }\n  }\n}\n```\n\n**VS Code / GitHub Copilot** — add to `.vscode/mcp.json`\n```json\n{\n  \"mcpServers\": {\n    \"lovie\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"lovie\"]\n    }\n  }\n}\n```\n\n**Replit** — add to `.replit` or use the MCP panel in Replit Agent\n```json\n{\n  \"mcpServers\": {\n    \"lovie\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"lovie\"]\n    }\n  }\n}\n```\n\n**Lovable** — in the MCP integration settings, add:\n- **Name**: `lovie`\n- **Command**: `npx`\n- **Arguments**: `-y lovie`\n\n**Manus** — in the MCP tool configuration, add:\n- **Name**: `lovie`\n- **Command**: `npx`\n- **Arguments**: `-y lovie`\n\n**OpenAI (ChatGPT / Codex)** — if MCP is supported, use the same stdio config:\n```json\n{\n  \"mcpServers\": {\n    \"lovie\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"lovie\"]\n    }\n  }\n}\n```\n\n**Any MCP-compatible platform** — Lovie works with any tool that supports the MCP stdio protocol. Use `npx -y lovie` as the command, or `lovie` if installed globally.\n\nThat's it. Your AI tool now has access to 79 Lovie business tools.\n\n## What You Can Do\n\n| Category | Tools |\n|----------|-------|\n| **Company Formation** | Start formation, set state, choose entity type, check name availability, add shareholders, generate certificate, pay filing fee |\n| **Bank Accounts** | Create checking/savings/wallet, get balances, freeze/unfreeze, close accounts |\n| **Cards** | Issue virtual/physical cards, set spending limits, freeze/unfreeze, cancel |\n| **Payments** | Transfer between accounts, deposit funds, withdraw from wallet |\n| **Invoicing** | Create/send/duplicate invoices, mark as paid, generate PDFs |\n| **Clients** | Create and manage client records for invoicing |\n| **Transactions** | List and filter transactions with AI-powered categorization |\n| **Linked Accounts** | Connect external bank accounts via Plaid, sync transactions |\n| **User Profile** | View/update profile, manage sessions, activity history |\n\n## Commands\n\n```bash\nlovie              # Show setup instructions\nlovie login        # Authenticate with Lovie\nlovie logout       # Clear stored credentials\nlovie status       # Check authentication status\nlovie help         # Show help\n```\n\n## How It Works\n\nThis package is a lightweight stdio-to-HTTP proxy. It connects your local AI tool to the Lovie MCP server:\n\n```\nAI Tool (Claude, Cursor, etc.)  ←— stdio —→  lovie (this package)  ←— HTTPS —→  Lovie MCP Server\n```\n\n- On startup, discovers all available tools from the remote server\n- Forwards tool calls over HTTPS and returns results via stdio\n- Handles OAuth authentication, session management, and automatic token refresh\n- All business logic runs on the Lovie server — this package is just the bridge\n\n## Environment Variables\n\n| Variable | Description |\n|----------|-------------|\n| `LOVIE_MCP_URL` | Custom MCP server URL (default: `https://mcp.lovie.co/mcp/mcp`) |\n| `LOVIE_API_KEY` | Bearer token — overrides stored OAuth token |\n| `DEBUG` | Enable verbose logging to stderr |\n\n## Requirements\n\n- Node.js 18+\n- A Lovie account ([lovie.co](https://lovie.co))\n\n## License\n\nMIT\n",
  "bytes": 4138,
  "sha": "2528ddaac63675404255b454c2574a38cb622891f9bab137c0954f97f9f984ef",
  "repo_slug": "lovieco/lovie-company-formation-mcp-npx",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_co_lovie_company_formation_8108b71e/readme"
}