BFA LogoBro Find AI
BroFindAI MCP Server

Give your agentthe whole AI tools catalog

One config block gives Claude Code, Claude Desktop or Cursor two new tools — searching 560+ curated AI tools and 320+ MCP servers, right inside your conversation.

Prefer REST? See the API
Serverhttps://api.parse.bot/mcp/f8a80747-1cc4-48d5-9a97-bdd9f8617759

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
Zed
0+
AI tools searchable
0+
MCP servers indexed
0
tools your agent gets
0
config block

How it works

01

Get an API key

Create a key at parse.bot and export it as PARSE_API_KEY. The free tier is enough to wire everything up.

02

Paste the config

Add the block below to your client's MCP config file and restart it. Node is the only prerequisite.

03

Ask in plain English

Your agent sees two tools and calls them on its own. No SDK, no glue code, no schema wrangling.

Install

.mcp.json
{
"mcpServers": {
"brofindai-com-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.parse.bot/mcp/f8a80747-1cc4-48d5-9a97-bdd9f8617759",
"--header",
"X-API-Key:$PARSE_API_KEY"
]
}
}
}

Drop it in .mcp.json at your project root so everyone on the repo picks it up, then run claude mcp list to confirm it connected.

Before you paste

You need Node installed (that's what provides npx) and your key exported as PARSE_API_KEY.

Get an API key

The two tools your agent gets

search_tools

Full-text search across 560+ curated AI tools. Filter by category, page through results with offset and limit.

querycategorylimitoffset

returns id · slug · name · tagline · description · url · category · pricing · votes · platform · has_api · opensource · tags

search_mcp_servers

Search 320+ open-source MCP servers. Filter by category — Databases, Browser Automation, Coding Agents and more.

querycategorylimit

returns name · description · url · category · tags

Try asking

>

Find me the top-voted free AI tools for video editing on BroFindAI.

>

Which AI coding tools in BroFindAI are open source and expose their own API?

>

Search BroFindAI for MCP servers in the Databases category and summarise what each one does.

>

Compare the pricing mix of Writing & Content vs. Image Generation tools on BroFindAI.

>

Build me a shortlist of BroFindAI tools tagged 'automation' that run on macOS.

Frequently asked

Looking for third-party servers instead? Browse the MCP servers directory — or call the same data over REST.