← Registry

General Tools

aishield.tools

A multi-purpose tool for chatting with AI models, performing web searches, and managing ATEX account details.

2 endpoints36 known toolsFirst detected July 8, 2026Last detected September 6, 2026

ENDPOINT 1

https://aishield.tools/mcp

No auth detected

Known tools 28

chat

Chat with AI models (DeepSeek, GPT-4o, Claude).

Inferred read-only
web_search

Search the web for real-time information.

Inferred read-only
check_balance

Check your ATEX account balance and usage.

Inferred read-only
list_models

List available AI models and their pricing.

Inferred read-only
list_services

List all available services in the ATEX marketplace.

Inferred read-only
cn_banned_word_check

Chinese Banned Word Detection - Detect banned/sensitive words in Chinese text.

Inferred read-only
ai_search_visibility

AI Search Visibility Checker - Check brand ranking in DeepSeek/Kimi and other AI search engines.

Inferred read-only
global_compliance_check

Global Expansion Compliance Assessment - 7-dimension questionnaire-based compliance risk assessment for global expansion.

Inferred read-only
seo_compliance_check

SEO Compliance Checker - Check SEO compliance of web pages/content to avoid search engine penalties.

Inferred read-only
tts_synthesis

Text-to-Speech (TTS) - Convert text to natural-sounding speech, output WAV/MP3.

Inferred read-only
asr_recognition

Speech-to-Text (ASR) - Convert audio to text, supports WAV/MP3.

Inferred read-only
vlm_understand

Image Understanding (VLM) - Analyze image content with OCR/object detection/visual Q&A.

Inferred read-only
image_generate

AI Image Generation - Generate images from text descriptions.

Inferred read-only
image_edit

AI Image Editing - Edit existing images with AI: style transfer, local modification.

Potential side effects
video_generate

AI Video Generation - Generate 5-second video clips from text (async task).

Inferred read-only
web_search_ai

Web Search - Search the web for real-time information, returns structured results.

Inferred read-only
web_reader

Web Page Reader - Extract main content from web pages, removes noise.

Inferred read-only
book_distill

Book Distillation (Cangjie) - RIA-TV++ 6-stage pipeline, transforms book content into executable AI skill packs.

Inferred read-only
skill_query

Skill Pack Search - Search distilled RIA-TV++ skill packs by book/keyword/ID.

Inferred read-only
vector_optimize

Vector Search Optimizer - Analyze vector data and generate TurboVec/FAISS compression plans, 4-32x compression.

Inferred read-only
token_slim

Token Slimmer (Lowfat) - Filter noise from command output before AI agents, saves up to 91.8% token cost.

Potential side effects
browser_act

AI Browser Automation (BrowserAct) - AI Agent operates browser, auto-plans steps + generates Playwright code.

Inferred read-only
cyber_skill_lookup

Cybersecurity Skill Search - 754 security skills mapped to 5 frameworks (MITRE ATT&CK/NIST CSF/D3FEND/OWASP/ISO27001), 26 domains.

Inferred read-only
cyber_skill_generate

Security Skill Generator - Generate executable AI Agent security skills from scenarios, with MITRE ATT&CK mapping.

Inferred read-only
knowledge_engines_list

List all 14 knowledge engines and their coverage.

Inferred read-only
knowledge_search

Search 14 knowledge engine databases - gene tech, TCM, Agent ecosystem, quantum, brain science, nuclear, exoplanets, alien minerals, deep sea, new energy, life science, robotics, biocomputing, bionic AI.

Inferred read-only
knowledge_entity_detail

Get detailed info for a specific entity in a knowledge engine.

Inferred read-only
pricing_plans

Show pricing plans and how to top up.

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.aishield-tools]
url = "https://aishield.tools/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aishield-tools": {
      "type": "http",
      "url": "https://aishield.tools/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aishield-tools
Remote MCP URL: https://aishield.tools/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": {
    "aishield-tools": {
      "url": "https://aishield.tools/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aishield-tools": {
      "type": "http",
      "url": "https://aishield.tools/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aishield-tools",
  "transport": "streamable-http",
  "url": "https://aishield.tools/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://aishield.tools/api/v1/mcp

No auth detected

MCP server metadata

Name
AIShield Security Scanner
Version
4.2.0
Capabilities
tools

Known tools 8

aishield_scan

OWASP MCP Top 10 aligned security scan — 133 rules, 5-dimension scoring

Inferred read-only
aishield_guardrail

Pre-install safety check — pass/block verdict

Inferred read-only
aishield_prompt_check

Prompt injection detection — Chinese + English

Inferred read-only
aishield_banned_words

Chinese banned words detection — 6 platform rules

Inferred read-only
aishield_rug_pull

Rug pull detection — check if a tool has removed security code or added suspicious changes in recent commits

Inferred read-only
aishield_handshake

MCP handshake verification — analyze MCP config, detect npx auto-install, sensitive env vars, oversized tool descriptions, and attempt HTTP handshake

Inferred read-only
agent_register

Agent-First one-click onboarding — register as an Agent, get DID + API Key + quick start guide in a single call

Inferred read-only
agent_quick_scan

Agent-First quick scan — scan a tool by name and description, no source URL required

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.aishield-security-scanner]
url = "https://aishield.tools/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aishield-security-scanner": {
      "type": "http",
      "url": "https://aishield.tools/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aishield-security-scanner
Remote MCP URL: https://aishield.tools/api/v1/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": {
    "aishield-security-scanner": {
      "url": "https://aishield.tools/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aishield-security-scanner": {
      "type": "http",
      "url": "https://aishield.tools/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aishield-security-scanner",
  "transport": "streamable-http",
  "url": "https://aishield.tools/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aishield.tools was fetched 2026-08-27T07:01:48.337Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

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