← cybercentry.co.uk

INDIVIDUAL MCP TOOL

quantum_cryptography_verification

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

cybercentry.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for quantum_cryptography_verification and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

cybercentry.co.uk

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.

Related tools

  • list_services — List every Cybercentry verification service with its price, inputs and SLA.
  • recent_exploits — Recent real-world web3 exploits from the live feed, with loss amounts, attack vectors and the Cybercentry service that addresses each.
  • 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.
  • 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.
  • ethereum_token_verification — Check an Ethereum or EVM token contract before buying: rug pull, hidden tax, liquidity legitimacy and holder concentration risk.
  • 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.
  • 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.
  • 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.