AI-Native Directory Access
Connect AI agents to verified business data using the Model Context Protocol. Safe, structured, and permission-aware.
The Model Context Protocol (MCP) is an open standard for connecting AI systems to external data sources and tools. It enables AI agents to safely access real-time, verified business data from our directory through standardized resources and tools.
Resources
URI-based access to business entities and collections
Tools
Callable functions for search, retrieval, and management
Safety
Role-based access ensures AI only sees appropriate data
business://{id}Business by ID
Retrieve a verified business by its unique identifier
business://biz_01h8x9y2z3business://slug/{slug}Business by Slug
Retrieve a business by its URL-friendly slug
business://slug/acme-technologiescategory://{slug}Category
Get category details and associated businesses
category://technologydirectory://search?query=...Directory Search
Search the entire directory with filters
directory://search?query=software&location=sfSafe for Public AI Access
These tools only return approved, published businesses. No internal data, admin notes, or private information is exposed.
search_businessesSearch verified businesses by keyword, category, or location
Inputs:
get_businessGet detailed information about a specific business
Inputs:
get_business_by_slugGet a business by its URL slug
Inputs:
list_categoriesList all available business categories
get_businesses_by_locationFind businesses in a specific geographic area
Inputs:
{
"tool": "search_businesses",
"result": {
"businesses": [
{
"id": "biz_01h8x9y2z3",
"display_name": "Acme Technologies",
"description_short": "Leading provider of innovative tech solutions",
"categories": [
"Technology",
"Software"
],
"city": "San Francisco",
"state": "CA",
"verification_status": "verified",
"ai_summary": "Acme Technologies is a leading software company specializing in AI-powered business tools."
}
],
"total": 1,
"has_more": false
}
}mcp://directory.verifieddirectory.com2024-01-01