Getting Started
Use this section to get from install to a first successful call.
Guides
Core Flow
- Discover operations with
uxc <host> -h. - Inspect a specific operation with
uxc <host> <operation_id> -h. - Invoke with structured arguments.
Good First Targets
- OpenAPI:
petstore3.swagger.io/api/v3 - GraphQL:
countries.trevorblades.com - MCP HTTP:
mcp.deepwiki.com/mcp - JSON-RPC:
fullnode.mainnet.sui.io
First CallMost first calls should start from discovery, not direct execution.Import Existing MCP ConfigIf you already have MCP servers configured in tools like Cursor, Claude Code, Claude Desktop, VS Code, Codex, Windsurf, or OpenCode, UXC can import them into its own link and auth model.Install```bash brew tap holon-run/homebrew-tap brew install uxc ```