MCP server for FreshFilings — search business entity filings from NY, FL, and CO
Project description
freshfilings-mcp
MCP server for FreshFilings — search business entity filings from New York, Florida, and Colorado directly from your AI assistant.
Get an API key
Sign up and subscribe at freshfilings.dev.
Claude Desktop setup
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"freshfilings": {
"command": "uvx",
"args": ["freshfilings-mcp"],
"env": {
"FRESHFILINGS_API_KEY": "ff_your_key_here"
}
}
}
}
Restart Claude Desktop. No separate install step needed — uvx handles it.
Cursor / Windsurf setup
Add to .cursor/mcp.json (Cursor) or .windsurf/mcp.json (Windsurf):
{
"mcpServers": {
"freshfilings": {
"command": "uvx",
"args": ["freshfilings-mcp"],
"env": {
"FRESHFILINGS_API_KEY": "ff_your_key_here"
}
}
}
}
Available tools
| Tool | Description |
|---|---|
search_businesses |
Search by name across NY, FL, CO. Optional state filter. |
get_business_detail |
Full record — officers, addresses, registered agent. |
get_new_formations |
Businesses formed since a given date (YYYY-MM-DD). |
check_usage |
API key tier, monthly limit, and calls remaining. |
Example prompts
- "Search for LLCs named Acme in New York"
- "Show me all new businesses formed in Florida since January 1, 2026"
- "Look up the full record for Colorado entity 12345678"
- "How many API calls do I have left this month?"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file freshfilings_mcp-0.1.0.tar.gz.
File metadata
- Download URL: freshfilings_mcp-0.1.0.tar.gz
- Upload date:
- Size: 387.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15ddb50fa9ce496765c45696a40a0786b567c8e284c41e72149b2691e6f554e2
|
|
| MD5 |
d0bcf329c4e7900d5489edf2d3aecaaa
|
|
| BLAKE2b-256 |
fd4f20094e8219e0f6109365d43498ac2337a017da0d7ae9631e4f8d8a256787
|
File details
Details for the file freshfilings_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: freshfilings_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f12d09777b0260e9672eeb7b6b67d1e65ded0c9656069b9eaa176dcf28b02b6
|
|
| MD5 |
e7c210b6ddc911d92230dcf75c6484a2
|
|
| BLAKE2b-256 |
9d5e9393fb86fed64bd0750202862054e5064dd75918dc679f1c28451faab24b
|