Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"opendirectories": {
"url": "https://secure-wave--opendirectories-business-data.apify.actor/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search 12M+ verified businesses across 10 countries and 19 directories via the Model Context Protocol.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'opendirectories-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked opendirectories-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / search
Web and local search using Brave Search API
Query and manage PostgreSQL databases directly from AI assistants
Production ready MCP server with real-time search, extract, map & crawl.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.BigJai/opendirectories-business-data and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Search 12M+ verified businesses across 10 countries and 19 directories via the Model Context Protocol.
All data sourced from government registers and enriched with Google Maps ratings and AI descriptions.
Add to your MCP client config (Claude Desktop, Cline, Cursor, etc.):
{
"mcpServers": {
"opendirectories": {
"url": "https://secure-wave--opendirectories-business-data.apify.actor/mcp"
}
}
}
pip install opendirectories-mcp
{
"mcpServers": {
"opendirectories": {
"command": "opendirectories-mcp",
"env": {
"APAC_SUPABASE_URL": "https://your-instance.supabase.co",
"APAC_SUPABASE_KEY": "your-anon-key",
"US_SUPABASE_URL": "https://your-instance.supabase.co",
"US_SUPABASE_KEY": "your-anon-key",
"EU_SUPABASE_URL": "https://your-instance.supabase.co",
"EU_SUPABASE_KEY": "your-anon-key"
}
}
}
}
search_businessesSearch across all records with rich filters.
| Parameter | Type | Description |
|---|---|---|
query | string | Business name or type |
country | string | ISO code: AU, US, UK, CA, NZ, SG, IE, FR |
directory | string | Directory ID (see list_directories) |
state | string | State/province code (e.g. NSW, CA, TX) |
suburb | string | Suburb or city name |
has_phone | bool | Only businesses with phone numbers |
min_rating | float | Minimum Google rating (0-5) |
limit | int | Results to return (1-50, default 10) |
get_businessGet full details for a business by its ID.
| Parameter | Type | Description |
|---|---|---|
business_id | int | Unique business record ID |
directory | string | Optional directory to narrow search |
get_competitorsFind competitors near a business location, ranked by quality score.
| Parameter | Type | Description |
|---|---|---|
business_name | string | Business to find competitors for |
suburb | string | Suburb or city |
country | string | Country code (default AU) |
directory | string | Directory to search within |
limit | int | Results (1-20, default 10) |
market_densityAnalyse market saturation with rating distributions, digital presence metrics, and top-rated providers.
| Parameter | Type | Description |
|---|---|---|
category | string | Business type (e.g. dentist, plumber) |
state | string | State or province |
suburb | string | Suburb or city |
country | string | Country code (default AU) |
directory | string | Directory to search within |
verify_businessVerify a business against government registers with confidence scoring.
| Parameter | Type | Description |
|---|---|---|
business_name | string | Business name to verify |
country | string | Country code (default AU) |
abn | string | Australian Business Number (optional) |
suburb | string | Suburb (optional, improves accuracy) |
list_directoriesReturns all 19 directories with country and region metadata. No parameters.
| Region | Source | Directories |
|---|---|---|
| Australia | ASIC, NDIS, ACECQA, ACNC | Financial advisers, mortgage brokers, childcare, aged care, charities, manufacturers, disability providers, commercial finance, local services |
| United States | CMS, IRS | Healthcare providers, nonprofits, transport, education |
| United Kingdom | Companies House | UK companies |
| Canada | National register | Canadian businesses |
| New Zealand | Charities Commission | NZ charities |
| Singapore | ACRA | Singapore companies |
| Ireland | CRO | Irish charities |
| France | INSEE | French enterprises |