Productivity
filingdesk.com
Provides LLC filing cost comparisons, annual report deadlines, and name availability checks across US states.
ENDPOINT 1
https://filingdesk.com/api/mcp
MCP server metadata
- Name
- filingdesk-data
- Version
- 0.2.0
FilingDesk Data provides US LLC formation facts: state filing fees, recurring annual-report/franchise-tax costs and deadlines, and business-name availability. It can also start a real formation order on the user's behalf. Fee and deadline data covers all 50 states + DC and is sourced from official Secretary-of-State pages (2026), with every figure carrying its source URL. Name availability is only real for Wyoming and Delaware. Florida returns a Sunbiz search link, and the other 47 states are explicitly unsupported — this server reports that rather than guessing. Always surface the returned note/verifyUrl to the user; an availability verdict is never a reservation. ORDERING: collect business name, state, entity type, a short description, and the customer's name + email. Then call preview_order and show the user the returned summary VERBATIM. Only call submit_order after they explicitly confirm. Nothing is charged at submission — a human specialist reviews every order and sends a payment link later. CHOOSING A STATE OR ENTITY TYPE: use compare_formation_options. It returns factual tradeoffs, not a recommendation. Present the options and let the user decide. FilingDesk is NOT a law firm and this is NOT legal or tax advice — relay the returned disclaimer, and tell the user a FilingDesk specialist will review their case and can talk the choice through with them.
Known tools 8
get_llc_feesOfficial LLC formation fee, recurring annual-report/franchise-tax cost, processing time, and known gotchas for a single US state, each with its source URL.
Inferred read-onlyget_annual_report_deadlineWork out when a state's annual report or franchise tax is next due, the amount owed, and the late penalty.
Inferred read-onlylist_filing_statesWhat 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.
Inferred read-onlycompare_formation_optionsFactual tradeoffs to help someone decide WHERE to form or WHAT entity type to pick.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for filingdesk.com was fetched 2026-08-21T15:20:56.325Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.