formationRequirements
verifiedv0.1Live tool: formation.requirements. Get the EXACT intake checklist to form an LLC or nonprofit in a state: every required field, that state's quirk questions, live all-in pricing, and the optional $75 EIN add-on when available. Call this FIRST when the user wants to form a company, then collect the answers from them in conversation yourself — you are the intake agent. Free; does not consume credits.
Updated 9/3/2026 · Created 9/3/2026
Input Schema
{
"type": "object",
"required": [
"entityType",
"state"
],
"properties": {
"state": {
"type": "string",
"description": "Two-letter US state code, e.g. 'MS', 'WY', 'DE'."
},
"entityType": {
"enum": [
"llc",
"nonprofit"
],
"type": "string",
"description": "Entity type to form."
}
}
}Full Contract
{
"name": "formationRequirements",
"description": "Live tool: formation.requirements. Get the EXACT intake checklist to form an LLC or nonprofit in a state: every required field, that state's quirk questions, live all-in pricing, and the optional $75 EIN add-on when available. Call this FIRST when the user wants to form a company, then collect the answers from them in conversation yourself — you are the intake agent. Free; does not consume credits.",
"inputSchema": {
"type": "object",
"required": [
"entityType",
"state"
],
"properties": {
"state": {
"type": "string",
"description": "Two-letter US state code, e.g. 'MS', 'WY', 'DE'."
},
"entityType": {
"enum": [
"llc",
"nonprofit"
],
"type": "string",
"description": "Entity type to form."
}
}
}
}GET /api/tool/corpuslaw.us/formationRequirements