Discover/Brofindai API
live

Brofindai APIbrofindai.com

Search and discover AI tools and MCP servers from the BroFindAI directory to find the perfect solutions for your projects. Quickly browse through curated listings of available tools and servers to compare features and functionality.

This API takes change requests — .
Endpoint health
monitored
search_mcp_servers
search_tools
Checks pendingself-healing
Endpoints
2
Updated
3h ago
This call costs1 credit / call— charged only on success
Try it
Maximum number of tools to return per page, between 1 and 100.
Search term matched against tool name, tagline, description, category, and tags. Omitting returns all tools.
Number of items to skip for pagination.
Filter by AI tool category. Omitting returns tools from all categories.
api.parse.bot/scraper/f8a80747-1cc4-48d5-9a97-bdd9f8617759/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f8a80747-1cc4-48d5-9a97-bdd9f8617759/search_tools?limit=5&query=writing&offset=0&category=Audio+%26+Voice' \
  -H 'X-API-Key: $PARSE_API_KEY'
Python SDK · recommended

Typed, relational, agent-ready

A generated client with real types, enums, and the links between objects — the structure a flat JSON response can't carry. Autocompletes in your editor and reads cleanly to coding agents.

  • Fully typed · autocompletes
  • Objects link to objects
  • Typed errors & pagination

Typed Python client. Set up the SDK in your uv project, then pull this API’s typed client:

uv add parse-sdk
uv run parse init
uv run parse add --marketplace brofindai-com-api

uv run parse add --marketplace pulls a pinned snapshot of this canonical API — it won’t change underneath you. To customize it, subscribe and swap to your own copy.

"""Walkthrough: BroFindAI SDK — bounded, re-runnable; every call capped."""
from parse_apis.brofindai_com_api import BroFindAI, ToolCategory, InputFormatInvalid

client = BroFindAI()

# Search AI tools by keyword
for tool in client.tools.search(query="writing", limit=3):
    print(tool.name, tool.category, tool.pricing)

# Filter tools by category
item = client.tools.search(category=ToolCategory.CODING_AND_DEV_TOOLS, limit=1).first()
if item:
    print(item.name, item.url, item.tags)

# Search MCP servers
for server in client.mcp_servers.search(query="database", limit=3):
    print(server.name, server.category, server.tags)

# Filter MCP servers by category
for server in client.mcp_servers.search(category="Browser Automation", limit=2):
    print(server.name, server.description[:60])

# Typed error handling
try:
    for t in client.tools.search(query="code", limit=3):
        print(t.name, t.tagline)
except InputFormatInvalid as e:
    print("invalid input:", e)

print("exercised: tools.search, mcp_servers.search")
All endpoints · 2 totalmissing one? ·

Full-text search across 560+ curated AI tools. Matches against name, tagline, description, category, and tags. Results are ordered by votes descending. Each tool includes its category, pricing model, platform availability, and tags. Use offset and limit for manual pagination.

Input
ParamTypeDescription
limitintegerMaximum number of tools to return per page, between 1 and 100.
querystringSearch term matched against tool name, tagline, description, category, and tags. Omitting returns all tools.
offsetintegerNumber of items to skip for pagination.
categorystringFilter by AI tool category. Omitting returns tools from all categories.
Response
{
  "type": "object",
  "fields": {
    "count": "number of tools returned in this response",
    "tools": "array of AI tool records with id, slug, name, tagline, description, url, category, pricing, votes, platform, has_api, opensource, and tags",
    "total": "total number of matching tools across all pages"
  },
  "sample": {
    "data": {
      "count": 1,
      "tools": [
        {
          "id": "61c4b3df-c8d9-4af1-8bb1-984c74cc1469",
          "url": "https://copilot.microsoft.com/",
          "name": "Copilot",
          "slug": "copilot",
          "tags": [
            "coding",
            "developer",
            "llm",
            "automation"
          ],
          "votes": 0,
          "has_api": null,
          "pricing": "Paid",
          "tagline": "Microsoft's AI companion powered by GPT-4 across all products",
          "category": "Coding & Dev Tools",
          "platform": [
            "Windows"
          ],
          "opensource": null,
          "description": "Microsoft Copilot is an AI assistant integrated across Microsoft's ecosystem..."
        }
      ],
      "total": 88
    },
    "status": "success"
  }
}

About the Brofindai API

The Brofindai API on Parse exposes 2 endpoints for the publicly available data on brofindai.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.

Related APIs
mcp.so API
Discover and explore MCP servers on the mcp.so marketplace by browsing categories, searching by tags, viewing detailed server information, and checking available tools and integrations. Find top-rated servers, compare clients, and filter options to identify the perfect MCP solutions for your needs.
mcpservers.org API
Search and discover MCP servers, clients, and Claude skills from mcpservers.org, including featured and official recommendations organized by category. Browse detailed server information, remote server options, and find exactly what you need with powerful search and filtering capabilities.
theresanaiforthat.com API
Search and discover AI tools across different tasks, get detailed information about specific tools, browse available deals, and stay updated on the latest tools. Find the perfect AI solution for your needs by filtering by task category or checking featured and trending tools.
toolify.ai API
Search and browse premium .ai domain names available on the Toolify marketplace, filtering by keywords, categories, prices, and domain attributes to find the perfect domain for your project. Explore curated domain listings organized by category to discover valuable .ai domains suited to your needs.
agent.ai API
Search and discover AI agents in the Agent.ai marketplace by filtering through categories and tags, then view detailed agent information and builder profiles. Find the perfect AI solution for your needs by browsing available agents, exploring builder credentials, and comparing agent capabilities across different categories.
minecraftservers.org API
Search and discover Minecraft servers with real-time player counts, server details, and statistics directly from minecraftservers.org. Find the perfect server by filtering results and viewing comprehensive information like gameplay modes, player capacity, and server ratings.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
machineseeker.com API
Search and browse industrial machinery listings from Machineseeker, view detailed product information, find similar equipment, and filter results by specific criteria. Discover thousands of machines with comprehensive specifications and pricing to help you find the right equipment for your needs.