# UseAgents

Discover developer tools, then fetch tool-specific implementation context before using them. Powered by the UseAgents registry.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add UseAgents/useagents

# Browse available tools
npx -y @smithery/cli@latest tool list UseAgents/useagents

# Get full schema for a tool
npx -y @smithery/cli@latest tool get UseAgents/useagents search_tools

# Call a tool
npx -y @smithery/cli@latest tool call UseAgents/useagents search_tools '{}'
```

## Direct MCP Connection

Endpoint: `https://useagents.run.tools`

## Tools (2)

- `search_tools` — Find candidate developer tools from the registry using a natural-language task description. Returns shortlisting metada…
- `get_tool_context` — Fetch the authoritative implementation context for a selected tool slug, including install paths, examples, I/O shape, …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get UseAgents/useagents <tool-name>
```

## Prompts (1)

- `developer_tool_discovery` — Reusable workflow instructions for the required UseAgents flow: search first, fetch tool context second, implement last.
