EuroVDC MCP Server
OfficialRelated Servers
Alternatives to EuroVDC MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to perform real-time domain name availability checks and validate domain syntax according to RFC standards. It supports both stdio and SSE transports to bridge the gap between AI models and domain registration services.1-
- AlicenseNot gradedqualityDmaintenanceProvision KYC-free, crypto-paid Nordic VPS and dedicated servers from any AI agent. Enables natural language hosting workflows including comparison, top-up, and provisioning of anonymous servers.MIT

cryptbrew-mcpofficial
AlicenseAqualityBmaintenanceEnables AI agents to answer Cryptbrew product questions and check live API health without merchant authentication. Exposes tools for pricing, FAQs, invoice flow, and health probes over stdio or streamable HTTP.8MIT- FlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with the DeuxOrders backend through domain capabilities such as clients, CRM, orders, products, inventory, cash register, and dashboard, exposed as MCP tools over stdio or HTTP.-
- AlicenseNot gradedqualityAmaintenanceEnables AI tools to uniformly discover, inspect, and call tools, prompts, and resources from multiple upstream MCP servers through a small set of fixed MCP tools, over stdio or HTTP.2MIT
- AlicenseNot gradedqualityCmaintenanceProvides an agentic RAG workflow with tool calling, enabling natural-language retrieval of policy docs, payment searches, and ticket creation over MCP stdio or HTTP.MIT
TDQS
Scored across 14 tools
Most tools are clearly distinct: domain discovery (search_domain, whois_lookup, ai_domain_suggest) is separated from cart/checkout operations. The only real ambiguity is within the checkout sequence, especially agent_checkout_prepare, agent_checkout_pay, and agent_checkout_fulfill, where the boundaries require reading descriptions carefully.
Many tools follow a clean verb_noun pattern (list_products, search_domain, whois_lookup), but the agent_* group mixes nouns and verbs (agent_domain_fields, agent_checkout_status, agent_checkout_quote), and ai_domain_suggest places the verb at the end. Overall it is readable and snake_case is consistent, but the pattern is not uniform.
With 14 tools, the server is well-scoped for a domain/server purchasing workflow. Each tool maps to a distinct step in discovery, cart management, quoting, payment, or fulfillment, and there is no obvious bloat or trivial duplication.
The toolset covers the full purchase journey from domain/product discovery through cart, quote, payment, and order fulfillment, so agents can complete core workflows. Minor gaps exist, such as no cart item removal, quote cancellation, or order history, but these are not blocking for the primary use case.