← brofindai.com

INDIVIDUAL MCP TOOL

list_mcp_servers

Browse the BroFindAI MCP (Model Context Protocol) servers directory.

brofindai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://brofindai.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_mcp_servers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

brofindai.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.brofindai]
url = "https://brofindai.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "brofindai": {
      "type": "http",
      "url": "https://brofindai.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: brofindai
Remote MCP URL: https://brofindai.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "brofindai": {
      "url": "https://brofindai.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "brofindai": {
      "type": "http",
      "url": "https://brofindai.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "brofindai",
  "transport": "streamable-http",
  "url": "https://brofindai.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_ai_tools — Search the BroFindAI directory of 550+ AI tools by keyword, category, pricing, platform, tags, API availability, or open-source status.
  • list_categories — List all AI tool categories in the BroFindAI directory with the number of tools in each category.
  • get_tool_details — Get full details of a specific AI tool by its slug identifier (e.g.
  • 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.