← Back to Skills Marketplace
KaspaCom DEX MCP
by
marciano147
· GitHub ↗
· v0.1.0
· MIT-0
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kaspacom-dex-mcp
Description
Use KaspaCom DEX through the KaspaCom DeFi MCP/CLI for pair discovery, token pricing, swaps, and liquidity management on IGRA and Kasplex. Trigger on request...
README (SKILL.md)
KaspaCom DEX MCP
Focused skill for KaspaCom DEX via MCP/CLI.
Install
npm i -g @kaspacom/defi-mcp
Read-only examples
kaspacom-defi getPairs --network igra
kaspacom-defi getTokenPrice --token WKAS --quoteToken USDC --network kasplex
Transaction examples
kaspacom-defi swap --tokenIn USDC --tokenOut WKAS --amountIn 100 --network igra
kaspacom-defi addLiquidity --tokenA WKAS --tokenB USDC --amountA 100 --amountB 42 --network igra
kaspacom-defi removeLiquidity --tokenA WKAS --tokenB USDC --lpAmount 10 --network igra
Best for
- Pair lookup
- Price checks
- Swaps
- LP management
- Agent-driven DEX access on Kaspa L2s
Usage Guidance
Do not install or run this CLI blindly. Verify the npm package publisher and repository (inspect the package source on npm/GitHub) before installing; prefer installing in a sandbox or container rather than globally; confirm how the CLI obtains private keys or RPC endpoints (explicit env vars, hardware wallet, or WalletConnect are preferable over automatic local key access). If you plan to allow transactions, use a dedicated wallet with minimal funds and explicit, documented key handling. Require the skill to document exactly which files/paths and environment variables it will access; without that, treat the skill as risky for making on-chain transactions. If you only need read-only features, restrict the agent to those commands and avoid providing signing credentials.
Capability Analysis
Type: OpenClaw Skill
Name: kaspacom-dex-mcp
Version: 0.1.0
The skill bundle provides instructions for an AI agent to interact with the KaspaCom DEX using the '@kaspacom/defi-mcp' npm package. It includes standard commands for token swaps, price checks, and liquidity management on the Kaspa network. No evidence of malicious intent, data exfiltration, or prompt injection was found in the SKILL.md or metadata files.
Capability Tags
Capability Assessment
Purpose & Capability
Name and description align with installing and using a Kaspa DEX CLI (@kaspacom/defi-mcp) for pair discovery, pricing, swaps and liquidity management — requiring a CLI package is reasonable for this purpose. However, the SKILL.md does not declare or document any credential, RPC, or wallet requirements that are necessary for transaction commands, which is an omission.
Instruction Scope
SKILL.md tells the agent to globally install an npm CLI and shows both read-only and transaction examples (swap, add/remove liquidity). The runtime instructions do not describe how to provide signing keys, which files/paths the CLI will access, whether it will prompt for passwords, or whether it will contact external endpoints beyond Kaspa L2s. Transaction examples imply the skill will cause on-chain changes, but there is no guardrail or explicit credential handling described.
Install Mechanism
Installation is via 'npm i -g @kaspacom/defi-mcp' (public npm). Using npm is expected for a JS CLI but carries moderate risk: the package publisher and repository are not provided, and a global install can affect system PATH. No direct downloads or arbitrary URLs are recommended, which lowers the install risk compared to arbitrary archives, but you should validate the package source before installing.
Credentials
The skill declares no required environment variables or credentials, yet it includes transaction operations that must be signed. This mismatch is concerning: the CLI will likely require a private key, wallet file, or RPC credentials, but the skill gives no instructions on where these are stored or how to restrict them. That could lead to the CLI/agent accessing local wallet files or environment secrets unexpectedly.
Persistence & Privilege
The skill is not forced-always and is user-invocable, which is appropriate. Autonomous model invocation is allowed by default; combined with transaction-capable commands and the missing credential guidance, this increases the risk that the agent could perform transactions if it obtains signing ability. It does not request persistent system-wide configuration explicitly.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kaspacom-dex-mcp - After installation, invoke the skill by name or use
/kaspacom-dex-mcp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish
Metadata
Frequently Asked Questions
What is KaspaCom DEX MCP?
Use KaspaCom DEX through the KaspaCom DeFi MCP/CLI for pair discovery, token pricing, swaps, and liquidity management on IGRA and Kasplex. Trigger on request... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install KaspaCom DEX MCP?
Run "/install kaspacom-dex-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is KaspaCom DEX MCP free?
Yes, KaspaCom DEX MCP is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does KaspaCom DEX MCP support?
KaspaCom DEX MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created KaspaCom DEX MCP?
It is built and maintained by marciano147 (@marciano147); the current version is v0.1.0.
More Skills