Integrate the open standard for AI-native business discovery. Platform-agnostic infrastructure with stable APIs and governance.
Yuba provides an open discovery standard with stable governance, clean APIs, and comprehensive documentation.
Clean, RESTful APIs for business data, analytics, and AI integration. Full OpenAPI specification with code examples.
Platform-agnostic discovery interfaces. Support for MCP, REST APIs, and other protocols. Build integrations that work across AI ecosystems.
Open standard for AI-native business discovery data. Structured schema designed specifically for AI platform consumption.
Get started with just a few lines of code
// Search for businesses
const response = await fetch('/api/v1/businesses/search', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({{
query: 'coffee shops',
location: { lat: 37.7749, lng: -122.4194 }
})}
});
const { businesses } = await response.json();// Install: npm i @aidp-protocol/core
import { validateBusinessProfile } from '@aidp-protocol/core';
const profile = {
name: 'Artisan Coffee',
category: 'cafe',
location: { lat: 45.5231, lng: -122.6765 }
};
const result = validateBusinessProfile(profile);
console.log(result.valid); // true// MCP Server Configuration
{
"mcpServers": {
"aidp": {
"command": "npx",
"args": ["@aidp-protocol/mcp-server"],
"env": {
"AIDP_API_KEY": "your_api_key"
}
}
}
}# Install: pip install aidp-protocol
from aidp_protocol import AIDPClient
client = AIDPClient(api_key="your_key")
# Search businesses
results = client.search(
query="Italian restaurants",
location=(37.7749, -122.4194)
)Quick Install
npm install @aidp-protocol/coreIntegrate Yuba into AI platforms to enable business discovery. Structured data reduces hallucinations and improves attribution.
Create tools for businesses to manage their AI presence. Analytics dashboards, optimization tools, and integration platforms.
Build next-generation business directories powered by AI. Semantic search, intelligent recommendations, and real-time data.
Integrate Yuba data into your existing platforms. CRMs, marketing tools, and business intelligence systems.
Integrate the open standard for AI-native business discovery