← relayzero.ai
INDIVIDUAL MCP TOOL
extract_structured_data
Scrape a URL then use AI to extract structured JSON data matching your schema description.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.zero-core-tools]
url = "https://tools.rugslayer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zero-core-tools": {
"type": "http",
"url": "https://tools.rugslayer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zero-core-tools
Remote MCP URL: https://tools.rugslayer.com/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": {
"zero-core-tools": {
"url": "https://tools.rugslayer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zero-core-tools": {
"type": "http",
"url": "https://tools.rugslayer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zero-core-tools",
"transport": "streamable-http",
"url": "https://tools.rugslayer.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_tools— List all available Zero Core Tools with pricing and input requirements.health— Check Zero Core Tools server status, uptime, and payment network configuration.scrape_url— Scrape any URL and return cleaned text content.screenshot_url— Take a full-page screenshot of any URL.review_code— AI-powered security and quality code review.generate_content— Generate high-quality written content.analyze_sentiment— Analyze sentiment of text with entity extraction, confidence scores, and key phrase identification.search_web— Search the web via Google and return organic results with titles, links, and snippets.