← Registry

Security & Testing

cybercentry.co.uk

This MCP server provides blockchain security services, including token verification, exploit monitoring, and expert security advisory.

x402 supported1 endpoint12 known toolsFirst detected August 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://centry.cybercentry.co.uk/api/mcp

No auth detected

MCP server metadata

Name
cybercentry-x402
Version
1.0.4
Capabilities
tools
Server instructions

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_services

List every Cybercentry verification service with its price, inputs and SLA.

Inferred read-only
recent_exploits

Recent real-world web3 exploits from the live feed, with loss amounts, attack vectors and the Cybercentry service that addresses each.

Inferred read-only
base_token_verification

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.

Potential side effects
cyber_security_consultant

Ask a cyber security question and get an expert answer backed by real-time threat intelligence, covering current threats, best practice and compliance.

Inferred read-only
ethereum_token_verification

Check an Ethereum or EVM token contract before buying: rug pull, hidden tax, liquidity legitimacy and holder concentration risk.

Inferred read-only
media_content_verification

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.

Inferred read-only
openclaw_ai_agent_verification

Audit an AI agent configuration for security holes: prompt injection exposure, missing authentication, over-broad tool permissions and unsafe gateway settings.

Inferred read-only
private_data_verification

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.

Inferred read-only
quantum_cryptography_verification

Encrypt text with quantum-resistant (post-quantum) cryptography, for secrets that must outlast classical encryption.

Potential side effects
solidity_code_verification

Audit Solidity smart contract source for vulnerabilities before you deploy or call it.

Inferred read-only
wallet_verification

Screen a wallet address for sanctions and risk: OFAC SDN sanctions screening, risk scoring and suspicious-activity detection across 31 EVM chains.

Inferred read-only
web_application_verification

Scan a website or dApp frontend for vulnerabilities using OWASP checks, before connecting a wallet to it or trusting it with user data.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.