Skip to main content
Glama
nrfischer10

freshfilings-mcp

by nrfischer10

freshfilings-mcp

MCP server for FreshFilings — gives AI agents live access to U.S. business entity data from official state filing databases.

What it does

The U.S. has no central business registry. Each state runs its own. FreshFilings aggregates them. This MCP server exposes that data as tools any AI agent can call directly.

Current coverage: New York, Florida, Colorado (3M+ entities)

Related MCP server: brreg-mcp

Tools

Tool

Description

search_businesses

Search for businesses by name, optionally filter by state

get_business_detail

Full record for a single entity — officers, addresses, registered agent

get_new_formations

Businesses formed since a given date, useful for sales prospecting

check_usage

Check your API key usage and remaining calls this month

Quickstart

Requires a FreshFilings API key. Get one at freshfilings.dev.

# Run directly with uvx (no install needed)
FRESHFILINGS_API_KEY=your_key uvx freshfilings-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freshfilings": {
      "command": "uvx",
      "args": ["freshfilings-mcp"],
      "env": {
        "FRESHFILINGS_API_KEY": "your_key_here"
      }
    }
  }
}

Cursor / other MCP clients

{
  "mcpServers": {
    "freshfilings": {
      "command": "uvx",
      "args": ["freshfilings-mcp"],
      "env": {
        "FRESHFILINGS_API_KEY": "your_key_here"
      }
    }
  }
}

Environment variables

Variable

Required

Description

FRESHFILINGS_API_KEY

Yes

Your FreshFilings API key

FRESHFILINGS_BASE_URL

No

Override API base URL (default: https://freshfilings.dev/api/v1)

Example usage

Once connected, you can ask your AI agent things like:

  • "Is Acme Holdings LLC registered and active in New York?"

  • "Get me all LLCs formed in Florida since January 1st"

  • "Look up the registered agent for entity 4827193 in NY"

  • "How many API calls do I have left this month?"

Getting an API key

  1. Go to freshfilings.dev

  2. Choose a plan and complete checkout

  3. Key is emailed immediately — no sales call, no waiting

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Search companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.
    5
    13
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables direct access to Norwegian company data — lookup, search, roles, subunits, and live updates — through the free Brønnøysund Open Data API.
    5
    34
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to search and retrieve UK Companies House data including company profiles, officers, and filing history via the official API.
    4
    273
    1
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Enables automated company formation across multiple jurisdictions with REST and MCP interfaces. Supports jurisdiction listing, requirement details, cost estimation, and secure API key management.

View all related MCP servers

Related MCP Connectors

  • US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.

  • Access live company and contact data from Explorium's AgentSource B2B platform.

  • Free — no API key required. Enrich by domain or name. Country, contacts, social profiles.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nrfischer10/freshfilings-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server