{"name":"io.github.imnotamob/solmachina-x402","slug":"imnotamob-solmachina-x402","title":null,"description":"Solana & Base DeFi intelligence for AI agents over x402: decisions, risk, signed receipts.","url":"https://mcp.market/server/imnotamob-solmachina-x402","rating":null,"grade":"C","score":65,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":16,"stars":null,"forks":null,"downloads_week":49,"last_push_at":null,"license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T22:21:07.931Z","last_ok_at":"2026-09-20T22:21:07.931Z","latency_ms":539},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/imnotamob/solmachina-x402-mcp","website":"https://api.solmachina.com","version":"1.4.0","remotes":[{"type":"streamable-http","url":"https://api.solmachina.com/mcp"}],"packages":[{"registryType":"npm","identifier":"solmachina-x402-mcp","version":"1.4.0","transport":{"type":"stdio"}}],"tools":[{"name":"solmachina_batch_token_risk","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mints":{"type":"string","description":"Comma-separated base58 SPL mint addresses, up to 10 (duplicates removed), e.g. mintA,mintB,mintC."}},"required":["mints"]}},{"name":"solmachina_catalog","description":"Discover the x402 catalog (endpoints, USDC prices, category, network, payTo). FREE.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"solmachina_decision","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mint":{"type":"string","description":"Base58 SPL token mint to assess, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK)."},"action":{"type":"string","description":"Single nonblank context string; default assess. Does not execute an action."},"amountUsd":{"type":"string","description":"Single finite non-negative decimal USD amount, context only; does not change the score. No exponent notation or repeated values."},"tx":{"type":"string","description":"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 (Proof-of-Decision per-tx). Also decoded OFFLINE to cross-check that the tx actually references the guarded mint — authorization.subject.txReferencesGuardedMint = true | false | \"unknown\"."},"minSmri":{"type":"number","description":"Agent Financial Firewall — your policy: require SMRI >= this (0-100). Adds policy.verdict = ALLOW/DENY (fail-closed)."},"maxConcentrationPct":{"type":"number","description":"Firewall: DENY if top-10 holder concentration exceeds this %."},"minConfidence":{"type":"number","description":"Firewall: DENY if data confidence is below this (0-1)."},"denyMintAuthority":{"type":"boolean","description":"Firewall: DENY if the mint authority is still set."},"denyFreezeAuthority":{"type":"boolean","description":"Firewall: DENY if the freeze authority is still set."},"denyHighRiskBand":{"type":"boolean","description":"Firewall: DENY if the token-risk band is 'high'."},"denyTxMintMismatch":{"type":"boolean","description":"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 the rule passes (never a fabricated mismatch)."},"policy":{"type":"string","description":"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."}},"required":["mint"]}},{"name":"solmachina_dex_quote","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"inputMint":{"type":"string","description":"Base58 mint you are selling, e.g. So11111111111111111111111111111111111111112 (SOL)."},"outputMint":{"type":"string","description":"Base58 mint you are buying, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC)."},"amount":{"type":"string","description":"Amount of inputMint in its base units (lamports for SOL, 1e6 per USDC)."},"slippageBps":{"type":"integer","description":"Slippage tolerance in basis points for min-received, 0-5000 (default 50 = 0.5%)."}},"required":["inputMint","outputMint","amount"]}},{"name":"solmachina_epoch","description":"Live epoch info + ETA to epoch end (dual measured slot-rates labeled). Optional ?rate= selects which measured rate drives the ETA.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"rate":{"type":"string","description":"Which measured slot-rate to use for the ETA: 'primary', 'alt', or 'both' (default)."}},"required":[]}},{"name":"solmachina_how_to_pay","description":"Explain the x402 402->sign->retry flow so an agent can pay a paid endpoint with its own wallet. FREE.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"endpoint":{"type":"string","description":"optional endpoint path, e.g. /v1/decision"}},"required":[]}},{"name":"solmachina_kamino_markets","description":"Kamino mainnet market list (trimmed JSON). Optional ?limit caps how many markets are returned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max markets to return, 1-100 (default 100)."}},"required":[]}},{"name":"solmachina_new_pairs","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","description":"How many new pools to return, 1-20 (default 15)."}},"required":[]}},{"name":"solmachina_nft_collection","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Magic Eden collection symbol, e.g. mad_lads or okay_bears."}},"required":["symbol"]}},{"name":"solmachina_pretrade","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mint":{"type":"string","description":"Base58 SPL token mint address to sweep, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK)."}},"required":["mint"]}},{"name":"solmachina_priority_fee","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"accounts":{"type":"string","description":"Optional comma-separated base58 addresses to narrow the fee sample to transactions that write-locked them (e.g. a hot AMM pool)."}},"required":[]}},{"name":"solmachina_sample","description":"FREE preview of any endpoint: response shape/example, inputs and price — inspect before paying.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"endpoint":{"type":"string","description":"e.g. /v1/token-holders"}},"required":["endpoint"]}},{"name":"solmachina_sgp_checkpoint","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"n":{"type":"integer","description":"How many most-recent series points to include in `series.recent`, 1-200 (default 20)."}},"required":[]}},{"name":"solmachina_simulate","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tx":{"type":"string","description":"Base64-encoded serialized Solana transaction to dry-run."}},"required":["tx"]}},{"name":"solmachina_slippage_map","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"inputMint":{"type":"string","description":"Base58 mint you are selling, e.g. So11111111111111111111111111111111111111112 (SOL)."},"outputMint":{"type":"string","description":"Base58 mint you are buying, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC)."},"amount":{"type":"string","description":"Base units of inputMint for the 1x reference size (lamports for SOL, 1e6 per USDC)."},"slippageBps":{"type":"integer","description":"Slippage tolerance in basis points for min-received, 0-5000 (default 50)."},"mults":{"type":"string","description":"Optional comma-separated size multipliers of the base amount (default 0.1,1,10,100; up to 8)."}},"required":["inputMint","outputMint","amount"]}},{"name":"solmachina_smri","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mint":{"type":"string","description":"Base58 SPL token mint to score, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK)."}},"required":["mint"]}},{"name":"solmachina_status","description":"Trust/health snapshot: version, uptime, WAL entry count + SHA-256 chain head. FREE.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"solmachina_tipfloor","description":"Jito bundle tip-floor snapshot + rolling history (p50/p95/p99/EMA). Optional ?fresh=true bypasses the ~60s cache for a live snapshot.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"fresh":{"type":"boolean","description":"If 'true', bypass the ~60s cache and fetch a live tip-floor snapshot (otherwise a cached snapshot is served)."}},"required":[]}},{"name":"solmachina_token_holders","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mint":{"type":"string","description":"Base58 SPL token mint address, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK). Major stablecoins like USDC have too many accounts to snapshot."}},"required":["mint"]}},{"name":"solmachina_token_intel","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mint":{"type":"string","description":"Base58 SPL token mint address to profile, e.g. DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 (BONK)."}},"required":["mint"]}},{"name":"solmachina_token_risk","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"mint":{"type":"string","description":"Base58 SPL token mint address to scan, e.g. EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v (USDC)."}},"required":["mint"]}},{"name":"solmachina_trending_tokens","description":"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).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","description":"How many trending pools to return, 1-20 (default 15)."}},"required":[]}},{"name":"solmachina_tx_inspect","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sig":{"type":"string","description":"Base58 Solana transaction signature to decode."}},"required":["sig"]}},{"name":"solmachina_verify_receipt","description":"How to verify a paid answer's Ed25519 SIR receipt OFFLINE (proof of what you paid for). FREE.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receipt":{"type":"string","description":"base64 X-SolMachina-Receipt value or the receipt JSON"}},"required":[]}},{"name":"solmachina_wallet_scan","description":"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>.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"Base58 Solana wallet address to profile."}},"required":["address"]}}],"scan":{"score":65,"grade":"C","scanned_at":"2026-09-19T21:33:11.977Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-19T21:33:11.972Z","components":{"code":{"score":25,"max":25,"notes":["3 source files scanned"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2032ms"]},"poisoning":{"score":15,"max":15,"notes":["25 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://api.solmachina.com/mcp","reachable":true,"authRequired":false,"latencyMs":2032,"serverInfo":{"name":"solmachina-x402","version":"1.4.0"}}],"packages":[{"registryType":"npm","identifier":"solmachina-x402-mcp","version":"1.4.0","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":4,"publishedAt":"2026-09-08T23:15:03.429Z","weeklyDownloads":49}],"repo":{"found":false,"owner":"imnotamob","repo":"solmachina-x402-mcp","error":"repo not found"},"icon":{"url":"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='7' fill='%230E1020'/%3E%3Cpath d='M16 6l7 10-7 10-7-10z' fill='%23FF6B2C'/%3E%3C/svg%3E","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":49,"license":"MIT","lastPushAt":null,"score":16}}}},"grade_history":[],"reviews":[]}