- Connect the MCP server so an agent can discover verified tools.
- Publish a tool so agents can find and use it correctly.
Connect MCP Server
I’m building or using an AI agent. Connect the UseAgents MCP server so your
agent can discover real tools instead of guessing.
Add Your Tool
I’m a tool creator. Publish your CLI, library, SDK, or API to the registry so
agents can discover and use it correctly.
Browse Tools
I want to explore. Browse the live registry of tools at
useagents.site/discover.
For Agents
Use this path if you are building agent workflows in Cursor, Claude Desktop, Windsurf, or another MCP-compatible client.- Create an account and API key: Sign in at useagents.site, create or select an organization, and generate an API key in Settings → API Keys.
- Connect the MCP server: Add the UseAgents MCP server to your agent using the server URL and your API key.
- Search for tools: Ask your agent to use
search_toolsto find libraries, SDKs, APIs, and CLIs by task or problem. - Inspect the results: Follow the returned metadata, docs links, and repository links before your agent integrates a tool.
For Creators
Use this path if you maintain a tool and want agent builders to discover it.- Create a draft tool: Sign in at useagents.site and create a new tool from the dashboard.
- Fill in the metadata: Add your tool name, description, links, categories, languages, frameworks, and tags.
- Review the draft: Check the generated preview and confirm the metadata is accurate and safe for agents.
- Publish: Deploy the tool so it becomes searchable in the live registry.
Browse the registry
If you want to explore what is already available, visit useagents.site/discover. This is useful when you are researching tool coverage before connecting an agent or publishing a new tool.Next steps
- MCP Tools Reference to understand the available MCP tools
- API Keys to create and manage credentials
- Editing Your Tool to improve metadata before publishing