Server data from the Official MCP Registry
Auto-pay MCP for the TWZRD Trust API: free preflight + x402-paid Solana trust intel
Auto-pay MCP for the TWZRD Trust API: free preflight + x402-paid Solana trust intel
This is a well-architected MCP server for Solana x402 payment integration with proper auth mechanisms, reasonable permission scopes, and thoughtful security guardrails. The codebase demonstrates careful design around payment safety (spend caps, preflight checks, conservative accounting). Minor quality concerns around error handling breadth and input validation exist but do not materially impact security. Package verification found 1 issue.
8 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-twzrd-sol-twzrd-mcp": {
"args": [
"-y",
"@wzrd_sol/eliza-plugin"
],
"command": "npx"
}
}
}From the project's GitHub README.
Live MCP server • https://intel.twzrd.xyz/mcp (18 tools)
Client SDKs • x402 trust gates + Eliza plugins
Self-host • Deploy configs + public wiring (scoring engine stays private)
Check any Solana wallet or x402 seller before you pay. Free preflight returns a ReadinessCard (allow / warn / block + trust score + risk factors) from the real cross-facilitator Solana x402 payment corpus.
# No signup, no API key — just curl
curl -s -X POST https://intel.twzrd.xyz/v1/intel/preflight \
-H 'content-type: application/json' \
-d '{"seller_wallet": "6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P", "agent_intent": "test"}'
Read decision: block → don't pay. warn → cautious. allow → proceed.
| Directory | What |
|---|---|
twzrd-x402-gate | Buyer-side x402 trust gate (npm) — wraps fetch + preflight before signing USDC |
plugin-trustgate | ElizaOS plugin — refuses to pay wash-flagged / block sellers |
eliza-plugin | Full WZRD Agent Intel plugin for ElizaOS |
server/ | Public MCP wiring, Dockerfile, well-known endpoints, agent card |
Connect any MCP client to https://intel.twzrd.xyz/mcp:
| Tool | What it does |
|---|---|
get_readiness_card_tool | Pre-spend gate — seller wallet → allow/warn/block + trust score |
evaluate_x402_resource | Fetches a URL, extracts 402 seller wallet, runs preflight — one-shot guard |
low_level_preflight | Richer preflight with spend recommendation + evidence |
get_solana_market_status | Health probe for the Solana Market API data backend |
get_solana_market_visibility_map | Which markets have real settlement activity |
get_solana_market_orderbook_depth | Liquidity profile for a ticker |
get_solana_market_shape | Market structure signals |
get_solana_market_onchain_trades_summary | Recent on-chain trade activity |
score_wallet_for_intel | 0-100 intel score from x402 payment history |
get_top_intel_agents | Leaderboard of active paying agents |
get_provider_reputation | Seller-side reputation (organic vs wash fleet) |
is_wash_fleet | Circular-flow / wash check for a payer wallet |
verify_receipt | Offline-verify a signed v6 trust receipt |
get_facilitator_footprint | Which x402 facilitators a payer has used |
get_counterparties | Top merchants a wallet pays (capped teaser) |
score_wallets_batch | Score up to 25 wallets in one call |
compare_wallets | Side-by-side intel for two wallets |
verify_root_inputs | Independent WZRD protocol root verification |
GET https://intel.twzrd.xyz/v1/intel/trust/{pubkey}?seller_wallet=<seller>
Returns the full renormalized trust model + portable Ed25519-signed v6 receipt.
npx twzrd-receipt-verifier receipt.json --pubkey <published key>
# or: pip install twzrd-receipt-verifier
MIT — see LICENSE. Each package independently MIT-licensed.
Scoring engine IP is protected. The proprietary intel scoring, wash detection, and trust renormalization models remain private in the TWZRD monorepo. Agents consume them through the live API — no source needed.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.