🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@smeltr/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smeltr/mcp-server

Smeltr MCP server — validate Solana Token-2022 configs in Claude Desktop, Cursor, and other AI assistants

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
49
44.12%
Maintainers
1
Weekly downloads
 
Created
Source

@smeltr/mcp-server

Model Context Protocol server for Solana Token-2022 token configuration. Exposes Smeltr's real validation engine to AI assistants — same logic as smeltr.org/deploy.

Read-only. No private keys, no RPC, no on-chain actions.

Documentation: https://smeltr.org/docs/mcp

Install

npx -y @smeltr/mcp-server

Tools

ToolPurpose
list_modulesSupported modules (Transfer Fee, Non-Transferable, Permanent Delegate) with high-impact flags
describe_moduleParameters, ranges, authority fields, security notes
validate_configReal compatibility engine + Zod schema validation
estimate_costPlatform fee (0.03 SOL) + rent estimate

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "smeltr-token2022": {
      "command": "npx",
      "args": ["-y", "@smeltr/mcp-server"]
    }
  }
}

Cursor

Add to .cursor/mcp.json or Cursor Settings → MCP:

{
  "mcpServers": {
    "smeltr-token2022": {
      "command": "npx",
      "args": ["-y", "@smeltr/mcp-server"]
    }
  }
}

From source (monorepo)

git clone https://github.com/Space-Raven/Smeltr.git
cd Smeltr
npm ci --legacy-peer-deps
npx tsx packages/mcp-server/src/server.ts

Example prompt

Use Smeltr to validate a Token-2022 config with 250 basis-point transfer fee and check compatibility with non-transferable.

Tests

From the repo root:

npm run test:mcp

License

MIT — Smeltr Technologies LLC

Keywords

mcp

FAQs

Package last updated on 04 Jul 2026

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