← agent-tools.cloud
INDIVIDUAL MCP TOOL
scan_mcp_safety
Check an MCP server for malware / prompt-injection lures by its endpoint URL.
LIVE ENDPOINT
https://agent-tools.cloud/mcp-discovery
Connect to this endpoint to inspect the live schema for scan_mcp_safety and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.agent-tools]
url = "https://agent-tools.cloud/mcp-discovery"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-tools": {
"type": "http",
"url": "https://agent-tools.cloud/mcp-discovery"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-tools
Remote MCP URL: https://agent-tools.cloud/mcp-discovery
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": {
"agent-tools": {
"url": "https://agent-tools.cloud/mcp-discovery"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-tools": {
"type": "http",
"url": "https://agent-tools.cloud/mcp-discovery"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-tools",
"transport": "streamable-http",
"url": "https://agent-tools.cloud/mcp-discovery"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Find x402 / MCP services matching an intent or filter set.ask_services— Ask for the best x402/MCP services for an agent intent.get— Get full details + ready-to-paste call template for a service.list_categories— List all available service categories in the directory.stats— High-level stats about the directory: total services, healthy count, sources.search_mcp_servers— Find MCP servers in the directory.get_mcp_server— Get the full card for one MCP server by slug.search_a2a_agents— Find A2A agents you can delegate a task to.