Canlı TRY fiyatlar, domain müsaitliği ve Phase 1 tarayıcı checkout — Model Context Protocol. Fiyat uydurmayın; POST https://www.isimkayit.com/mcp kullanın.
POST /mcp → initialize sonra tools/listtools/call (katalog, domain, sepet). Ödeme tarayıcıda.POST https://www.isimkayit.com/mcp?lang=tr
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"healthcheck","version":"1.0"}}}
{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"list_products","arguments":{"type":"hosting"}}}
| Tool | Ne işe yarar | API |
|---|---|---|
list_products |
List live hosting, VDS, SSL, email, VPN, SLA or Sophos products with TRY prices, landing_url and purchase_url. | GET /api/agent_catalog?type={type} |
list_tlds |
List supported TLD extensions with live registration, renewal and transfer prices in TRY. | GET /api/tlds |
search_domain |
Check if a domain is available for registration and return live TRY pricing for the TLD. | POST /api/search_domain |
whois_lookup |
WHOIS lookup for a registered domain (registrar, expiry, nameservers). | POST /api/whois |
recommend_server |
Recommend a live VDS/cloud plan from a plain-language workload and return best_pid from list_products. | POST /api/ai_server_suggest (fallback: live catalog heuristic) |
ai_domain_suggest |
Generate brandable domain name ideas from a business description and check availability. | POST /api/ai_suggest |
agent_domain_fields |
WHMCS additional fields for ccTLDs (.tr etc.) required before agent_cart_add. | GET /api/agent_domain_fields?tld= |
agent_cart_add |
Add a product or domain to an agent cart and receive checkout_url (24h TTL) for browser handoff. | POST /api/agent_cart_add |
agent_cart_get |
Get summary of an existing agent cart by cart_id (items, subtotal, checkout_url, TTL). | GET /api/agent_cart/{cart_id} |
agent_checkout_quote |
Create a 15-minute locked price quote from an agent cart and return checkout_url. | POST /api/agent_checkout_quote |
get_status |
Live infrastructure status (Kocaeli DC uptime, ping, BGP links) from the public transparency API. | GET /api/infrastructure_status |
| Tier | WHOIS / 60s | AI / saat | agent_cart / saat |
|---|---|---|---|
| Public (anahtar yok) | 5 | 15 | 10 |
| Partner | 15 | 45 | 30 |
| Enterprise | 50 | 150 | 100 |
POST JSON-RPC 2.0 to https://www.isimkayit.com/mcp (initialize, tools/list, tools/call). Manifest: https://www.isimkayit.com/.well-known/mcp.json
Yes. list_products and search_domain return WHMCS TRY prices. Agents must not invent prices or scrape HTML.
Phase 1: agent_cart_add returns checkout_url (24h TTL). The user pays in the browser. Do not collect card numbers in the agent.
WRITE tools return agent_commerce_disabled (HTTP 503). Discovery (manifest, llms.txt, list_products) stays up.
Turkish Lira (TRY / TL). VAT (KDV %20) is added at browser checkout unless stated.
No. Public tier works without a key. Partner keys raise rate limits — contact destek@isimkayit.com.
stdio (Claude Desktop / Cursor): node/mcp-server — ISIMKAYIT_BASE_URL=https://www.isimkayit.com