Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.imnotamob/solmachina-x402

REMOTE · API.SOLMACHINA.COM · 2 COMPONENTS · SCANNED SEP 20

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

+4 this week 71 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 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. See how to fix → Fail
  • An AI judge read all 27 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
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.

remote · api.solmachina.com

# add to Claude Code
claude mcp add --transport http imnotamob-solmachina-x402 'https://api.solmachina.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "imnotamob-solmachina-x402": {
      "url": "https://api.solmachina.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "imnotamob-solmachina-x402": {
      "type": "http",
      "url": "https://api.solmachina.com/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add imnotamob-solmachina-x402 --url 'https://api.solmachina.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  imnotamob-solmachina-x402:
    url: "https://api.solmachina.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "imnotamob-solmachina-x402": {
      "Transport": "http",
      "Url": "https://api.solmachina.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add imnotamob-solmachina-x402 -t streamable-http -u 'https://api.solmachina.com/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +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.

  • 18 Sept 26 +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.

  • 16 Sept 26 +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.

  • 14 Sept 26 +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.

  • 12 Sept 26 +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.

  • 11 Sept 26 0
    • “solmachina_decision” added an optional parameter “tx” cosmetic
    • “solmachina_decision” added an optional parameter “denyTxMintMismatch” cosmetic

    2 cosmetic changes on this day. Switch on “Show cosmetic changes” to see them.

  • 10 Sept 26 +2
    • 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 security
    • 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” functional
    • “solmachina_decision” added an optional parameter “policy” cosmetic
  • 9 Sept 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://api.solmachina.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=solmachina.com CN=WE1,O=Google Trust Services,C=US 27 Aug 2026 25 Nov 2026 ECDSA 256 ECDSA-SHA256 c5f47f8152f704a0e65afcad25c0313
SANs: solmachina.com, *.solmachina.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of api.solmachina.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
solmachina.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=15552000; includeSubDomains
x-content-type-options nosniff
permissions-policy camera=(), microphone=(), geolocation=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.solmachina.com/mcp Verified 200
http (plaintext) http://api.solmachina.com/mcp HTTPS enforced 301 https://api.solmachina.com/mcp
MCP tools · 25 exposed · ~3,245 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
solmachina_batch_token_risk ~131

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

NameTypeReqDescription
mintsstringyesComma-separated base58 SPL mint addresses, up to 10 (duplicates removed), e.g. mintA,mintB,mintC.

No output schema declared.

No examples provided.

solmachina_catalog ~32

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

solmachina_decision ~575

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

NameTypeReqDescription
actionstringSingle nonblank context string; default assess. Does not execute an action.
amountUsdstringSingle finite non-negative decimal USD amount, context only; does not change the score. No exponent notation or repeated values.
denyFreezeAuthoritybooleanFirewall: DENY if the freeze authority is still set.
denyHighRiskBandbooleanFirewall: DENY if the token-risk band is 'high'.
denyMintAuthoritybooleanFirewall: DENY if the mint authority is still set.
denyTxMintMismatchbooleanFirewall (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…
maxConcentrationPctnumberFirewall: DENY if top-10 holder concentration exceeds this %.
minConfidencenumberFirewall: DENY if data confidence is below this (0-1).
minSmrinumberAgent Financial Firewall — your policy: require SMRI >= this (0-100). Adds policy.verdict = ALLOW/DENY (fail-closed).
mintstringyesBase58 SPL token mint to assess, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK).
policystringNamed 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.
txstringOptional 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…

No output schema declared.

No examples provided.

solmachina_dex_quote ~252

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

NameTypeReqDescription
amountstringyesAmount of inputMint in its base units (lamports for SOL, 1e6 per USDC).
inputMintstringyesBase58 mint you are selling, e.g. So11111111111111111111111111111111111111112 (SOL).
outputMintstringyesBase58 mint you are buying, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC).
slippageBpsintegerSlippage tolerance in basis points for min-received, 0-5000 (default 50 = 0.5%).

No output schema declared.

