← eurovdc.eu

INDIVIDUAL MCP TOOL

agent_checkout_pay

Pay locked quote with Stripe Shared Payment Granted Token (ACP Phase 3, spt_...).

eurovdc.eunone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests a financial action.

Parent endpoint

eurovdc.eu

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

.mcp.json

{
  "mcpServers": {
    "eurovdc-eu": {
      "type": "http",
      "url": "https://www.eurovdc.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eurovdc-eu": {
      "type": "http",
      "url": "https://www.eurovdc.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eurovdc-eu",
  "transport": "streamable-http",
  "url": "https://www.eurovdc.eu/mcp"
}
MCP Inspector

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

Related tools

  • search_domain — Check if a domain name is available for registration and return EUR pricing for the TLD.
  • recommend_server — AI-powered VPS/cloud server plan recommendation from a plain-language workload description.
  • list_products — List EuroVDC hosting, VPS, SSL, email or VPN products with EUR pricing, landing_url, purchase_url and billing_periods.
  • list_tlds — List all supported TLD extensions with registration, renewal and transfer prices in EUR.
  • whois_lookup — WHOIS lookup for a registered domain (registrar, expiry, nameservers).
  • ai_domain_suggest — Generate brandable domain name ideas from a business description and check availability.
  • agent_domain_fields — WHMCS domain additional fields for ccTLDs (.tr etc.) before agent_cart_add.
  • agent_cart_add — Add a product or domain to an agent cart and receive checkout_url (24h TTL) for browser handoff.