
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@smeltr/mcp-server
Advanced tools
Smeltr MCP server — validate Solana Token-2022 configs in Claude Desktop, Cursor, and other AI assistants
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
npx -y @smeltr/mcp-server
| Tool | Purpose |
|---|---|
list_modules | Supported modules (Transfer Fee, Non-Transferable, Permanent Delegate) with high-impact flags |
describe_module | Parameters, ranges, authority fields, security notes |
validate_config | Real compatibility engine + Zod schema validation |
estimate_cost | Platform fee (0.03 SOL) + rent estimate |
Add to claude_desktop_config.json:
{
"mcpServers": {
"smeltr-token2022": {
"command": "npx",
"args": ["-y", "@smeltr/mcp-server"]
}
}
}
Add to .cursor/mcp.json or Cursor Settings → MCP:
{
"mcpServers": {
"smeltr-token2022": {
"command": "npx",
"args": ["-y", "@smeltr/mcp-server"]
}
}
}
git clone https://github.com/Space-Raven/Smeltr.git
cd Smeltr
npm ci --legacy-peer-deps
npx tsx packages/mcp-server/src/server.ts
Use Smeltr to validate a Token-2022 config with 250 basis-point transfer fee and check compatibility with non-transferable.
From the repo root:
npm run test:mcp
MIT — Smeltr Technologies LLC
FAQs
Smeltr MCP server — validate Solana Token-2022 configs in Claude Desktop, Cursor, and other AI assistants
The npm package @smeltr/mcp-server receives a total of 45 weekly downloads. As such, @smeltr/mcp-server popularity was classified as not popular.
We found that @smeltr/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.