Search business entity filings from New York, Florida, and Colorado. Look up LLCs and corporations by name, get full entity details (registered agent, officers, addresses), and track new formations for sales prospecting. Requires a free FreshFilings API key at freshfilings.dev.
Server Config
{
"mcpServers": {
"freshfilings": {
"command": "uvx",
"args": [
"freshfilings-mcp"
],
"env": {
"FRESHFILINGS_API_KEY": "ff_your_key_here"
}
}
}
}