Crypto Bot Audit + Market Data (x402 paid)
x402 pay-per-call: bot-honesty audit 0.01 USDC, 8 market-data tools 0.001; USDC on Base or Solana
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"x402-audit-agent": {
"url": "https://labored-safari-islamic.ngrok-free.dev/mcp"
}
}
}Remote endpoints
https://labored-safari-islamic.ngrok-free.dev/mcpstreamable-httpWhat it can do
Tool inventory
Tools (9)
🟢audit_bot_code(code, filename)
Input one JS/TS source file (string). Returns findings for: testnet-as-USD, silent-zero balance, cooldown key mismatch, fake faucet endpoint, speculative earnings text.
Input Schema
{
"type": "object",
"properties": {
"code": {
"type": "string",
"description": "one JS/TS file"
},
"filename": {
"type": "string"
}
},
"required": [
"code"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢demo_audit
Runs the scanner on a small built-in bad-bot sample and returns the findings. Free; no x402 payment.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢get_token_price(address)
Live DEX spot price, liquidity, FDV, market cap and 24h volume for any token by contract address — EVM (Base/etc.) or Solana mint. Highest-liquidity pair. Cheap per-call market quote ($0.001 USDC via x402).
Input Schema
{
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Token contract address: EVM (0x…, 42 hex) or Solana base58 mint (32-44 chars)"
}
},
"required": [
"address"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢search_tokens(query, limit)
Search crypto tokens by name or symbol; returns the highest-liquidity matched pairs with price, liquidity, FDV and 24h volume across chains. Cheap per-call market lookup ($0.001 USDC via x402).
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "token name or symbol, e.g. \"pepe\" or \"coinbase\""
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25
}
},
"required": [
"query"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢top_markets(vs, limit)
Market-cap table with price, market cap, 24h volume and 1h/24h/7d change. Public aggregator snapshot, not an oracle. Metered per call via x402.
Input Schema
{
"type": "object",
"properties": {
"vs": {
"type": "string",
"enum": [
"usd",
"eur",
"gbp",
"jpy",
"btc",
"eth"
],
"description": "quote currency"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢chain_tvl(limit)
Value locked in USD per chain, ranked. TVL is a protocol-reported metric, not a risk measure. Metered per call via x402.
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢stablecoin_supply(limit)
Circulating USD-pegged supply with peg mechanism and chain count. Metered per call via x402.
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 100
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢trending_tokens(limit, chain)
Tokens currently bought into by projects for DEX exposure, enriched with price, liquidity and 24h volume. Boosts are paid promotions, not an endorsement. Metered per call via x402.
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 50
},
"chain": {
"type": "string",
"maxLength": 32,
"description": "chainId filter, e.g. base or solana"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}🟢gas_prices(chains)
Gas price, base fee and block height for Base and Arbitrum from public RPC — what a transaction costs before you send it. Metered per call via x402.
Input Schema
{
"type": "object",
"properties": {
"chains": {
"type": "array",
"items": {
"type": "string",
"enum": [
"base",
"arbitrum"
]
},
"maxItems": 2
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}Community
Evidence