Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Parad0x-Labs/openclaw-skills --skill mcp-servergit clone --depth 1 https://github.com/Parad0x-Labs/openclaw-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/parad0x-labs/openclaw-skills/mcp-server)<a href="https://agentmods.dev/skills/parad0x-labs/openclaw-skills/mcp-server"><img src="https://agentmods.dev/badge/skills/parad0x-labs/openclaw-skills/mcp-server/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/parad0x-labs/openclaw-skills/mcp-server"><img src="https://agentmods.dev/badge/skills/parad0x-labs/openclaw-skills/mcp-server.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 41 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00066 | $0.00533 |
| Opus 5 | $0.00033 | $0.00267 |
| Sonnet 5 | $0.00013 | $0.00107 |
| Haiku 4.5 | $0.00007 | $0.00053 |
Grade A, and why
parad0x-mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Parad0x Labs MCP Server
Exposes the Parad0x Labs web0 stack as MCP tools. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible agent runtime.
When to use
- Your agent needs to quote, pay, or verify an x402-gated API call.
- You want to anchor a receipt hash on Solana mainnet-beta.
- You need to look up whether a wallet or ETH address has a verified Dark Passport.
- You want to compress a batch of receipts or check live program addresses.
Tools
| Tool | Does |
|---|---|
x402_get_quote |
Get a payment quote for an x402-gated API endpoint |
anchor_receipt |
Anchor a 32-byte receipt hash on Solana mainnet-beta via receipt_anchor |
lookup_passport |
Check if an ETH address or Solana wallet has a verified Dark Passport binding |
build_outcome_receipt |
Build a signed outcome receipt with PnL, accuracy, or delivery result |
compress_receipts |
Compress a batch of receipts (Liquefy format) |
get_stack_status |
Discover Parad0x Labs mainnet-beta program addresses |
Install
npm install -g @parad0x_labs/mcp-server
Or use directly without installing:
npx @parad0x_labs/mcp-server
Claude Desktop config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"parad0x": {
"command": "npx",
"args": ["-y", "@parad0x_labs/mcp-server"],
"env": {
"SOLANA_RPC_URL": "https://solana-rpc.publicnode.com"
}
}
}
}
Source
github.com/Parad0x-Labs/openclaw-skills/tree/main/skills/mcp-server
What ships with it
14 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- package-lock.json 63 KB
- package.json 998 B
- README.md 2.7 KB
- src/anchor.ts 2.6 KB runs code
- src/index.ts 42 KB runs code
- src/resolve.ts 3.6 KB runs code
- src/scope.ts 2.6 KB runs code
- src/wallet.ts 1.6 KB runs code
- test/anchor.test.mjs 2.6 KB runs code
- test/resolve.test.mjs 2.0 KB runs code
- test/scope.test.mjs 3.3 KB runs code
- test/server.smoke.mjs 5.6 KB runs code
- test/wallet.test.mjs 1.3 KB runs code
- tsconfig.json 377 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 66 lines · 66 tokens per session scan A 34a0eafbbc28
parad0x-mcp-server is a skill published in the GitHub repository Parad0x-Labs/openclaw-skills (22 stars, last pushed 8d ago), licensed MIT. It adds 66 tokens to every session and 533 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
crypto-trading
Use ccxt (Python) for crypto prices, balances, and order actions across 100+ exchanges.
bankr
AI-powered crypto trading agent and LLM gateway via natural language. Use when the user wants to trade crypto, check portfolio balances, view token prices, transfer crypto, manage NFTs, use leverage, bet on Polymarket, deploy tokens, set up automated trading, sign and submit raw transactions, or access LLM models…
coingecko-openapi-skill
Operate CoinGecko and GeckoTerminal market data APIs through UXC with a curated OpenAPI schema, API-key auth, and read-first guardrails.
binance-square
A read-only radar for speculative Binance futures trading opportunities. It checks recent Binance Square posts against market data and technical indicators, then creates a local report with its evidence and status.
alchemy-openapi-skill
Operate Alchemy Prices API reads through UXC with a curated OpenAPI schema, path-templated API-key auth, and read-first guardrails.
blocknative-openapi-skill
Operate Blocknative gas intelligence APIs through UXC with a curated OpenAPI schema, API-key auth, and read-first guardrails.