Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

@kasarlabs/okx-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kasarlabs/okx-mcp

MCP server for OKX wallet account creation and deployment on Starknet

npmnpm
Version
0.1.0
Version published
Weekly downloads
7
-41.67%
Maintainers
1
Weekly downloads
 
Created
Source

Snak - OKX Plugin

The OKX Plugin provides tools for creating and deploying OKX wallet accounts on the Starknet blockchain.

Features

This plugin adds the following tools:

  • create_new_okx_account: Create a new OKX account and return the privateKey, publicKey, and contractAddress.
  • deploy_existing_okx_account: Deploy an existing OKX Account and return the privateKey, publicKey, and contractAddress.

Usage

The OKX Plugin is used internally by the Starknet Agent and doesn't need to be called directly. When the agent is initialized, it automatically registers these tools, making them available for use.

Example

When asking the agent to perform OKX-related tasks, it will use the appropriate tool from this plugin:

"Create a new OKX wallet for me"  // Uses create_new_okx_account
"Deploy my existing OKX account"  // Uses deploy_existing_okx_account

Development

To extend this plugin, add new tools in the src/tools directory and register them in the registerTools function in src/tools/index.ts.

Keywords

mcp

FAQs

Package last updated on 30 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts