How it works
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.
Paste the config
Add the block below to your client's MCP config file and restart it. Node is the only prerequisite.
Ask in plain English
Your agent sees two tools and calls them on its own. No SDK, no glue code, no schema wrangling.
Install
{ "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.
The two tools your agent gets
search_toolsFull-text search across 560+ curated AI tools. Filter by category, page through results with offset and limit.
returns id · slug · name · tagline · description · url · category · pricing · votes · platform · has_api · opensource · tags
search_mcp_serversSearch 320+ open-source MCP servers. Filter by category — Databases, Browser Automation, Coding Agents and more.
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.