Developer Tools
toolvend.dev
Provides domain intelligence and infrastructure data including DNS, email auth, RDAP, LEI, and sitemap parsing.
ENDPOINT 1
https://toolvend.dev/mcp
MCP server metadata
- Name
- toolvend
- Version
- 1.0.0
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
email-authEmail authentication posture for a domain: DMARC + SPF records fetched, parsed, scored 0-100, with findings and fix recommendations.
Potential side effectsrdapDomain registration data (modern WHOIS) via RDAP: registrar, created/expiry dates, status, nameservers, DNSSEC.
Inferred read-onlyleiGlobal legal-entity/KYB lookup by LEI: official identity, jurisdiction, addresses, registration and renewal standing, risk flags, and GLEIF data freshness.
Inferred read-onlyextractFetch a web page and return structured content: title, meta/OpenGraph, canonical, headings, links, readable text (boilerplate stripped).
Inferred read-onlyvatVAT calculator for EU-27 + UK: net→gross or gross→net at standard or reduced rate.
Inferred read-onlyCONNECT 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.
toolvend.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.