Querying UseAgents via MCP is currently free during our public beta. No API key is required. Requests are subject to rate limits.
What you get
- Grounded discovery — Agents search a live registry instead of hallucinating package names.
- Structured metadata — Results include descriptions, docs links, repos, categories, and tags.
- One integration — Add a single MCP server instead of hard-coding tool knowledge into prompts.
- Authoritative context — Use
get_tool_contextfor install and usage guidance before recommending a tool.
Quick start
- Connect the MCP server at
https://mcp.useagents.site/mcp. See Connecting the MCP Server for config examples. - Search for tools — Ask your agent to call
search_toolswith a natural-language query like “TypeScript SDK for Stripe webhooks.” - Inspect before integrating — Review returned metadata and docs links, then call
get_tool_contextfor the selected tool.
Connect MCP Server
Server URL, config snippets, and verification steps.
Client Setup Guides
Step-by-step setup for Cursor, Claude, Codex, Windsurf, and more.
MCP tools
See the MCP Tools Reference for response format, workflow, and authentication details.
Supported clients
Cursor
Claude
Antigravity
Codex
Windsurf
v0
Browse without connecting
Visit useagents.site/discover to explore the live registry before wiring up an agent.Next steps
- Connecting the MCP Server — Add UseAgents to your agent
- MCP Tools Reference — Learn what the server exposes
- Developers tab — Publishing a tool to the registry