Freshfilings Mcp
About
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.
Details
- Author
- nrfischer10
- Downloads
- 272
- Categories
- Other
Jump to
- Search businesses by name across NY, FL, and CO
- Retrieve full entity details including officers and registered agent
- Find businesses formed after a specified date for prospecting
- Check your API key quota and remaining calls
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Freshfilings McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Get a free API key at freshfilings.dev, then add a configuration entry to your Claude Desktop (or other MCP host) using uvx with the package freshfilings-mcp and set the FRESHFILINGS_API_KEY environment variable. Once configured, the server exposes four tools: search_businesses, get_business_detail, get_new_formations, and check_usage.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"freshfilings mcp": {
"freshfilings": {
"command": "uvx",
"args": [
"freshfilings-mcp"
],
"env": {
"FRESHFILINGS_API_KEY": "ff_your_key_here"
}
}
}
}
}
McpServers
{
"freshfilings": {
"command": "uvx",
"args": [
"freshfilings-mcp"
],
"env": {
"FRESHFILINGS_API_KEY": "ff_your_key_here"
}
}
}
What it does
FreshFilings MCP connects AI assistants to live business entity data from New York, Florida, and Colorado state filings. Use it to research companies, find registered agents, track new business formations, and build prospect lists — all without leaving your AI assistant.Tools
| Tool | Description | |------|-------------| |search_businesses | Search for businesses by name across NY, FL, and CO |
| get_business_detail | Get full entity details: officers, addresses, registered agent |
| get_new_formations | Find businesses formed since a given date — great for prospecting |
| check_usage | Check your API key quota and remaining calls |
Setup
1. Get a free API key at freshfilings.dev 2. Add to your Claude Desktop config: ```json { "mcpServers": { "freshfilings": { "command": "uvx", "args": ["freshfilings-mcp"], "env": { "FRESHFILINGS_API_KEY": "ff_your_key_here" } } } }Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



