← Registry

Developer Tools

toolvend.dev

Provides domain intelligence and infrastructure data including DNS, email auth, RDAP, LEI, and sitemap parsing.

x402 supported1 endpoint10 known toolsFirst detected July 26, 2026Last detected July 29, 2026

ENDPOINT 1

https://toolvend.dev/mcp

No auth detected

MCP server metadata

Name
toolvend
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

toolvend: a portfolio of small, fast, machine-payable utility APIs. No accounts, no API keys — pay per call with USDC via the x402 protocol. Every tool is paid per call over x402. Calling one without payment returns a JSON-RPC error whose data is the x402 PaymentRequired (price, chain, recipient); pay it and retry the same call with the payment in _meta["x402/payment"]. No accounts and no API keys.

Known tools 10

dns

DNS lookup over DoH.

Inferred read-only
email-auth

Email authentication posture for a domain: DMARC + SPF records fetched, parsed, scored 0-100, with findings and fix recommendations.

Potential side effects
rdap

Domain registration data (modern WHOIS) via RDAP: registrar, created/expiry dates, status, nameservers, DNSSEC.

Inferred read-only
lei

Global legal-entity/KYB lookup by LEI: official identity, jurisdiction, addresses, registration and renewal standing, risk flags, and GLEIF data freshness.

Inferred read-only
sitemap

Fetch and parse sitemap XML or gzip into JSON.

Inferred read-only
robots

Fetch and parse robots.

Inferred read-only
extract

Fetch a web page and return structured content: title, meta/OpenGraph, canonical, headings, links, readable text (boilerplate stripped).

Inferred read-only
text-clean

Clean text: strip HTML, normalise unicode/whitespace, dedupe lines.

Inferred read-only
vat

VAT calculator for EU-27 + UK: net→gross or gross→net at standard or reduced rate.

Inferred read-only
qr

QR code generator.

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

.mcp.json

{
  "mcpServers": {
    "toolvend": {
      "type": "http",
      "url": "https://toolvend.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "toolvend",
  "transport": "streamable-http",
  "url": "https://toolvend.dev/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 toolvend.dev was fetched 2026-07-28T03:27:24.316Z.

Trust status Neutral

toolvend.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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