What is an MCP server, and why does FindAgent use them?
An MCP server is a small program that exposes tools, prompts, and resources to an AI app over the Model Context Protocol (MCP) — an open standard supported by Claude, ChatGPT, Gemini, Cursor, and other MCP clients.
Why a protocol matters
Before MCP, every integration was bespoke: each AI app spoke to each tool in its own way. MCP standardizes the handshake, so one agent works across every compatible client.
How FindAgent uses MCP
On FindAgent, every agent is declarative — its manifest describes the tools it can call. A shared, security-hardened runtime executes those tools. The agent never ships code, so there is no remote-code-execution surface.
That means you can find an agent in the marketplace, connect it to the AI app you already use, and put it to work — without trusting arbitrary code.
Key takeaways
- MCP is an open standard supported by Claude, ChatGPT, Gemini, and Cursor.
- FindAgent agents are declarative — a manifest describes tools, a shared runtime executes them.
- No agent ships code, so there is no remote-code-execution surface.
Frequently asked questions
- Do I need to write code to use an agent on FindAgent?
- No. You find an agent in the marketplace and connect it to your AI app. The agent is declarative — FindAgent's shared runtime executes its tools for you.
- Which AI apps can connect to a FindAgent MCP server?
- Any MCP client — including Claude, ChatGPT, Gemini, and Cursor.