US Business Data MCP Server
Search US business entities across 17 states, building permits in 400+ cities, SEC filings, and SAM.gov contracts.
MCP US Business Data Server
A Model Context Protocol (MCP) server that provides access to US business data -- company registrations, local business leads, and building permits -- directly from your AI assistant.
Quick Start (No Install Required)
Use the Apify MCP gateway to connect instantly. No local setup, no API token needed for trial usage.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"us-business-data": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-proxy", "https://mcp.apify.com/sse"],
"env": {
"HEADER_Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"us-business-data": {
"url": "https://mcp.apify.com/sse",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}
Claude Code
claude mcp add us-business-data \
--transport sse \
"https://mcp.apify.com/sse" \
-- --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Get your free Apify API token at apify.com/sign-up.
Tools
search_business_entity
Search Secretary of State business entity registrations across 17 US states. Returns company name, status, filing date, state, entity type, and registered agent info.
Use cases: KYC/compliance checks, due diligence, lead generation, competitor research.
Parameters:
query(required) -- Business name or keyword (e.g. "Tesla", "Construction LLC")state-- Two-letter state code (AZ, CO, CT, GA, HI, ID, IL, IN, MD, MA, MI, NE, NJ, NY, PA, TX, WA)maxResults-- Max results (default: 25, max: 100)
search_yellow_pages
Search YellowPages.com for local business leads. Returns name, phone, address, website, rating, and categories.
Use cases: Lead generation, market research, competitor analysis, sales prospecting.
Parameters:
searchTerm(required) -- Business type (e.g. "plumber", "restaurant")location(required) -- City/state or zip (e.g. "New York, NY", "90210")maxResults-- Max results (default: 25, max: 100)
search_building_permits
Search building permits across 47 US cities. Returns permit number, type, status, address, contractor, and project description.
Use cases: Construction leads, real estate analysis, market research.
Parameters:
query(required) -- Search term (e.g. "solar", "roof", "commercial")city-- City name (e.g. "Chicago", "Los Angeles")maxResults-- Max results (default: 25, max: 100)
REST API
A free REST API is also available at https://autoscrape-api-seven.vercel.app with additional endpoints for SEC EDGAR filings, IRS 990 nonprofits, WHOIS lookups, and stock data. No API key required.
API Documentation | OpenAPI Spec
Data Sources
Powered by AutoScrape actors on the Apify platform:
- Business Entity Search -- pink_comic/us-business-entity-search
- YellowPages Leads -- pink_comic/yellowpages-leads-scraper
- Building Permits -- pink_comic/us-building-permits-search
License
MIT
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Coles and Woolworths MCP Server
Search for products and compare prices at Coles and Woolworths supermarkets in Australia.
BigGo MCP Server
A server for product search, price history tracking, and specification search using the BigGo API.
O'Reilly Learning Platform
Search and manage content on the O'Reilly Learning Platform.
Naver Map Direction MCP
Provides geographical and directional data from the Naver Map API.
Genji MCP Server
Search and analyze classical Japanese literature using the Genji API, with advanced normalization features.
OpenAI WebSearch
Provides web search functionality for AI assistants using the OpenAI API, enabling access to up-to-date information.
Polymarket Trading MCP
Trading intelligence tools for Polymarket prediction markets: Slippage estimation, liquidity scanning, arbitrage detection, price feeds, wallet intelligence, and portfolio risk.
企业基础信息服务
Provides basic enterprise information services, including business registration, company profiles, shareholders, and key personnel.
Perplexity Ask MCP Server
A connector for the Perplexity API to enable web search within the MCP ecosystem.
ExploitDB MCP Server
Query security exploits and vulnerabilities from the ExploitDB database.