# io.github.imnotamob/solmachina-x402 (remote · api.solmachina.com)

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

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

## Components

- remote · `api.solmachina.com`: 71/100 (this document), [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, [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

- Endpoint: `https://api.solmachina.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 25 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 3403 tokens (~117/item across 29 items; 25 tools + 4 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 27 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

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

io.github.imnotamob/solmachina-x402 is a hosted endpoint at https://api.solmachina.com/mcp, so there is nothing to install locally. 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 --transport http imnotamob-solmachina-x402 'https://api.solmachina.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "imnotamob-solmachina-x402": {
      "url": "https://api.solmachina.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "imnotamob-solmachina-x402": {
      "type": "http",
      "url": "https://api.solmachina.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.imnotamob-solmachina-x402]
url = "https://api.solmachina.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "imnotamob-solmachina-x402": {
      "type": "remote",
      "url": "https://api.solmachina.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add imnotamob-solmachina-x402 --url 'https://api.solmachina.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  imnotamob-solmachina-x402:
    url: "https://api.solmachina.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "imnotamob-solmachina-x402": {
      "Transport": "http",
      "Url": "https://api.solmachina.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add imnotamob-solmachina-x402 -t streamable-http -u 'https://api.solmachina.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "imnotamob-solmachina-x402": {
      "type": "http",
      "url": "https://api.solmachina.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-20 (score 71, +1)

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

### 2026-09-18 (score 70, +1)

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

### 2026-09-16 (score 69, +1)

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

### 2026-09-14 (score 68, +1)

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

### 2026-09-12 (score 67, +1)

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

### 2026-09-11 (score 66, 0)

- [cosmetic] “solmachina_decision” added an optional parameter “tx”
- [cosmetic] “solmachina_decision” added an optional parameter “denyTxMintMismatch”

### 2026-09-10 (score 66, +2)

- [security] Tool “solmachina_decision” rewrote its description, which is the text the model reads
- [security] Tool “solmachina_smri” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03
- [functional] The server now declares the “prompts” capability
- [functional] The server now declares the “resources” capability
- [functional] First check of Schema quality: 100
- [functional] New prompt “screen_token”
- [functional] New prompt “pre_trade_decision”
- [functional] New resource “SolMachina catalog”
- [functional] New resource “Decision layer guide”
- [functional] New resource “SolMachina pricing”
- [functional] New resource “SolMachina provenance & doctrine”
- [cosmetic] “solmachina_decision” added an optional parameter “policy”

### 2026-09-09 (score 64)

First indexed and scored.

## MCP tools (25)

### `solmachina_catalog` (~32 tokens)

Discover the x402 catalog (endpoints, USDC prices, category, network, payTo). FREE.

### `solmachina_sample` (~44 tokens)

FREE preview of any endpoint: response shape/example, inputs and price — inspect before paying.

Input parameters:

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

### `solmachina_how_to_pay` (~58 tokens)

Explain the x402 402->sign->retry flow so an agent can pay a paid endpoint with its own wallet. FREE.

Input parameters:

- `endpoint` (string): optional endpoint path, e.g. /v1/decision

### `solmachina_verify_receipt` (~58 tokens)

How to verify a paid answer's Ed25519 SIR receipt OFFLINE (proof of what you paid for). FREE.

Input parameters:

- `receipt` (string): base64 X-SolMachina-Receipt value or the receipt JSON

### `solmachina_status` (~31 tokens)

Trust/health snapshot: version, uptime, WAL entry count + SHA-256 chain head. FREE.

### `solmachina_smri` (~156 tokens)

SolMachina Machine Risk Index (SMRI) for an SPL token: a 0-100 risk index (higher = lower assessed risk) with transparent components (contract authorities, top-10 concentration), a risk band, and confidence (= data completeness). The cheap, high-frequency score behind /v1/decision — for agents that just want the number. Verdict-free, returns 'unknown' over guessing. NOT financial advice. Requires ?mint=<token mint address>.

Input parameters:

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

### `solmachina_simulate` (~98 tokens)

Pre-flight transaction simulation for agents: dry-run a serialized Solana transaction (simulateTransaction) BEFORE executing — will it succeed, compute units consumed, program logs, and the error if any. NEVER signs or sends; simulation only, NOT a guarantee of the real on-chain outcome. NOT financial advice. Requires ?tx=<base64 serialized transaction>.

Input parameters:

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

### `solmachina_decision` (~575 tokens)

SolMachina Decision — the decision layer for autonomous agents: composes on-chain risk signals into ONE answer — EXECUTE / REVIEW / REJECT + SMRI (SolMachina Machine Risk Index 0-100) + confidence + full evidence. A transparent RISK GATE against stated thresholds — NOT financial advice, NOT a profit prediction; returns REVIEW/unknown instead of guessing. Requires ?mint=<token mint address>; optional ?action=, ?amountUsd=, and a named firewall ?policy= (conservative|bluechip|anti-rug|degen).

Input parameters:

- `action` (string): Single nonblank context string; default assess. Does not execute an action.
- `amountUsd` (string): Single finite non-negative decimal USD amount, context only; does not change the score. No exponent notation or repeated values.
- `denyFreezeAuthority` (boolean): Firewall: DENY if the freeze authority is still set.
- `denyHighRiskBand` (boolean): Firewall: DENY if the token-risk band is 'high'.
- `denyMintAuthority` (boolean): Firewall: DENY if the mint authority is still set.
- `denyTxMintMismatch` (boolean): Firewall (needs ?tx=): DENY on a CONFIRMED mismatch — the bound transaction provably does not reference the guarded mint. A tx that uses address-lookup-tables, or no tx at all, is not evaluable, so t…
- `maxConcentrationPct` (number): Firewall: DENY if top-10 holder concentration exceeds this %.
- `minConfidence` (number): Firewall: DENY if data confidence is below this (0-1).
- `minSmri` (number): Agent Financial Firewall — your policy: require SMRI >= this (0-100). Adds policy.verdict = ALLOW/DENY (fail-closed).
- `mint` (string, required): Base58 SPL token mint to assess, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK).
- `policy` (string): Named firewall preset: conservative | bluechip | anti-rug | degen — expands to a full ALLOW/DENY policy (the individual params above override preset values). The response echoes policyTemplate.
- `tx` (string): Optional base64 serialized transaction to BIND the signed authorization to: the response's authorization.subject.boundTxSha256 = sha256(tx), so your executor honors it only for that exact transaction…

### `solmachina_token_holders` (~168 tokens)

Solana SPL token holder distribution / whale map: the largest token accounts (up to 20) each with its share of supply, plus top-1/5/10/20 concentration and simple buckets. More detailed than /v1/token-risk's single top-10 signal. Owners are NOT resolved and an account is not necessarily a distinct wallet; concentration is a structural signal, NOT a verdict. NOT financial advice. Requires ?mint=<token mint address>.

Input parameters:

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

### `solmachina_slippage_map` (~294 tokens)

Solana swap slippage / price-impact curve by trade SIZE: quotes the same pair at decade multiples of your base amount (via the Jupiter aggregator) and returns the impact per size plus a factual depth summary (largest tested size that stays under 1% / 5% impact). Execution intelligence beyond a single /v1/dex-quote. A quote, NOT an execution guarantee. NOT financial advice. Requires ?inputMint=&outputMint=&amount= (input base units).

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; up to 8).
- `outputMint` (string, required): Base58 mint you are buying, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC).
- `slippageBps` (integer): Slippage tolerance in basis points for min-received, 0-5000 (default 50).

### `solmachina_tipfloor` (~77 tokens)

Jito bundle tip-floor snapshot + rolling history (p50/p95/p99/EMA). Optional ?fresh=true bypasses the ~60s cache for a live snapshot.

Input parameters:

- `fresh` (boolean): If 'true', bypass the ~60s cache and fetch a live tip-floor snapshot (otherwise a cached snapshot is served).

### `solmachina_epoch` (~67 tokens)

Live epoch info + ETA to epoch end (dual measured slot-rates labeled). Optional ?rate= selects which measured rate drives the ETA.

Input parameters:

- `rate` (string): Which measured slot-rate to use for the ETA: 'primary', 'alt', or 'both' (default).

### `solmachina_kamino_markets` (~55 tokens)

Kamino mainnet market list (trimmed JSON). Optional ?limit caps how many markets are returned.

Input parameters:

- `limit` (integer): Max markets to return, 1-100 (default 100).

### `solmachina_sgp_checkpoint` (~110 tokens)

SolMachina's own Solana epoch-transition checkpoint series: the live epoch/slot reading (getEpochInfo via multi-RPC) measured against our accumulating on-disk series to yield a MEASURED slot-rate + ETA (not a model) and last epoch-transition detection. Optional ?n sets how many recent series points to return.

Input parameters:

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

### `solmachina_token_risk` (~129 tokens)

Heuristic Solana SPL token risk/signal scan: mint + freeze authority, Token-2022 dangerous extensions, top-10 holder concentration, plus best-effort holder-count/age context. Transparent methodology, conservative (reports 'unknown' over guessing). NOT financial advice. Requires ?mint=<token mint address>.

Input parameters:

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

### `solmachina_wallet_scan` (~85 tokens)

Solana wallet activity profile: age, transaction activity, SOL balance, SPL token holdings, and a factual footprint band (fresh/active/heavy/empty). Transparent, conservative ('unknown' over guessing), never a trust/scam judgement. NOT financial advice. Requires ?address=<wallet address>.

Input parameters:

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

### `solmachina_token_intel` (~125 tokens)

One-call Solana token intelligence bundle: the full token-risk analysis PLUS a decision-ready executive digest and factual top-holder classification (burn/system labels; unknowns left unresolved with owner exposed). Verdict-free, transparent, conservative ('unknown' over guessing). NOT financial advice. Requires ?mint=<token mint address>.

Input parameters:

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

### `solmachina_batch_token_risk` (~131 tokens)

Batch heuristic risk scan for up to 10 SPL token mints in ONE call (mint + freeze authority, Token-2022 dangerous extensions, top-10 holder concentration per token). A portfolio/watchlist bundle over the token-risk engine; each mint returns its own result or an explicit error. Transparent, conservative ('unknown' over guessing). NOT financial advice. Requires ?mints=<comma-separated mint addresses>.

Input parameters:

- `mints` (string, required): Comma-separated base58 SPL mint addresses, up to 10 (duplicates removed), e.g. mintA,mintB,mintC.

### `solmachina_priority_fee` (~114 tokens)

Solana priority-fee intelligence: the observed distribution (percentiles + suggested economy/normal/fast/aggressive bands) of prioritization fees actually paid in recent slots, in micro-lamports per compute unit. Optional ?accounts= narrows to txs write-locking specific markets. Observed history, NOT a prediction or inclusion guarantee.

Input parameters:

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

### `solmachina_dex_quote` (~252 tokens)

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 a freshness slot. A quote, NOT an execution guarantee (impact/liquidity move block to block). NOT financial advice. Requires ?inputMint=&outputMint=&amount= (amount in the input token's base units).

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 for min-received, 0-5000 (default 50 = 0.5%).

### `solmachina_trending_tokens` (~129 tokens)

Observed trending Solana tokens/pools (GeckoTerminal ranking of recent volume + activity): name, base mint, price + 1h/6h/24h change, 24h volume, liquidity, FDV, market cap, tx counts and pool age. Market-activity facts, NOT a recommendation, prediction or 'pump' signal — high volume does not imply safety. NOT financial advice. Optional ?limit (1-20, default 15).

Input parameters:

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

### `solmachina_new_pairs` (~116 tokens)

Newest Solana liquidity pools (GeckoTerminal): name, base mint, creation time, age in minutes, liquidity, 24h volume and price change. New pools are UNVETTED and structurally high-risk — pair each mint with /v1/token-risk before acting. Factual observation only, NOT a recommendation. NOT financial advice. Optional ?limit (1-20, default 15).

Input parameters:

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

### `solmachina_nft_collection` (~104 tokens)

Solana NFT collection snapshot from Magic Eden: floor price (SOL + lamports), listed count, 24h average price and 7-day volume. The floor is the lowest CURRENT ask (not a guaranteed sale price) and moves continuously. Factual snapshot, NOT a recommendation. NOT financial advice. Requires ?symbol=<Magic Eden collection symbol>.

Input parameters:

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

### `solmachina_tx_inspect` (~83 tokens)

Decode a Solana transaction into a structured summary: success/fee/compute-units, the programs it invoked (named for well-known ones), SOL balance deltas and SPL token balance deltas. Reports on-chain effects only, never intent. Requires ?sig=<transaction signature>.

Input parameters:

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

### `solmachina_pretrade` (~154 tokens)

One-call PRE-TRADE SWEEP for a token: the full token-intel bundle (risk + executive digest + factual holder classification) PLUS a wallet-activity profile of the largest remaining holder PLUS observed priority-fee landing bands, distilled into a factual, threshold-stated checklist. Verdict-free (never 'buy'/'avoid'); partial sub-analyses are explicit errors, never silence. NOT financial advice. Requires ?mint=<token mint address>.

Input parameters:

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

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/imnotamob-solmachina-x402/api#diagnostics

## Score history

- 2026-09-20: 71
- 2026-09-19: 70
- 2026-09-18: 70
- 2026-09-17: 69
- 2026-09-16: 69
- 2026-09-15: 68
- 2026-09-14: 68
- 2026-09-13: 67
- 2026-09-12: 67
- 2026-09-11: 66
- 2026-09-10: 66
- 2026-09-09: 64

## 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 hosted endpoint (https://api.solmachina.com/mcp).

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

io.github.imnotamob/solmachina-x402 scores 71 out of 100 on VerifyMCP. 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_sample, solmachina_how_to_pay, solmachina_verify_receipt, solmachina_status, and 20 more. Their descriptions and schemas cost roughly 3,245 tokens of context every time the server is loaded.

### Does the io.github.imnotamob/solmachina-x402 MCP server require authentication?

No. We connected to io.github.imnotamob/solmachina-x402 without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### 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.

## Links

- Remote endpoint: https://api.solmachina.com/mcp
- Website: https://api.solmachina.com/
- Changelog RSS feed: https://verifymcp.io/servers/imnotamob-solmachina-x402/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/imnotamob-solmachina-x402/api.json
- HTML version of this page: https://verifymcp.io/servers/imnotamob-solmachina-x402/api
