Agent Plugins Marketplace
All plugins

sei

v1.0.0-ghast.1

Use Sei’s official MCP to inspect blocks, balances, tokens, NFTs and contracts, with a separate optional wallet connection for authorized transactions.

Agent Plugins1 Skill2 MCP serversstdio

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sei/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/sei/
├── plugin.json
├── skills/sei/SKILL.md
└── mcp.json

Included Skills1

seiskills/sei/SKILL.md

Use Sei in Ghast. Use Sei’s official MCP to inspect blocks, balances, tokens, NFTs and contracts, with a separate optional wallet connection for authorized transactions. 通过 Sei 官方 MCP 查询区块、余额、代币、NFT 与合约,并通过独立可选的钱包连接执行已授权的交易。

MCP servers2

seistdio
command
npx
args
-y @sei-js/[email protected]
cwd
${PLUGIN_DATA}
env.WALLET_MODE
disabled
env.PRIVATE_KEY
env.WALLET_API_KEY
env.SERVER_TRANSPORT
stdio
env.MAINNET_RPC_URL
https://evm-rpc.sei-apis.com
env.TESTNET_RPC_URL
https://evm-rpc-testnet.sei-apis.com
sei-walletstdio
command
npx
args
-y @sei-js/[email protected]
cwd
${PLUGIN_DATA}
env.WALLET_MODE
private-key
env.PRIVATE_KEY
env.WALLET_API_KEY
env.SERVER_TRANSPORT
stdio
env.MAINNET_RPC_URL
https://evm-rpc.sei-apis.com
env.TESTNET_RPC_URL
https://evm-rpc-testnet.sei-apis.com

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/sei/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "sei",
  "version": "1.0.0-ghast.1",
  "description": "Use Sei’s official MCP to inspect blocks, balances, tokens, NFTs and contracts, with a separate optional wallet connection for authorized transactions.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://docs.sei.io/ai/mcp-server",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://docs.sei.io/ai/mcp-server",
      "connectorPublisher": "Sei",
      "category": "finance",
      "icon": "./assets/icon.png",
      "displayName": "Sei",
      "descriptions": {
        "en": "Use Sei’s official MCP to inspect blocks, balances, tokens, NFTs and contracts, with a separate optional wallet connection for authorized transactions.",
        "zh-CN": "通过 Sei 官方 MCP 查询区块、余额、代币、NFT 与合约,并通过独立可选的钱包连接执行已授权的交易。"
      },
      "mcpServerExtensions": {
        "sei-wallet": {
          "credentialEnv": {
            "PRIVATE_KEY": "$VAULT:sei-private-key"
          }
        }
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sei on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sei)