← x402tools.xyz

INDIVIDUAL MCP TOOL

prospect.enrich

Turn a name + company domain into a sales-ready prospect profile: seniority, buyer persona, decision-maker probability, company intel, email pattern, and a personalised cold-email opener.

x402tools.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.x402tools.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for prospect.enrich 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 suggests sending messages.

Parent server

x402tools.xyz

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

.mcp.json

{
  "mcpServers": {
    "x402tools": {
      "type": "http",
      "url": "https://mcp.x402tools.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • qr.generate — Generate a QR code from text or URL.
  • qr.generate_styled — Generate an artistic/styled QR code with custom shapes, colors, and gradients.
  • image.screenshot — Capture a screenshot of any website.
  • dns.lookup — Look up DNS records (A, AAAA, MX, NS, TXT, SOA) for any domain.
  • document.parse — Parse any public HTML page or PDF URL into clean structured JSON.
  • security.screen — Screen text for prompt injection and jailbreak attacks before passing it to an LLM.
  • email.validate — Validate and verify an email address.
  • document.render_pdf — Convert raw HTML or a public URL into a PDF document.