UseAgents
Discover developer tools, then fetch tool-specific implementation context before using them. Powered by the UseAgents registry.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add UseAgents/useagents
# Browse available tools
npx -y smithery tool list UseAgents/useagents
# Get full schema for a tool
npx -y smithery tool get UseAgents/useagents search_tools
# Call a tool
npx -y smithery 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, …
# Get full input/output schema for a tool
npx -y smithery tool get UseAgents/useagents Prompts (1)
developer_tool_discovery— Reusable workflow instructions for the required UseAgents flow: search first, fetch tool context second, implement last.