Start Companies LLC Formation MCP server
US LLC formation for non-residents: no SSN, plus EIN, banking, ITIN and annual renewals.
Little public usage data yet
Reviews
Write oneNobody has reviewed Start Companies LLC Formation yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Start Companies LLC Formation tools (7, 2 write)
write = sends, deletes, buys or postscreate_llc_leadwrite actionFreeRegisters the LLC formation request, emails the user a confirmation with their reference number, and returns the payment link. The user does not need to fill in any web form afterwards: everything was captured here. If they are not ready to pay, hand them off to a person, not to a form. Call this ONLY after the user has explicitly confirmed the package. Start Companies replies by email within 24 hours.
get_checkout_linkFreeReturns the Stripe checkout link for one of the three packages. Use it when the user already knows which package they want and wants to pay now, or when they submitted the request earlier and want to pay afterwards. If they already have a reference number, pass it so the payment can be matched to their request.
get_itin_infoFreeReturns what an ITIN is, what it costs, which documents are needed, how long the IRS takes, and the link to the application form on the Start Companies website. It does not submit or start an application. An ITIN is the IRS personal tax ID for people without an SSN. Use it when the user asks about ITIN, tax ID, taxpayer number or filing as a member of a multimember LLC.
get_llc_optionsFreeReturns the three US LLC formation packages offered by Start Companies, with price, turnaround time and what each one includes, plus add-on services, annual renewals and tax advisory. Call this before discussing prices, renewals, advisory or what is included.
get_order_statuswrite actionFreeLooks up a previously submitted LLC formation request and returns its status. Requires BOTH the reference number (format SC-MMDD-XXXX) and the email address used when the request was submitted: the email is a second factor, not a search key. Ask the user for both before calling. Returns the status only, not personal data.
get_renewal_infoFreeReturns what the annual LLC renewal costs and covers, including the yearly IRS filings: Form 1120 + 5472 for foreign-owned single-member LLCs, or Form 1065 with its schedules for multimember LLCs. Renewals are not sold through this server: the user is referred to the team by WhatsApp, email or the client portal. Use it when the user asks about renewing, keeping the LLC active, IRS filings, penalties, the annual report, the state fee, or what happens after the first year.
recommend_llc_packageFreeGiven the US state, whether the LLC has more than one member, and which services the user needs, returns the package that matches those inputs and explains why. Read-only: it does not create anything.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1143ms20/20
- Tool poisoning7 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http llc-formation https://mcp.startcompanies.io/mcp
Start Companies LLC Formation: common questions
- Is Start Companies LLC Formation MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Start Companies LLC Formation safety report
- How do I install Start Companies LLC Formation?
- It runs remotely at mcp.startcompanies.io. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Start Companies LLC Formation need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Start Companies LLC Formation maintained?
- The latest release is v2.1.0.
- Is Start Companies LLC Formation up?
- 95% of our last 19 checks got an answer. We check remote servers about four times a day.