Skip to main content
ClaudeWave

Non-custodial Solana swap routing for agents: best-price via Jupiter, 0.25% router fee, free on-chain scam-check (mint/freeze authority) on every token you buy.

ToolsOfficial Registry0 stars0 forksJavaScriptMITUpdated 17d ago
Get started
Method: Clone
Terminal
git clone https://github.com/stillmarcus24/stillos-swap-mcp
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# stillos-swap-mcp

Non-custodial Solana swap routing for agents. Best-price execution via Jupiter, a flat **0.25% router fee** (cheaper than Trojan/Photon/GMGN at 0.5–1%), and a **free on-chain scam-check** on every token you buy.

**You keep custody.** The tool returns an *unsigned* transaction — you sign it with your own key and broadcast. StillOS never touches your funds.

## MCP

```json
{
  "mcpServers": {
    "stillos-swap": { "command": "npx", "args": ["-y", "stillos-swap-mcp", "mcp"] }
  }
}
```

### Tools
- **`build_solana_swap`** — `{ userPublicKey, inputMint, outputMint, amount }` → `{ swapTransaction (base64, unsigned), expectedOut, route, routerFee, safety }`. Sign and send the transaction yourself. When buying a non-stablecoin, `safety` carries an on-chain verdict (`CLEAN` / `TRAP`) based on live mint & freeze authority.
- **`token_scam_check`** — `{ mint }` → `{ verdict (CLEAN/RISK/UNKNOWN), mintAuthority, freezeAuthority, flags }`. Established issuer tokens (USDC/USDT/SOL) are allowlisted. Read-only, no keys.

## CLI

```
npx stillos-swap-mcp check <mint>
npx stillos-swap-mcp swap <yourPubkey> SOL USDC 0.5
```

## Why the scam-check matters
A live **mint authority** means the dev can print unlimited supply and dilute you to zero. A live **freeze authority** means the dev can freeze your tokens so you can never sell. Both are the most common rug vectors on pump.fun. This checks them before you buy — free.

`SOLANA_RPC` env var overrides the default public RPC for the safety check.

MIT · StillOS / NolaWealth

What people ask about stillos-swap-mcp

What is stillmarcus24/stillos-swap-mcp?

+

stillmarcus24/stillos-swap-mcp is tools for the Claude AI ecosystem. Non-custodial Solana swap routing for agents: best-price via Jupiter, 0.25% router fee, free on-chain scam-check (mint/freeze authority) on every token you buy. It has 0 GitHub stars and was last updated 17d ago.

How do I install stillos-swap-mcp?

+

You can install stillos-swap-mcp by cloning the repository (https://github.com/stillmarcus24/stillos-swap-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is stillmarcus24/stillos-swap-mcp safe to use?

+

stillmarcus24/stillos-swap-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains stillmarcus24/stillos-swap-mcp?

+

stillmarcus24/stillos-swap-mcp is maintained by stillmarcus24. The last recorded GitHub activity is from 17d ago, with 0 open issues.

Are there alternatives to stillos-swap-mcp?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy stillos-swap-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: stillmarcus24/stillos-swap-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/stillmarcus24-stillos-swap-mcp)](https://claudewave.com/repo/stillmarcus24-stillos-swap-mcp)
<a href="https://claudewave.com/repo/stillmarcus24-stillos-swap-mcp"><img src="https://claudewave.com/api/badge/stillmarcus24-stillos-swap-mcp" alt="Featured on ClaudeWave: stillmarcus24/stillos-swap-mcp" width="320" height="64" /></a>