# io.github.imnotamob/solmachina-x402 (npm · solmachina-x402-mcp)

Solana & Base DeFi intelligence for AI agents over x402: decisions, risk, signed receipts.

- Trust score: 66/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `api.solmachina.com`: 71/100, [markdown](https://verifymcp.io/servers/imnotamob-solmachina-x402/api.md), [page](https://verifymcp.io/servers/imnotamob-solmachina-x402/api)
- npm · `solmachina-x402-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/imnotamob-solmachina-x402/solmachina-x402-mcp.md), [page](https://verifymcp.io/servers/imnotamob-solmachina-x402/solmachina-x402-mcp)

## Channel facts

- Registry: `npm`
- Package: `solmachina-x402-mcp`
- Version: `1.4.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 1 of 52 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 11 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 3160 tokens (~126/item across 25 items; 25 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "solmachina_how_to_pay" implies "pay" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### How do I install the io.github.imnotamob/solmachina-x402 MCP server?

io.github.imnotamob/solmachina-x402 runs locally as an npm package, launched with npx -y solmachina-x402-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add imnotamob-solmachina-x402 -- npx -y solmachina-x402-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "imnotamob-solmachina-x402": {
      "command": "npx",
      "args": [
        "-y",
        "solmachina-x402-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "imnotamob-solmachina-x402": {
      "command": "npx",
      "args": [
        "-y",
        "solmachina-x402-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add imnotamob-solmachina-x402 -- npx -y solmachina-x402-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "imnotamob-solmachina-x402": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "solmachina-x402-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add imnotamob-solmachina-x402 --command npx --arg -y --arg solmachina-x402-mcp
```

### Hermes

```yaml
mcp_servers:
  imnotamob-solmachina-x402:
    command: "npx"
    args: ["-y", "solmachina-x402-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "imnotamob-solmachina-x402": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "solmachina-x402-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add imnotamob-solmachina-x402 -t stdio -c npx -a -y solmachina-x402-mcp
```

### Other

```json
{
  "mcpServers": {
    "imnotamob-solmachina-x402": {
      "command": "npx",
      "args": [
        "-y",
        "solmachina-x402-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 65, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-09 (score 61)

First indexed and scored.

## MCP tools (25)

### `solmachina_catalog` (~41 tokens)

Discover SolMachina's x402 catalog (endpoints, USDC prices, network, payTo) straight from /.well-known/x402. FREE.

### `solmachina_status` (~39 tokens)

SolMachina trust/health snapshot: version, uptime, WAL entry count and the SHA-256 chain head (verifiable trust). FREE.

### `solmachina_how_to_pay` (~71 tokens)

Explain exactly how to consume a paid endpoint over x402 (the 402 → sign exact-USDC → retry flow), so an agent can pay with ITS OWN wallet. FREE.

Input parameters:

- `endpoint` (string): e.g. /v1/pretrade or /v1/token-intel

### `solmachina_sample` (~52 tokens)

FREE preview of any endpoint — its response shape/example, inputs and price — so you can decide before paying.

Input parameters:

- `endpoint` (string, required): e.g. /v1/token-holders or token_holders

### `solmachina_verify_receipt` (~81 tokens)

Verify a SolMachina Intelligence Receipt (SIR) OFFLINE: checks the Ed25519 signature over the exact answer against SolMachina's published identity — proof of WHAT you paid for, no trust required. FREE.

Input parameters:

- `receipt` (string, required): The base64 X-SolMachina-Receipt header value, or the receipt JSON.

### `solmachina_tipfloor` (~75 tokens)

Buy & return: Jito bundle tip-floor snapshot + rolling history (p50/p95/p99/EMA). ($0.001 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

### `solmachina_epoch` (~74 tokens)

Buy & return: Live Solana epoch info + measured ETA to epoch end (dual measured slot-rates labeled). ($0.001 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

### `solmachina_kamino_markets` (~74 tokens)

Buy & return: Kamino mainnet lending-market list (addresses + names, trimmed JSON). ($0.001 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

### `solmachina_priority_fee` (~132 tokens)

Buy & return: Observed Solana priority-fee distribution in recent slots: percentiles + economy/normal/fast/aggressive bands (micro-lamports per compute unit). Observed history, NOT a prediction or inclusion guarantee. ($0.002 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `accounts` (string): Optional comma-separated base58 addresses to narrow the sample to txs that write-lock them (e.g. a hot AMM pool).

### `solmachina_sgp_checkpoint` (~122 tokens)

Buy & return: Epoch-transition checkpoint series: the live epoch/slot reading measured against SolMachina's own accumulating series for a MEASURED (not modeled) slot-rate + ETA, plus last epoch-transition detection. ($0.005 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `n` (integer): How many most-recent series points to include, 1-200 (default 20).

### `solmachina_dex_quote` (~257 tokens)

Buy & return: Live aggregated Solana swap quote from the Jupiter aggregator: best-route output, price impact with stated thresholds (minimal/low/moderate/high), min-received after slippage, transparent route path, USD value and freshness slot. A quote, NOT an execution guarantee. NOT financial advice. ($0.003 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `amount` (string, required): Amount of inputMint in its base units (lamports for SOL, 1e6 per USDC).
- `inputMint` (string, required): Base58 mint you are selling, e.g. So11111111111111111111111111111111111111112 (SOL).
- `outputMint` (string, required): Base58 mint you are buying, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC).
- `slippageBps` (integer): Slippage tolerance in basis points, 0-5000 (default 50).

### `solmachina_slippage_map` (~294 tokens)

Buy & return: Solana swap slippage / price-impact curve by trade SIZE (Jupiter): impact at decade sizes of your base amount + a factual depth summary (largest size under 1%/5% impact). Execution intel beyond a single dex_quote. A quote, NOT an execution guarantee. NOT financial advice. ($0.005 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `amount` (string, required): Base units of inputMint for the 1x reference size (lamports for SOL, 1e6 per USDC).
- `inputMint` (string, required): Base58 mint you are selling, e.g. So11111111111111111111111111111111111111112 (SOL).
- `mults` (string): Optional comma-separated size multipliers of the base amount (default 0.1,1,10,100).
- `outputMint` (string, required): Base58 mint you are buying, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC).
- `slippageBps` (integer): Slippage tolerance in bps, 0-5000 (default 50).

### `solmachina_trending_tokens` (~143 tokens)

Buy & return: Observed trending Solana tokens/pools (GeckoTerminal): name, base mint, price + 1h/6h/24h change, 24h volume, liquidity, FDV, market cap, tx counts, pool age. Market facts, NOT a buy/pump signal. NOT financial advice. ($0.005 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `limit` (integer): How many trending pools to return, 1-20 (default 15).

### `solmachina_new_pairs` (~132 tokens)

Buy & return: Newest Solana liquidity pools (GeckoTerminal): name, base mint, creation time, age minutes, liquidity, volume, price change. New pools are UNVETTED and structurally high-risk — pair each mint with token_risk. NOT financial advice. ($0.005 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `limit` (integer): How many new pools to return, 1-20 (default 15).

### `solmachina_nft_collection` (~128 tokens)

Buy & return: Solana NFT collection snapshot from Magic Eden: floor price (SOL + lamports), listed count, 24h average price, 7-day volume. The floor is the lowest current ask, not a guaranteed sale price. NOT financial advice. ($0.003 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `symbol` (string, required): Magic Eden collection symbol, e.g. mad_lads or okay_bears.

### `solmachina_batch_token_risk` (~135 tokens)

Buy & return: Batch heuristic risk scan for up to 10 SPL mints in ONE call (mint/freeze authority, Token-2022 dangerous extensions, top-10 holder concentration per token). Portfolio/watchlist bundle; each mint returns its own result or an explicit error. NOT financial advice. ($0.10 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `mints` (string, required): Comma-separated base58 SPL mint addresses, up to 10.

### `solmachina_tx_inspect` (~113 tokens)

Buy & return: Decode a Solana transaction: success/fee/compute-units, the programs it invoked (named for well-known ones), SOL + SPL token balance deltas. On-chain effects only, never intent. ($0.01 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `sig` (string, required): Base58 Solana transaction signature to decode.

### `solmachina_wallet_scan` (~113 tokens)

Buy & return: Factual Solana wallet activity profile: age, transaction footprint, SOL balance, SPL holdings and a footprint band (fresh/active/heavy/empty). NEVER a trust/scam verdict. NOT financial advice. ($0.02 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `address` (string, required): Base58 Solana wallet address to profile.

### `solmachina_token_risk` (~148 tokens)

Buy & return: Heuristic SPL token risk scan: mint + freeze authority, Token-2022 dangerous extensions, top-10 holder concentration. Transparent, conservative ('unknown' over guessing). NOT financial advice. ($0.028 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `mint` (string, required): Base58 SPL token mint to scan, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC).

### `solmachina_token_holders` (~180 tokens)

Buy & return: SPL holder distribution / whale map: the largest token accounts with each one's share of supply, plus top-1/5/10/20 concentration and buckets. Deeper than token_risk's single top-10 signal. Owners not resolved; a structural signal, not a verdict. NOT financial advice. ($0.005 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `mint` (string, required): Base58 SPL token mint, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK). Major stablecoins like USDC have too many accounts to snapshot.

### `solmachina_token_intel` (~137 tokens)

Buy & return: One-call token intelligence bundle: full token-risk analysis + a decision-ready executive digest + factual top-holder classification. Verdict-free. NOT financial advice. ($0.05 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `mint` (string, required): Base58 SPL token mint to profile, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK).

### `solmachina_pretrade` (~126 tokens)

Buy & return: FLAGSHIP pre-trade sweep: the full token-intel bundle + a wallet-activity profile of the largest remaining holder + observed priority-fee landing bands, distilled into a factual, threshold-stated checklist. Verdict-free (never 'buy'/'avoid'). NOT financial advice. ($0.10 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `mint` (string, required): Base58 SPL token mint to sweep.

### `solmachina_decision` (~267 tokens)

Buy & return: THE DECISION LAYER for agents: EXECUTE/REVIEW/REJECT + SMRI (0-100) + confidence + evidence for a token. Optionally send your OWN policy (minSmri, denyMintAuthority, maxConcentrationPct…) for an ALLOW/DENY financial firewall, fail-closed. Transparent risk gate against stated thresholds — NOT financial advice. ($0.05 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `action` (string): Intended action for context, e.g. swap/assess.
- `denyMintAuthority` (boolean): Firewall: DENY if mint authority is still set.
- `maxConcentrationPct` (number): Firewall: DENY if top-10 concentration exceeds this %.
- `minSmri` (integer): Firewall: require SMRI >= this (adds policy.verdict ALLOW/DENY).
- `mint` (string, required): Base58 SPL mint, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK).

### `solmachina_smri` (~119 tokens)

Buy & return: SolMachina Machine Risk Index (0-100) for a token: transparent components (contract, concentration) + band + confidence. The cheap, high-frequency score behind /v1/decision. Verdict-free, 'unknown' over guessing. ($0.01 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `mint` (string, required): Base58 SPL token mint to score.

### `solmachina_simulate` (~107 tokens)

Buy & return: Pre-flight a serialized Solana transaction (simulateTransaction): willSucceed, computeUnits, program logs, err. NEVER signs or sends — a dry-run, not a guarantee. ($0.01 per call, paid over x402 in USDC on Solana mainnet). Requires a funded client wallet (X402_CLIENT_KEY_FILE); otherwise returns an open-gate explainer.

Input parameters:

- `tx` (string, required): Base64-encoded serialized Solana transaction.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/imnotamob-solmachina-x402/solmachina-x402-mcp#diagnostics

## Score history

- 2026-09-20: 66
- 2026-09-19: 66
- 2026-09-18: 65
- 2026-09-17: 65
- 2026-09-16: 61
- 2026-09-15: 61
- 2026-09-14: 61
- 2026-09-13: 61
- 2026-09-12: 61
- 2026-09-11: 61
- 2026-09-10: 61
- 2026-09-09: 61

## Common questions

### What is the io.github.imnotamob/solmachina-x402 MCP server?

io.github.imnotamob/solmachina-x402 is an MCP server listed in the public MCP registry as io.github.imnotamob/solmachina-x402. Solana & Base DeFi intelligence for AI agents over x402: decisions, risk, signed receipts. This page covers its npm package (solmachina-x402-mcp).

### Is the io.github.imnotamob/solmachina-x402 MCP server safe to use?

io.github.imnotamob/solmachina-x402 scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.github.imnotamob/solmachina-x402 MCP server expose?

io.github.imnotamob/solmachina-x402 exposes 25 tools: solmachina_catalog, solmachina_status, solmachina_how_to_pay, solmachina_sample, solmachina_verify_receipt, and 20 more. Their descriptions and schemas cost roughly 3,160 tokens of context every time the server is loaded.

### Is the io.github.imnotamob/solmachina-x402 MCP server still maintained?

io.github.imnotamob/solmachina-x402 is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.imnotamob/solmachina-x402 MCP server under?

io.github.imnotamob/solmachina-x402 declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/solmachina-x402-mcp
- Socket report: https://socket.dev/npm/package/solmachina-x402-mcp
- Website: https://api.solmachina.com/
- Changelog RSS feed: https://verifymcp.io/servers/imnotamob-solmachina-x402/solmachina-x402-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/imnotamob-solmachina-x402/solmachina-x402-mcp.json
- HTML version of this page: https://verifymcp.io/servers/imnotamob-solmachina-x402/solmachina-x402-mcp
