npm loviestreamable-httpupdated 2mo ago
The Company Formation MCP for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.
O que dá para fazer com Lovie Company Formation?
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.
Quick Start
npm install -g lovie
1. Log in
lovie login
This opens your browser to authenticate with your Lovie account.
2. Add to your AI tool
Claude Code
To add Lovie globally (available in all projects):
claude mcp add --scope user lovie npx lovie
To add Lovie to the current project only:
claude mcp add lovie npx lovie
Cursor — add to .cursor/mcp.json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
Windsurf — add to mcp_config.json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
Claude Desktop — add to claude_desktop_config.json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
VS Code / GitHub Copilot — add to .vscode/mcp.json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
Replit — add to .replit or use the MCP panel in Replit Agent
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
Lovable — in the MCP integration settings, add:
- Name:
lovie - Command:
npx - Arguments:
-y lovie
Manus — in the MCP tool configuration, add:
- Name:
lovie - Command:
npx - Arguments:
-y lovie
OpenAI (ChatGPT / Codex) — if MCP is supported, use the same stdio config:
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
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.
That's it. Your AI tool now has access to 79 Lovie business tools.
What You Can Do
| Category | Tools |
|---|---|
| Company Formation | Start formation, set state, choose entity type, check name availability, add shareholders, generate certificate, pay filing fee |
| Bank Accounts | Create checking/savings/wallet, get balances, freeze/unfreeze, close accounts |
| Cards | Issue virtual/physical cards, set spending limits, freeze/unfreeze, cancel |
| Payments | Transfer between accounts, deposit funds, withdraw from wallet |
| Invoicing | Create/send/duplicate invoices, mark as paid, generate PDFs |
| Clients | Create and manage client records for invoicing |
| Transactions | List and filter transactions with AI-powered categorization |
| Linked Accounts | Connect external bank accounts via Plaid, sync transactions |
| User Profile | View/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
| Variable | Description |
|---|---|
LOVIE_MCP_URL |
Custom MCP server URL (default: https://mcp.lovie.co/mcp/mcp) |
LOVIE_API_KEY |
Bearer token — overrides stored OAuth token |
DEBUG |
Enable verbose logging to stderr |
Requirements
- Node.js 18+
- A Lovie account (lovie.co)
License
MIT
Instalação
Adicione Lovie Company Formation ao seu cliente. Escolha o que você usa.
{
"servers": {
"lovie": {
"type": "http",
"url": "https://mcp.lovie.co/mcp/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add lovie -- npx -y loviecodex mcp add lovie -- npx -y lovieamp mcp add lovie -- npx -y lovie{
"mcpServers": {
"lovie": {
"command": "npx",
"args": [
"-y",
"lovie"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": [
"-y",
"lovie"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": [
"-y",
"lovie"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": [
"-y",
"lovie"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": [
"-y",
"lovie"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"lovie": {
"type": "local",
"command": "npx",
"args": [
"-y",
"lovie"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"lovie": {
"command": {
"path": "npx",
"args": [
"-y",
"lovie"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y lovieRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação25/25
- Manutenção16/25
- Confiança9/20
- Capacidade0/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 77 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.10Mais recente | 16 de jun. de 2026 |