INDIVIDUAL MCP TOOL
create_llc_lead
Registers the LLC formation request, emails the user a confirmation with their reference number, and returns the payment link.
LIVE ENDPOINT
https://mcp.startcompanies.io/mcp
Connect to this endpoint to inspect the live schema for create_llc_lead and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT 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.
Related tools
get_llc_options— Returns 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.recommend_llc_package— Given the US state, whether the LLC has more than one member, and which services the user needs, returns the appropriate package and explains why.get_checkout_link— Returns the Stripe checkout link for one of the three packages.get_renewal_info— Returns 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.start_itin_application— Explains what an ITIN is, what it costs, what documents are needed and returns the application form link.get_order_status— Looks up a previously submitted LLC formation request and returns its status.