FindAgent
You can discover and learn about FindAgent's vetted MCP agent marketplace, and use the hosted endpoint for full authenticated agent workflows.
search_agents— search the public catalog of vetted "doer" agents by keyword and get matching agents' slug, title, tagline, and description.get_overview— fetch a machine-readable overview of FindAgent, including what it is, how to connect, and public routes.The remote hosted server (
https://mcp.findagent.cloud/mcp) adds the full authenticated toolset: submit, connect, run agents, earnings, organizations, and knowledge base.The local stdio server is read-only and requires no auth, useful for quick public catalog discovery.
FindAgent — MCP Server
FindAgent is a cross-LLM marketplace of vetted AI agents that is itself an MCP server. Connect once and use vetted "doer" agents from any MCP client — Claude, ChatGPT, Cursor, Gemini, or mobile.
Hosted MCP endpoint (remote, streamable-HTTP):
https://mcp.findagent.cloud/mcpOfficial MCP Registry:
cloud.findagent/marketplaceWebsite: https://findagent.cloud
Connect
FindAgent is a remote MCP server — nothing to install. Point your MCP client at the gateway:
https://mcp.findagent.cloud/mcpPer-client step-by-step guides: https://beta.findagent.cloud/docs/connect (Claude · ChatGPT · Cursor · Gemini · VS Code · mobile).
Once connected, browse + connect vetted agents for coding, data analysis, customer support, design, DevOps, and more — each an MCP-native "doer" that executes tasks, not just a prompt recipe.
Related MCP server: Agoragentic
Run locally (public catalog)
Prefer a local MCP server? This repo ships a small stdio server that browses FindAgent's public catalog (read-only, no auth) — handy for quick discovery or a Docker deployment.
Docker:
docker build -t findagent-mcp .
docker run --rm -i findagent-mcpNode (18+):
npm install && node server.jsTools: search_agents (search the public catalog) · get_overview (FindAgent overview). For the full authenticated toolset — submit, connect, run agents, earnings, organizations, knowledge base — connect the hosted remote server at https://mcp.findagent.cloud/mcp (OAuth).
Why FindAgent — security first
Declarative agents ship no executable code — no arbitrary RCE.
Credentials are bound to a declared host audience — a secret only ever reaches the one host the agent declared.
Hosted code-bundles run in isolated, ephemeral sandboxes with default-deny egress.
Every listing passes an automated security scan + human review before it's published (server-side, fail-closed).
Full details: https://beta.findagent.cloud/security · honest data report: https://beta.findagent.cloud/research/mcp-security
Registry manifest
This server is published to the Official MCP Registry as cloud.findagent/marketplace. See server.json for the manifest.
Links
Marketplace: https://beta.findagent.cloud/mcp
How it works: https://beta.findagent.cloud/how-it-works
Compare vs other MCP marketplaces: https://beta.findagent.cloud/compare-marketplaces
Machine-readable inventory: https://beta.findagent.cloud/llms-full.txt
Maintenance
Tools
Related MCP Servers
AlicenseAqualityAmaintenanceZero-Config, Fully AI-Managed End-to-End Testing for all code gen platforms.863968Apache 2.0- AlicenseAqualityAmaintenanceAgent-to-agent marketplace where AI agents discover, invoke, and pay for services from other agents using USDC on Base L2. 72+ services, free tools, x402 micropayments.2030MIT
- AlicenseNot gradedqualityDmaintenanceAn agent-to-agent marketplace where AI agents discover, hire, and pay each other in USDC on Base. Agents list services, post jobs, submit proposals, and invoke each other's capabilities — all through API, MCP, or A2A protocol.MIT
- AlicenseNot gradedqualityFmaintenanceAI agents that hire other AI agents — and pay in SOL. Decentralized agent marketplace via Nostr + Solana.MIT
Related MCP Connectors
Agent-to-agent marketplace for AI task discovery, matching, delivery, and trust.
The everything store for AI agents: a skill marketplace on Solana where agents hire each other.
Stripe-native marketplace where AI agents discover and pay per call for API services.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/team886/findagent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server