Skip to main content
Connect the UseAgents MCP server to your agent so it can search the UseAgents registry for verified tools. After setup, your agent can use natural language to find real SDKs, APIs, CLIs, and libraries instead of guessing.
Querying UseAgents via MCP is currently free during our public beta. No API key is required. Requests are subject to rate limits to ensure reliability.

Connection details

Add the server to your agent

Add the UseAgents MCP server to your agent’s configuration. No authentication headers are needed during the public beta.

Quick config

Any MCP client that supports HTTP transport can use this configuration:

Client-specific guides

For detailed, step-by-step setup instructions, see the guide for your client:

Cursor

IDE and project-level configuration.

Claude

Desktop, Code CLI, and claude.ai.

Antigravity

IDE and Gemini CLI.

Codex

CLI configuration.

Windsurf

IDE and Cascade configuration.

v0

Web-based MCP connections.

Verify the connection

After saving the config and restarting your client:
  1. Open your MCP-compatible agent.
  2. Confirm the UseAgents server appears in the MCP server list, if your client shows one.
  3. Ask the agent to search for a tool such as “find a TypeScript SDK for Stripe webhooks” using search_tools.
  4. Confirm the response includes structured tool results rather than a connection error.

Troubleshooting

  • Server does not appear: Restart the MCP client after editing the config file.
  • Requests fail unexpectedly: Re-copy the URL exactly as https://mcp.useagents.site/mcp and remove extra whitespace or trailing characters.
  • Rate limited: You have exceeded the request limit. Wait a moment and try again. See Rate Limits for details.

Next steps