← filingdesk.com
INDIVIDUAL MCP TOOL
preview_order
Build an exact order summary WITHOUT submitting anything.
LIVE ENDPOINT
https://filingdesk.com/api/mcp
Connect to this endpoint to inspect the live schema for preview_order and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.filingdesk-data]
url = "https://filingdesk.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"filingdesk-data": {
"type": "http",
"url": "https://filingdesk.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: filingdesk-data
Remote MCP URL: https://filingdesk.com/api/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": {
"filingdesk-data": {
"url": "https://filingdesk.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"filingdesk-data": {
"type": "http",
"url": "https://filingdesk.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "filingdesk-data",
"transport": "streamable-http",
"url": "https://filingdesk.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_llc_fees— Official LLC formation fee, recurring annual-report/franchise-tax cost, processing time, and known gotchas for a single US state, each with its source URL.compare_llc_costs— Rank states by what an LLC actually costs.get_annual_report_deadline— Work out when a state's annual report or franchise tax is next due, the amount owed, and the late penalty.check_llc_name— Check a proposed business name against a state's live registry.list_filing_states— What FilingDesk can do per state: which states it files in today with all-in pricing, which states have real name-checking, and confirmation that fee/deadline data covers all 50 states + DC.compare_formation_options— Factual tradeoffs to help someone decide WHERE to form or WHAT entity type to pick.submit_order— Submit a real formation order to FilingDesk.