Skip to main content
Glama

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/mcp

  • Official MCP Registry: cloud.findagent/marketplace

  • Website: https://findagent.cloud

Connect

FindAgent is a remote MCP server — nothing to install. Point your MCP client at the gateway:

https://mcp.findagent.cloud/mcp

Per-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-mcp

Node (18+):

npm install && node server.js

Tools: 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.

A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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