LC
Lovie Company Formation
20 endpointsliveForm companies, manage bank accounts, cards, invoices and more — directly from your AI coding tools. (MCP server co.lovie/company-formation, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Lovie Company Formation.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Get Account /account_get_account | GetAccount retrieves a single account by ID with its details | $0.0020 per call | unknown |
| List Account Details /account_get_list_account_details | GetListAccountDetails retrieves account details in batch (eliminates N+1 GetAccount calls) | $0.0020 per call | unknown |
| List Accounts /account_get_list_accounts | GetListAccounts retrieves a list of accounts with filtering and pagination | $0.0020 per call | unknown |
| Cancel Schedule /accounting_cancel_schedule | Cancel an accrual schedule so no further periodic entries are generated. Entries already posted for elapsed periods are kept. Audit-logged. | $0.0020 per call | unknown |
| Close Period /accounting_close_period | Close an accounting period: lock the window [start_date, end_date] and post a balanced closing entry that rolls the period's net income into equity (current-yea | $0.0020 per call | unknown |
| Create Schedule /accounting_create_schedule | Create an accrual schedule that spreads a total amount across N monthly periods as accrual-only adjusting entries (e.g. amortize a prepaid, defer revenue, depre | $0.0020 per call | unknown |
| Delete Journal Entry /accounting_delete_journal_entry | Delete or void a journal entry. For entries tied to a transaction prefer re-categorizing the transaction (the entry re-derives). Deleting a derived entry is tem | $0.0020 per call | unknown |
| Get Balance Sheet /accounting_get_balance_sheet | GetBalanceSheet returns assets, liabilities, and equity balances as of a date; equity includes net income to date, so the sheet always balances. Read-only. | $0.0020 per call | unknown |
| Get Chart Of Accounts /accounting_get_chart_of_accounts | GetChartOfAccounts returns the company's chart of accounts (flat list with parent links; build the tree client-side). Read-only. | $0.0020 per call | unknown |
| Get General Ledger /accounting_get_general_ledger | GetGeneralLedger pages through one account's posted lines with opening, running, and closing balances — the account register. Read-only. | $0.0020 per call | unknown |
| Get Journal Entry By Transaction /accounting_get_journal_entry_by_transaction | GetJournalEntryByTransaction returns the journal entry derived for one transaction (empty when none exists yet). Read-only. | $0.0020 per call | unknown |
| List Journal Entries /accounting_get_list_journal_entries | GetListJournalEntries pages through the journal register with filters — the review queue is filter{needs_review: true}. Read-only. | $0.0020 per call | unknown |
| List Periods /accounting_get_list_periods | GetListPeriods pages through a company's periods, newest first. Read-only. | $0.0020 per call | unknown |
| List Schedules /accounting_get_list_schedules | GetListSchedules pages through a company's schedules. Read-only. | $0.0020 per call | unknown |
| Get Period /accounting_get_period | GetPeriod returns one closed period by id. Read-only. | $0.0020 per call | unknown |
| Get Profit And Loss /accounting_get_profit_and_loss | GetProfitAndLoss returns the income statement for a period: revenue and expense accounts with activity, totals, and net income. Read-only. | $0.0020 per call | unknown |
| Get Schedule /accounting_get_schedule | GetSchedule returns one schedule with its postings. Read-only. | $0.0020 per call | unknown |
| Get Trial Balance /accounting_get_trial_balance | GetTrialBalance returns every account's debit and credit totals for a period; total debits equal total credits when the books balance. Read-only. | $0.0020 per call | unknown |
| List Accounting Audit Events /accounting_list_accounting_audit_events | ListAccountingAuditEvents pages through the append-only accounting audit log — who changed what and when across journal entries and the chart of accounts, newes | $0.0020 per call | unknown |
| Preview Close /accounting_preview_close | PreviewClose computes the per-currency revenue/expense totals and the net income a close would roll, without writing anything. Read-only. | $0.0020 per call | unknown |