curl -X GET "https://api.danubeai.com/v1/agent-sites/directory?category=finance&limit=10"
{ "sites": [ { "id": "site_abc123", "domain": "stripe.com", "url": "https://stripe.com", "status": "live", "page_title": "Stripe | Payment Processing Platform", "page_description": "Online payment processing for internet businesses", "favicon_url": "https://stripe.com/favicon.ico", "component_count": 6, "tool_count": 3, "category": "finance", "tags": ["payments", "api"], "created_at": "2026-01-10T08:00:00Z" } ], "total": 1 }
Browse the agent-friendly site directory
productivity
development
finance
newest
popular
Show Site object
stripe.com
live
search_sites
result = await mcp.call_tool("search_sites", { "category": "finance", "limit": 10 })