{"name":"uk.co.cybercentry/verification","slug":"cybercentry-verification","title":"Cybercentry Verification","description":"Twelve tools: token, wallet, contract and site security. Two free, the rest $1 in USDC over x402.","url":"https://mcp.market/server/cybercentry-verification","rating":null,"grade":"A","score":89,"certified":false,"status":"active","category":"security","tags":["security"],"presence":{"score":23,"stars":2,"forks":1,"downloads_week":null,"last_push_at":"2026-08-22T14:52:14.000Z","license":"MIT"},"uptime":{"percent":100,"checks":14,"ok":14,"last_checked_at":"2026-09-22T23:21:08.057Z","last_ok_at":"2026-09-22T23:21:08.057Z","latency_ms":77},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Cybercentry/verification-mcp","website":"https://centry.cybercentry.co.uk","version":"1.0.4","remotes":[{"type":"streamable-http","url":"https://centry.cybercentry.co.uk/api/mcp"}],"packages":[],"tools":[{"name":"base_token_verification","description":"Check a Base token contract before buying: detects honeypots, armed freeze-and-seize, a live pause, fake B20s and ticker-impersonation copycats, and separately discloses issuer controls (admin centralisation, supply cap, transfer policy, rebase) so a legitimate token is not mistaken for a scam. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"contract_address":{"type":"string","description":"B20 token contract address"},"chain":{"type":"string","description":"base for mainnet (default), or base-sepolia to check a token before you launch it"},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["contract_address"]}},{"name":"cyber_security_consultant","description":"Ask a cyber security question and get an expert answer backed by real-time threat intelligence, covering current threats, best practice and compliance. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Question (e.g., What should an incident response capability include?)."},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["query"]}},{"name":"ethereum_token_verification","description":"Check an Ethereum or EVM token contract before buying: rug pull, hidden tax, liquidity legitimacy and holder concentration risk. Token due diligence returned as a scan report. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"chain":{"type":"string","description":"Chain name or EVM chain ID: ethereum (1), base (8453), arc (5042), robinhood (4663), optimism (10), polygon (137), arbitrum (42161), bsc (56), avalanche (43114), gnosis (100), blast (81457). Defaults to ethereum."},"contract_address":{"type":"string","description":"Token contract address"},"chain_id":{"type":"number","description":"Legacy: network, 1 mainnet or 2 testnet. Use chain instead."},"platform_id":{"type":"number","description":"Legacy: 1 Ethereum or 17 Base. Use chain instead."},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["contract_address"]}},{"name":"list_services","description":"List every Cybercentry verification service with its price, inputs and SLA. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"media_content_verification","description":"Check whether an image or video is authentic and where it came from: C2PA content credentials, provenance and metadata extraction, with an avatar and logo impersonation check. Detect AI-generated or tampered media before trusting it. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"image_uri":{"type":"string","description":"Avatar/logo image URI: HTTPS URL or IPFS path"},"media_file_path":{"type":"string","description":"URL or path to the media file to verify"},"extract_metadata":{"type":"boolean","description":"Extract file metadata (default: true)"},"verify_authenticity":{"type":"boolean","description":"Verify content authenticity / C2PA provenance (default: true)"},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["image_uri","media_file_path"]}},{"name":"openclaw_ai_agent_verification","description":"Audit an AI agent configuration for security holes: prompt injection exposure, missing authentication, over-broad tool permissions and unsafe gateway settings. Check an agent before you trust it or connect to it. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"config":{"type":"string","description":"Agent configuration as a JSON string"},"tool":{"type":"string","description":"Tool to validate, as a JSON string"},"skills":{"type":"string","description":"Skills"},"message":{"type":"string","description":"Message"},"sessionId":{"type":"string","description":"Session ID"},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["config"]}},{"name":"private_data_verification","description":"Prove a fact about private data without revealing the data: validates text integrity and returns a zero-knowledge proof (ZKP) with a verification ID and URL. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cpdv_data":{"type":"string","description":"Data (e.g., Test Data)"},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["cpdv_data"]}},{"name":"quantum_cryptography_verification","description":"Encrypt text with quantum-resistant (post-quantum) cryptography, for secrets that must outlast classical encryption. Returns a record ID and a decrypt URL. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cqcv_data":{"type":"string","description":"Any text data you want to encrypt and verify"},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["cqcv_data"]}},{"name":"recent_exploits","description":"Recent real-world web3 exploits from the live feed, with loss amounts, attack vectors and the Cybercentry service that addresses each. Free.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"number","description":"Max incidents to return (default 10)."}},"required":[]}},{"name":"solidity_code_verification","description":"Audit Solidity smart contract source for vulnerabilities before you deploy or call it. Returns findings with a clear risk level. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"solidity_code":{"type":"string","description":"Solidity Code"},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["solidity_code"]}},{"name":"wallet_verification","description":"Screen a wallet address for sanctions and risk: OFAC SDN sanctions screening, risk scoring and suspicious-activity detection across 33 EVM chains. Check a counterparty before you transact with it. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"wallet_address":{"type":"string","description":"Wallet Address"},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["wallet_address"]}},{"name":"web_application_verification","description":"Scan a website or dApp frontend for vulnerabilities using OWASP checks, before connecting a wallet to it or trusting it with user data. Costs $1.00 per call, paid in USDC over x402.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"target_url":{"type":"string","description":"Target URL"},"subscription_token":{"type":"string","description":"Optional Cybercentry subscription token. Uses your plan quota instead of paying per call."}},"required":["target_url"]}}],"scan":{"score":89,"grade":"A","scanned_at":"2026-09-21T22:09:05.212Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T22:09:05.175Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1462ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":12,"max":15,"notes":["last push 30 days ago"]},"identity":{"score":10,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://centry.cybercentry.co.uk/api/mcp","reachable":true,"authRequired":false,"latencyMs":1462,"serverInfo":{"name":"cybercentry-x402","version":"1.0.4"}}],"packages":[],"repo":{"found":true,"owner":"Cybercentry","repo":"verification-mcp","archived":false,"pushedAt":"2026-08-22T14:52:14Z","stars":2,"forks":1,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/194429610?v=4","ownerCreatedAt":"2025-01-09T20:51:21Z","license":"MIT"},"icon":{"url":"https://centry.cybercentry.co.uk/icon-512.png","source":"registry","width":512,"height":512},"presence":{"stars":2,"forks":1,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-08-22T14:52:14.000Z","score":23}}}},"grade_history":[],"reviews":[]}