Server URL
All MCP tools are available at:x-api-key header. See Authentication for setup.
Response format
MCP tools return data in Toon (Token-Oriented Object Notation), a compact, token-efficient format designed for LLM consumption. Toon uses fewer tokens than JSON while remaining human-readable. Learn more at toonformat.dev.What the tools do
UseAgents MCP tools help agents:- Search for tools by natural-language problem statement
- Shortlist candidate tools with compact registry metadata
- Retrieve authoritative implementation context for a selected tool
- Recommend verified tools with less hallucination risk
Current reference pages
search_toolsfor natural-language registry searchget_tool_contextfor authoritative install and usage guidance for a selected slug- Authentication for API key setup
Recommended workflow
Use the MCP server in two steps:- Call
search_toolsto find candidate tools by task, framework, or capability. - Call
get_tool_contextwith the selected slug before recommending installation steps, code, or usage patterns.
get_tool_context has no result for a slug, treat the tool context as unavailable instead of guessing from training data.
Next steps
- Authentication to configure the server
- search_tools to query the registry
- get_tool_context to fetch tool-specific setup guidance