No examples provided.

solmachina_epoch ~67

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

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

No output schema declared.

No examples provided.

solmachina_how_to_pay ~58

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

NameTypeReqDescription
endpointstringoptional endpoint path, e.g. /v1/decision

No output schema declared.

No examples provided.

solmachina_kamino_markets ~55

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

NameTypeReqDescription
limitintegerMax markets to return, 1-100 (default 100).

No output schema declared.

No examples provided.

solmachina_new_pairs ~116

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

NameTypeReqDescription
limitintegerHow many new pools to return, 1-20 (default 15).

No output schema declared.

No examples provided.

solmachina_nft_collection ~104

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

NameTypeReqDescription
symbolstringyesMagic Eden collection symbol, e.g. mad_lads or okay_bears.

No output schema declared.

No examples provided.

solmachina_pretrade ~154

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

NameTypeReqDescription
mintstringyesBase58 SPL token mint address to sweep, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK).

No output schema declared.

No examples provided.

solmachina_priority_fee ~114

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.

NameTypeReqDescription
accountsstringOptional comma-separated base58 addresses to narrow the fee sample to transactions that write-locked them (e.g. a hot AMM pool).

No output schema declared.

No examples provided.

solmachina_sample ~44

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

NameTypeReqDescription
endpointstringyese.g. /v1/token-holders

No output schema declared.

No examples provided.

solmachina_sgp_checkpoint ~110

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.

NameTypeReqDescription
nintegerHow many most-recent series points to include in `series.recent`, 1-200 (default 20).

No output schema declared.

No examples provided.

solmachina_simulate ~98

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

NameTypeReqDescription
txstringyesBase64-encoded serialized Solana transaction to dry-run.

No output schema declared.

No examples provided.

solmachina_slippage_map ~294

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

NameTypeReqDescription
amountstringyesBase units of inputMint for the 1x reference size (lamports for SOL, 1e6 per USDC).
inputMintstringyesBase58 mint you are selling, e.g. So11111111111111111111111111111111111111112 (SOL).
multsstringOptional comma-separated size multipliers of the base amount (default 0.1,1,10,100; up to 8).
outputMintstringyesBase58 mint you are buying, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC).
slippageBpsintegerSlippage tolerance in basis points for min-received, 0-5000 (default 50).

No output schema declared.

No examples provided.

solmachina_smri ~156

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

NameTypeReqDescription
mintstringyesBase58 SPL token mint to score, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK).

No output schema declared.

No examples provided.

solmachina_status ~31

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

solmachina_tipfloor ~77

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

NameTypeReqDescription
freshbooleanIf 'true', bypass the ~60s cache and fetch a live tip-floor snapshot (otherwise a cached snapshot is served).

No output schema declared.

No examples provided.

solmachina_token_holders ~168

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

NameTypeReqDescription
mintstringyesBase58 SPL token mint address, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK). Major stablecoins like USDC have too many accounts to snapshot.

No output schema declared.

No examples provided.

solmachina_token_intel ~125

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

NameTypeReqDescription
mintstringyesBase58 SPL token mint address to profile, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK).

No output schema declared.

No examples provided.

solmachina_token_risk ~129

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

NameTypeReqDescription
mintstringyesBase58 SPL token mint address to scan, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC).

No output schema declared.

No examples provided.

solmachina_trending_tokens ~129

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

NameTypeReqDescription
limitintegerHow many trending pools to return, 1-20 (default 15).

No output schema declared.

No examples provided.

solmachina_tx_inspect ~83

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

NameTypeReqDescription
sigstringyesBase58 Solana transaction signature to decode.

No output schema declared.

No examples provided.

solmachina_verify_receipt ~58

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

NameTypeReqDescription
receiptstringbase64 X-SolMachina-Receipt value or the receipt JSON

No output schema declared.

No examples provided.

solmachina_wallet_scan ~85

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

NameTypeReqDescription
addressstringyesBase58 Solana wallet address to profile.

No output schema declared.

No examples provided.

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.