Bro Find AI
Search a curated directory of AI tools, AI agents and MCP servers by task, pricing and platform.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"brofindai": {
"url": "https://brofindai.com/api/mcp"
}
}
}Remote endpoints
https://brofindai.com/api/mcpstreamable-httpWhat it can do
Tool inventory
Tools (5)
🟢search_ai_tools(query, category, pricing, platform, tags, ...)
Search the BroFindAI directory of 700+ AI tools by keyword, category, pricing, platform, tags, API availability, or open-source status. Returns matching tools with full structured metadata.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keyword (matches name, tagline, description, and tags)"
},
"category": {
"type": "string",
"description": "Filter by category: 'Writing & Content', 'Coding & Dev Tools', 'Image Generation', 'Chatbots & Assistants', 'SEO & Marketing', 'Video', 'Audio & Voice', 'Business', 'Research', 'Data & Analytics', 'Other'"
},
"pricing": {
"type": "string",
"enum": [
"Free",
"Freemium",
"Paid"
],
"description": "Filter by pricing model"
},
"platform": {
"type": "string",
"enum": [
"Web",
"Windows",
"Mac",
"Linux",
"iOS",
"Android",
"Browser Extension",
"VS Code",
"CLI",
"Self-Hosted"
],
"description": "Only tools available on this platform"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Only tools carrying ALL of these tags (e.g. ['coding','autocomplete']). Call list_tags for the vocabulary."
},
"api": {
"type": "boolean",
"description": "true = only tools with a confirmed public API; false = only tools confirmed to have none. Tools where this is unknown are excluded either way."
},
"opensource": {
"type": "boolean",
"description": "true = only confirmed open-source tools; false = only confirmed proprietary. Tools where this is unknown are excluded either way."
},
"limit": {
"type": "number",
"description": "Maximum results to return (default 10, max 50)"
}
}
}🟢list_categories
List all AI tool categories in the BroFindAI directory with the number of tools in each category.
Input Schema
{
"type": "object",
"properties": {}
}🟢get_tool_details(slug)
Get full details of a specific AI tool by its slug identifier (e.g. 'chatgpt', 'midjourney'). Returns name, description, URL, category, pricing, votes, and metadata.
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The tool's slug identifier (lowercase, hyphenated)"
}
},
"required": [
"slug"
]
}🟢list_tags
List every tag and platform in use across the directory with tool counts, plus how many tools have a known/unknown API and open-source status. Call this to discover valid filter values for search_ai_tools.
Input Schema
{
"type": "object",
"properties": {}
}🟢list_mcp_servers(query, category, limit)
Browse the BroFindAI MCP (Model Context Protocol) servers directory. Filter by category or search by keyword.
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keyword for MCP server name, description, or tags"
},
"category": {
"type": "string",
"description": "Filter by MCP server category (e.g. 'Databases', 'Browser Automation')"
},
"limit": {
"type": "number",
"description": "Maximum results to return (default 10, max 50)"
}
}
}Community
Evidence