lifi-mcp-skill
LI.FI MCP Skill
Use this skill to run LI.FI MCP operations through uxc.
Reuse the uxc skill for generic protocol discovery, auth binding, envelope parsing, and error handling.
Prerequisites
uxcis installed and available inPATH.- Network access to
https://mcp.li.quest/mcp. - Optional: a LI.FI API key for higher rate limits.
Core Workflow
- Verify endpoint and protocol with help-first probing:
uxc https://mcp.li.quest/mcp -h- Confirm protocol is MCP (
protocol == "mcp"in the envelope).
- Optional auth setup for higher rate limits:
uxc auth credential set lifi-mcp --auth-type bearer --secret-env LIFI_API_KEY
More from holon-run/uxc
playwright-mcp-skill
Run browser automation through @playwright/mcp over UXC stdio MCP, with daemon-friendly session reuse and safe action guardrails. Use when tasks need deterministic page navigation, DOM snapshots, and scripted browser interaction from CLI.
55chrome-devtools-mcp-skill
Use Chrome DevTools MCP through UXC over local stdio for page navigation, DOM/a11y snapshots, network inspection, console inspection, and performance tooling, with a live-browser autoConnect default and optional browserUrl or isolated fallback modes.
53uxc
Discover and call remote schema-exposed interfaces with UXC. Use when an agent or skill needs to list operations, inspect operation schemas, and execute OpenAPI, GraphQL, gRPC, MCP, or JSON-RPC calls via one CLI contract.
46dune-mcp-skill
Use Dune MCP through UXC for blockchain table discovery, SQL query creation/execution, execution result retrieval, and visualization with help-first schema inspection, explicit auth binding, and guarded credit-consuming operations.
28context7-mcp-skill
Query up-to-date library documentation and code examples using Context7 MCP. Use when you need current, version-specific documentation for npm packages, Python libraries, or other programming languages.
26etherscan-mcp-skill
Use Etherscan MCP through UXC for address balance checks, token holder analysis, transaction inspection, and contract lookup tasks. Use when tasks need Etherscan MCP tools for onchain investigation with help-first schema inspection, bearer-key auth, and tier-aware read-first handling.
26