Submit

Freshfilings Mcp

@Noah Fischer

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.
Overview

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

ToolDescription
search_businessesSearch for businesses by name across NY, FL, and CO
get_business_detailGet full entity details: officers, addresses, registered agent
get_new_formationsFind businesses formed since a given date — great for prospecting
check_usageCheck your API key quota and remaining calls

Setup

  1. Get a free API key at freshfilings.dev
  2. Add to your Claude Desktop config:
{
  "mcpServers": {
    "freshfilings": {
      "command": "uvx",
      "args": ["freshfilings-mcp"],
      "env": {
        "FRESHFILINGS_API_KEY": "ff_your_key_here"
      }
    }
  }
}

Server Config

{
  "mcpServers": {
    "freshfilings": {
      "command": "uvx",
      "args": [
        "freshfilings-mcp"
      ],
      "env": {
        "FRESHFILINGS_API_KEY": "ff_your_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.