Lovie is the Company Formation MCP server for AI tools. Form companies (state, entity type, name-availability check, shareholders, certificate, filing fee), open bank accounts, issue virtual/physical cards, send invoices, run payments, and categorize transactions — all from your AI agent. A lightweight npx stdio proxy bridges your tool to the Lovie server over HTTPS with OAuth; ~79 business tools.
Server Config
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": [
"-y",
"lovie"
]
}
}
}