Server data from the Official MCP Registry
Trust + receipt layer for x402 agents on Solana: free preflight + paid signed V6 trust receipt.
Trust + receipt layer for x402 agents on Solana: free preflight + paid signed V6 trust receipt.
This is a legitimate Solana x402 payment MCP server for TWZRD's trust intelligence API. The codebase demonstrates solid architectural security with proper payment guardrails, input validation, and use of official SDK libraries. However, there are several moderate concerns: secret key handling in environment variables without clear rotation guidance, missing rate limiting on free endpoints, and some input validation gaps in helper functions that could allow malformed data to reach the API. Package verification found 1 issue (1 critical, 0 high severity).
8 files analyzed · 10 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.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: TWZRD_SIGNAL_SOURCE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-twzrd-sol-twzrd-agent-intel": {
"env": {
"TWZRD_SIGNAL_SOURCE": "your-twzrd-signal-source-here"
},
"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.