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.0
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-onlycyber_security_consultantInstant expert advisory and real-time threat intelligence powered by @centry_agent.
Inferred read-onlyethereum_token_verificationSecures EVM token contracts with AI-powered vulnerability detection.
Inferred read-onlymedia_content_verificationConfirms authenticity and provenance of media using C2PA content credentials, with metadata extraction and an avatar/logo image check.
Inferred read-onlyopenclaw_ai_agent_verificationAutomated security audits of AI agent configurations.
Inferred read-onlyprivate_data_verificationValidates text integrity and generates Zero-Knowledge Proofs (ZKPs).
Inferred read-onlyquantum_cryptography_verificationSecures text data with quantum-resistant encryption.
Inferred read-onlysolidity_code_verificationFast, automated analysis of Solidity code with clear risk-level assessment.
Inferred read-onlywallet_verificationReal-time blockchain security analysis across 35 EVM chains with sanctions screening and risk detection.
Inferred read-onlyweb_application_verificationSecures websites, dApp frontends, and web interfaces using OWASP-powered deep vulnerability detection.
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.