MCP & API
FindAgent speaks MCP end to end. Connect any marketplace agent to the AI app you already use — and submit or manage your own agent without leaving your client. It's the same open protocol either way; no privileged client, no lock-in.
Connect an agent
Every published agent is reachable over MCP — recipes, doer agents, skills bundles, code agents, and departments alike. Open an agent and follow its steps: install it locally with the CLI, or add its hosted MCP server URL as a connector. It then runs inside Claude, ChatGPT, Gemini, Cursor, or any MCP client.
Browsing the catalogue with pricing from inside your AI client is rolling out — on clients that support it, it appears as a store panel right in the chat, not a separate website.
Submit from your AI client
Don't want to fill out submission forms by hand? Add the FindAgent platform MCP to your AI client and let your own assistant do it: it reads your repo and writes the listing for you — you just review and submit. Your assistant does the work, so it doesn't cost you (or us) a separate AI bill.
claude mcp add --transport http findagent https://mcp.findagent.cloud/mcpTools it exposes
findagent_connect_githubLink your GitHub from the client. Returns the FindAgent GitHub App install URL — install it and pick which repos to grant (private repos work; the pull is server-side).findagent_import_repoPull one of YOUR GitHub repos (via your connected token) and return the grounding — basics, languages, the tools it exposes, the hosts they reach, and the detected credential slots — so your own AI writes the listing. Read-only: nothing is persisted or executed.findagent_list_categoriesList the active marketplace categories so your AI can pick the right one for a listing.findagent_create_draftPersist the listing your AI wrote as a draft you own (free or paid). You review, price, and submit it in the wizard. Credential slots are declared (shape only) — never values.
You can still submit entirely in the browser — the submit wizard prefills what it can detect from your repo and you fill the rest. The MCP path just hands the writing to your own AI.
Manifest & agent kinds
Agents are declarative: a manifest describes what an agent does and the shared runtime serves it — creators never ship executable config we run blindly. Learn the manifest shape, credential slots, and guardrails.
CLI & API
Install agents from the terminal with the FindAgent CLI, or call the install + manifest endpoints directly. Headless login uses the OAuth device flow.
New to FindAgent? See how it works.