← incorporations.io
INDIVIDUAL MCP TOOL
create_order
Create a DRAFT order (incorporation or bank account).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.incorporations-io]
url = "https://incorporations.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"incorporations-io": {
"type": "http",
"url": "https://incorporations.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: incorporations-io
Remote MCP URL: https://incorporations.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": {
"incorporations-io": {
"url": "https://incorporations.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"incorporations-io": {
"type": "http",
"url": "https://incorporations.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "incorporations-io",
"transport": "streamable-http",
"url": "https://incorporations.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_jurisdictions— Search and filter incorporation jurisdictions by tax rate, entity type, good-for tags, privacy, legal basis, region and free text.get_jurisdiction— Get the full detail for a single jurisdiction by its code.compare_jurisdictions— Compare 2-6 jurisdictions side by side.list_filters— List available filter values: entity types, good-for tags, legal bases, regions, tax-rate range.get_quote— Get an indicative price and external checkout link for a jurisdiction + entity type.submit_inquiry— Submit a contact inquiry.get_order_status— Get the status of a draft order by id, using its token.