# UseAgents Documentation > UseAgents is a tool registry and MCP server that helps AI agents discover verified developer tools instead of guessing. ## Docs - [Authentication](https://docs.useagents.site/api-reference/authentication.md): Authenticate UseAgents API requests with an organization-scoped API key. - [Errors](https://docs.useagents.site/api-reference/errors.md): Reference the common UseAgents API error codes and how to fix them. - [Introduction](https://docs.useagents.site/api-reference/introduction.md): Learn how the UseAgents API is structured, how to authenticate requests, and where to start with the available endpoints. - [Rate Limits](https://docs.useagents.site/api-reference/rate-limit.md): Understand the UseAgents API rate limit and how to handle `429 Too Many Requests` responses. - [Search tools](https://docs.useagents.site/api-reference/tools/search-tools.md): Search for AI agent tools by query. Returns JSON results. Requires API key authentication. - [Versioning](https://docs.useagents.site/api-reference/versioning.md): Understand how UseAgents approaches API stability, backward compatibility, and future changes. - [Adding Your Tool](https://docs.useagents.site/creators/adding-tools.md): Add your CLI, library, SDK, or API to the UseAgents registry so agents can discover and use it correctly. - [Reviewing Changes](https://docs.useagents.site/creators/changes.md): Review and compare draft changes against the current deployment before deploying to the registry. - [Claiming a Tool](https://docs.useagents.site/creators/claiming-tools.md): Claim an existing published tool for your organization by verifying ownership of its website or docs domain. - [Editing Your Tool](https://docs.useagents.site/creators/editing-tools.md): Update your tool's metadata, links, and categorization so agents can discover and use it correctly. - [Prompt Injection & Safe Metadata](https://docs.useagents.site/creators/prompt-injection.md): Understand what UseAgents checks during deployment and how to keep tool metadata safe for AI agents. - [Publishing & Deployments](https://docs.useagents.site/creators/publishing.md): Deploy your tool to the live registry so agents can discover and use it. - [Transferring Tool Ownership](https://docs.useagents.site/creators/transferring-tools.md): Move a tool from one organization to another when you have admin access in both organizations. - [Introduction](https://docs.useagents.site/introduction.md): Learn what UseAgents is, who it is for, and how to start using the tool registry and MCP server. - [Connecting the MCP Server](https://docs.useagents.site/mcp/connecting.md): Connect the UseAgents MCP server to Cursor, Claude Desktop, Windsurf, and other MCP-compatible agents. - [Authentication](https://docs.useagents.site/mcp/tools-reference/authentication.md): Learn how to authenticate UseAgents MCP tool calls with an API key. - [get_tool_context](https://docs.useagents.site/mcp/tools-reference/get-tool-context.md): Use the `get_tool_context` MCP tool to fetch authoritative install, usage, and I/O guidance for a selected tool slug. - [Introduction](https://docs.useagents.site/mcp/tools-reference/introduction.md): Learn what the UseAgents MCP server exposes and how agents should use the tools it provides. - [search_tools](https://docs.useagents.site/mcp/tools-reference/search-tools.md): Use the `search_tools` MCP tool to find relevant developer tools from a natural-language query. - [Quick Start](https://docs.useagents.site/quick-start.md): Get started with UseAgents in three ways: connect as an agent, add your tool, or browse the registry. - [API Keys](https://docs.useagents.site/reference/api-keys.md): Create and manage API keys for the UseAgents MCP server and REST API. ## OpenAPI Specs - [openapi](https://docs.useagents.site/api-reference/openapi.json)