Developers
Flaex AI Developer Resources
Programmatic access to the Flaex AI directory: search hundreds of AI tools by intent, fetch any page as markdown, or connect agents natively over the Model Context Protocol.
Public API & Agent Endpoints
OpenAPI Specification
Machine-readable OpenAPI 3.1 spec for every public endpoint, with operation IDs, typed schemas, and scoped security schemes.
https://www.flaex.ai/openapi.jsonSearch API
GET /api/search?q=<query> — semantic search across the AI tools directory. Supports mode=semantic|hybrid|discover, pricing and category filters.
https://www.flaex.ai/api/search?q=ai+video+editor&limit=10MCP Server (Streamable HTTP)
POST JSON-RPC 2.0 to /api/mcp. Supports initialize, tools/list, and tools/call with tools flaex_search_tools and flaex_intent_discovery.
https://www.flaex.ai/api/mcpMCP Server Card
Capability document describing the Flaex MCP transport and available tools.
https://www.flaex.ai/.well-known/mcp/server-card.jsonOAuth Authorization Server Metadata
Standard authorization-server metadata including supported scopes: search:read, directory:read, newsletter:write, mcp:invoke.
https://www.flaex.ai/.well-known/oauth-authorization-serverAPI Catalog
RFC 9391-style linkset catalog of public API resources.
https://www.flaex.ai/.well-known/api-catalogAgent Guide (llms.txt)
Markdown guide for AI agents: key sections, data formats, and conventions.
https://www.flaex.ai/llms.txt
Scoped Access
The public API supports scoped permissions so callers only request the access they need. Scopes are declared in the OpenAPI security schemes and the OAuth metadata.
search:read— read tool search resultsdirectory:read— read directory listings and metadatanewsletter:write— manage newsletter subscriptionsmcp:invoke— call Flaex MCP tools
Building an integration? Start with the llms.txt agent guide, then explore the Flaex AI directory.