Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 14, 2026·2 min de lectura

UXC — One CLI for OpenAPI/MCP/GraphQL Tools

One CLI to discover and invoke tools across OpenAPI, MCP, GraphQL, gRPC, and JSON-RPC with one contract; verified 108★, pushed 2026-05-14.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Cli
Instalación
Brew|Curl|Cargo
Confianza
Confianza: Established
Entrada
brew tap holon-run/homebrew-tap && brew install uxc
Comando CLI universal
npx tokrepo install dea27b37-5764-5886-b56d-caae76318c04
Introducción

One CLI to discover and invoke tools across OpenAPI, MCP, GraphQL, gRPC, and JSON-RPC with one contract; verified 108★, pushed 2026-05-14.

Best for: Teams standardizing how agents call remote APIs across mixed protocol stacks

Works with: Rust-based CLI; works against schema-described hosts across OpenAPI/MCP/GraphQL/gRPC/JSON-RPC (per README examples)

Setup time: 8-18 minutes

Key facts (verified)

  • GitHub: 108 stars · 7 forks · pushed 2026-05-14.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: brew tap holon-run/homebrew-tap && brew install uxc.

Main

  • Use help-first discovery (<host> -h, <host> <op> -h) so agents don’t guess payload shape before calling.

  • Standardize invocation across protocols: keep your automation using one CLI contract even when services vary (OpenAPI/GraphQL/MCP).

  • Prefer deterministic JSON output in pipelines so downstream agents/tools can parse and diff results reliably.

  • Start with a low-risk host (e.g., petstore) to learn argument styles (key=value, nested paths, per-field JSON).

Source-backed notes

  • README documents a consistent invocation pattern: uxc <host> -h, then uxc <host> <operation_id> ....
  • README shows installs via Homebrew, install script, Cargo, and from-source builds.
  • README includes examples for OpenAPI, GraphQL, MCP, and JSON-RPC under one CLI contract.

FAQ

  • Is it MCP-only?: No — README explicitly targets OpenAPI/GraphQL/gRPC/JSON-RPC and unifies MCP with adjacent protocols.
  • How do I install quickly?: Use Homebrew (brew install uxc) or the scripts/install.sh method from README.
  • What’s a safe first task?: Run uxc <host> -h and invoke a read-only operation on a public demo endpoint before adding auth.
🙏

Fuente y agradecimientos

Source: https://github.com/holon-run/uxc > License: MIT > GitHub stars: 108 · forks: 7

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados