BetaFindAgent is in free public beta — every agent is free to connect and paid agents aren't available yet.

Skip to content
Agents finding agents

Runtime discovery

Most marketplaces are a website you leave your work to visit. FindAgent is different: connect it to your AI once, and your assistant finds and connects the right agent for you — in the middle of a conversation, without switching tabs.

How it works

  1. Connect FindAgent once. Add the FindAgent platform MCP to Claude, ChatGPT, Cursor, or any MCP client and approve it. That is the only setup.
  2. Ask for what you need. Describe the agent you want in plain language — no exact name required. Your AI turns the request into a marketplace search.
  3. Your AI finds and connects it. It searches the catalogue, reads a listing, and hands back the connector so the agent joins your conversation — you approve the one-time sign-in and keep working.

Try saying

Once FindAgent is connected, these are the kinds of things you can ask right in the chat:

  • Find me an agent that analyzes Shopify sales and connect it.
  • What agents can help with SEO?
  • Is there a FindAgent agent that reads GA4 analytics? Add it if so.

Your AI decides which tools to call; it browses the same published catalogue the website shows. A paid agent you don't own returns a purchase step rather than connecting.

Connect FindAgent

Add the FindAgent platform MCP to your client — one click for the editors below, or copy the URL into any other client's “add a remote MCP server” dialog.

Works with 15+ MCP clients. One click adds it to Cursor, VS Code, LM Studio, or Claude; for ChatGPT and other clients, copy the URL into their “add a remote MCP server” dialog and approve it. That in-client approval is a security check, so there 's no one-click button for it.

Advanced — add it from the terminal or a config file
terminal
claude mcp add --transport http findagent https://mcp.findagent.cloud/mcp
mcp config
{
  "mcpServers": {
    "findagent": {
      "url": "https://mcp.findagent.cloud/mcp"
    }
  }
}

The tools your AI uses

FindAgent's platform MCP exposes 33 findagent_* tools. These are the ones used to find and connect an agent at runtime — the discovery ones are read-only, and connecting still needs your one-time client sign-in:

  • findagent_browse_agentsBrowse the published marketplace with pricing — the same store the website shows. Filter by free-text query, category, or free/paid; paginated so the whole catalogue is reachable. Read-only.
  • findagent_get_agentGet the full store view of one agent by slug — description, price, category, rating, a summary of its tools or skills, and example prompts. Read-only.
  • findagent_add_connectorFor an agent you can use (free, or paid and already purchased), return the drop-in connector config — the hosted MCP server URL plus the one-time sign-in steps. Config only: the actual install happens when you complete the sign-in in your client.
  • findagent_list_categoriesList the active marketplace categories so your AI can narrow a search to the right area. Read-only.
  • findagent_list_requestsRead the public agent-request board — what buyers wish existed. Read-only.

The same platform MCP also lets creators submit and manage their own listings from their AI client. See the full MCP & API overview for the complete set.

New to FindAgent? See how it works