← 返回 Skills 市场
marciano147

KaspaCom DeFi MCP

作者 marciano147 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kaspacom-defi-mcp
功能描述
Use KaspaCom DeFi MCP or CLI to query and transact across KaspaCom DEX, Lending, and LFG Launchpad on IGRA and Kasplex mainnet/testnet. Trigger when the user...
使用说明 (SKILL.md)

KaspaCom DeFi MCP

KaspaCom DeFi MCP exposes KaspaCom DeFi through a single MCP server and CLI.

Supports

  • DEX: pairs, prices, swaps, add/remove liquidity
  • Lending: markets, positions, supply, borrow, repay
  • LFG Launchpad: active launches, buy/sell launch tokens
  • Networks: igra, igra-testnet, kasplex, kasplex-testnet

Install

npm i -g @kaspacom/defi-mcp

Start MCP server

MCP_NETWORK=igra node dist/mcp/index.js

With wallet:

MCP_WALLET_KEY="0x..." MCP_NETWORK=igra node dist/mcp/index.js

CLI

kaspacom-defi --help

Good use cases

  • "Show me all KaspaCom DEX pairs on Kasplex"
  • "Get my lending health factor on IGRA"
  • "List active LFG launches"
  • "Buy a launch token with 100 KAS"
  • "Get protocol info across networks"

Notes

  • Read-only tools work without a wallet.
  • Write actions require MCP_WALLET_KEY.
  • Use igra-testnet or kasplex-testnet for safe testing first.
安全使用建议
This skill appears functionally consistent with a KaspaCom DeFi CLI/MCP but has two red flags: the runtime tells you to install and run an npm package (which will execute code on your machine) and to supply MCP_WALLET_KEY, yet the registry lists no source/homepage and no required env vars. Before installing: 1) Ask the publisher for the package source (npm page and GitHub repo) and verify checksums and release authenticity. 2) Inspect the package code (or have it reviewed) before running, especially dist/mcp/index.js. 3) Never use your mainnet private key in an env var; use a testnet or ephemeral wallet with minimal funds and consider a hardware wallet or signing proxy. 4) Prefer running the package in an isolated environment (container or VM) until you trust it. 5) Request that the skill metadata be updated to declare MCP_WALLET_KEY as a required credential and include a homepage/source. If the publisher cannot provide verifiable source code or a reputable package listing, avoid installing it on sensitive hosts.
功能分析
Type: OpenClaw Skill Name: kaspacom-defi-mcp Version: 0.1.0 The skill bundle provides documentation and instructions for the KaspaCom DeFi MCP server, which enables AI agents to interact with decentralized finance protocols (DEX, Lending, Launchpad) on the Kaspa network. The instructions in SKILL.md describe standard installation via NPM (@kaspacom/defi-mcp) and configuration using environment variables for network selection and wallet keys. No malicious code, data exfiltration logic, or prompt injection attempts were identified in the provided files.
能力标签
cryptorequires-wallet
能力评估
Purpose & Capability
The SKILL.md behavior (querying and transacting on KaspaCom, performing swaps/lending/launchpad actions) matches the name/description — those actions legitimately require network access and a wallet key for writes. However the skill metadata declares no required env vars/credentials while the runtime instructions explicitly reference MCP_WALLET_KEY, an inconsistency that should be resolved.
Instruction Scope
The instructions stay within the DeFi/CLI domain: they show an npm install, how to start a local MCP server, how to pass MCP_WALLET_KEY for write actions, and recommend testnets. The instructions do not request unrelated files or other system secrets. They do, however, instruct executing code from a package you cannot verify from the registry data.
Install Mechanism
The SKILL.md tells users to run `npm i -g @kaspacom/defi-mcp` and `node dist/mcp/index.js`. Installing and executing a global npm package is moderate risk—acceptable for this use-case if the package origin is trustworthy. Here there is no homepage/source provided in the registry metadata, so the package origin and contents cannot be audited from the registry data, increasing risk.
Credentials
Write actions require a wallet private key (MCP_WALLET_KEY) per the instructions. The registry metadata, however, lists no required environment variables or primary credential. Requiring a private key is reasonable for transaction capability, but the omission in metadata is a meaningful mismatch and the practice of putting a private key in an env var should be considered sensitive and handled with caution.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not request elevated platform privileges. Installing a global npm package modifies the system (binaries on PATH) which is normal for a CLI but is a persistence footprint the user should accept explicitly. There's no indication the skill attempts to modify other skills or system-wide agent configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kaspacom-defi-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kaspacom-defi-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish
元数据
Slug kaspacom-defi-mcp
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

KaspaCom DeFi MCP 是什么?

Use KaspaCom DeFi MCP or CLI to query and transact across KaspaCom DEX, Lending, and LFG Launchpad on IGRA and Kasplex mainnet/testnet. Trigger when the user... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 KaspaCom DeFi MCP?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install kaspacom-defi-mcp」即可一键安装,无需额外配置。

KaspaCom DeFi MCP 是免费的吗?

是的,KaspaCom DeFi MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

KaspaCom DeFi MCP 支持哪些平台?

KaspaCom DeFi MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 KaspaCom DeFi MCP?

由 marciano147(@marciano147)开发并维护,当前版本 v0.1.0。

💬 留言讨论