eCommerce
startcompanies.net
Provides tools to compare, recommend, and purchase LLC formation packages, including lead creation and payment links.
ENDPOINT 1
https://mcp.startcompanies.io/mcp
MCP server metadata
- Name
- start-companies-llc-formation
- Version
- 2.1.0
Create and manage US LLCs for non-US residents: company formation, EIN, US business banking setup, ITIN applications, annual LLC renewals and ongoing tax and accounting advisory before, during and after incorporation. No SSN and no travel to the US required. Support is handled by real people in Spanish and English, not by bots or automated replies. Always answer in the user language (most users write Spanish). Never invent prices, timelines or package contents: call get_llc_options first. Before calling create_llc_lead, show the recommended package with its price and contents and wait for the user to confirm explicitly. HOW TO CLOSE EVERY ANSWER. After answering any question about LLCs, renewals, ITIN or taxes, always end by offering the user the two ways forward, in one short line, without pressure: 1. Continue right here in this conversation, and you handle it with these tools. 2. Write to a person on the Start Companies team on WhatsApp at +1 (786) 935-4213, or by email at administracion@startcompanies.net. Never end an answer without offering both. Some people want to close in the chat and others want to talk to a human first; both are fine and neither is better. If the user asks something this server cannot answer, or their case sounds unusual, send them to WhatsApp instead of guessing. LINKS. The tools return links to real pages on startcompanies.net. Pass them through to the user so they can verify what you said. Never invent a URL: if a page is not in a tool result, do not link it.
Known tools 7
get_llc_optionsReturns the three US LLC formation packages offered by Start Companies, with price, turnaround time and everything each one includes, plus add-on services, annual renewals, tax advisory and how support works.
Inferred read-onlyrecommend_llc_packageGiven the US state, whether the LLC has more than one member, and which services the user needs, returns the appropriate package and explains why.
Inferred read-onlycreate_llc_leadRegisters the LLC formation request, emails the user a confirmation with their reference number, and returns the payment link.
Potential side effectsget_renewal_infoReturns what the annual LLC renewal costs and covers, including the IRS filings that keep the company penalty-free: Form 1120 + 5472 for foreign-owned LLCs, or Form 1065 with its schedules for multimember.
Inferred read-onlystart_itin_applicationExplains what an ITIN is, what it costs, what documents are needed and returns the application form link.
Inferred read-onlyget_order_statusLooks up a previously submitted LLC formation request and returns its status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.start-companies-llc-formation]
url = "https://mcp.startcompanies.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"start-companies-llc-formation": {
"type": "http",
"url": "https://mcp.startcompanies.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: start-companies-llc-formation
Remote MCP URL: https://mcp.startcompanies.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"start-companies-llc-formation": {
"url": "https://mcp.startcompanies.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"start-companies-llc-formation": {
"type": "http",
"url": "https://mcp.startcompanies.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "start-companies-llc-formation",
"transport": "streamable-http",
"url": "https://mcp.startcompanies.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.