Security & Testing
cybercentry.co.uk
This MCP server provides blockchain security services, including token verification, exploit monitoring, and expert security advisory.
ENDPOINT 1
https://centry.cybercentry.co.uk/api/mcp
MCP server metadata
- Name
- cybercentry-x402
- Version
- 1.0.4
Cybercentry security and verification services. list_services and recent_exploits are free. Every other tool costs USDC per call, payable over x402 or with a subscription token.
Known tools 12
list_servicesList every Cybercentry verification service with its price, inputs and SLA.
Inferred read-onlyrecent_exploitsRecent real-world web3 exploits from the live feed, with loss amounts, attack vectors and the Cybercentry service that addresses each.
Inferred read-onlybase_token_verificationCheck 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.
Potential side effectscyber_security_consultantAsk a cyber security question and get an expert answer backed by real-time threat intelligence, covering current threats, best practice and compliance.
Inferred read-onlyethereum_token_verificationCheck an Ethereum or EVM token contract before buying: rug pull, hidden tax, liquidity legitimacy and holder concentration risk.
Inferred read-onlymedia_content_verificationCheck 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.
Inferred read-onlyopenclaw_ai_agent_verificationAudit an AI agent configuration for security holes: prompt injection exposure, missing authentication, over-broad tool permissions and unsafe gateway settings.
Inferred read-onlyprivate_data_verificationProve 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.
Inferred read-onlyquantum_cryptography_verificationEncrypt text with quantum-resistant (post-quantum) cryptography, for secrets that must outlast classical encryption.
Potential side effectssolidity_code_verificationAudit Solidity smart contract source for vulnerabilities before you deploy or call it.
Inferred read-onlywallet_verificationScreen a wallet address for sanctions and risk: OFAC SDN sanctions screening, risk scoring and suspicious-activity detection across 31 EVM chains.
Inferred read-onlyweb_application_verificationScan a website or dApp frontend for vulnerabilities using OWASP checks, before connecting a wallet to it or trusting it with user data.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cybercentry-x402]
url = "https://centry.cybercentry.co.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cybercentry-x402": {
"type": "http",
"url": "https://centry.cybercentry.co.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cybercentry-x402
Remote MCP URL: https://centry.cybercentry.co.uk/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cybercentry-x402": {
"url": "https://centry.cybercentry.co.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cybercentry-x402": {
"type": "http",
"url": "https://centry.cybercentry.co.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cybercentry-x402",
"transport": "streamable-http",
"url": "https://centry.cybercentry.co.uk/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.