MCP server

Nechte svého AI asistenta spravovat váš hosting

Jeden MCP server pro celý váš účet. Připojte Claude Code, Claude Desktop nebo Cursor jednou a váš asistent bude moci vypisovat vaše weby, číst jejich logy, synchronizovat jejich soubory s vaším úložištěm a nasazovat – přičemž bude jednat pouze s oprávněními, která mu udělíte.

65 nástrojů dnes, níže uvedených přesně tak, jak je server nabízí.

Připojit

Dva kroky. Token je kompletní přihlašovací údaj, takže s ním zacházejte jako s heslem: zobrazí se pouze jednou a jedno připojení můžete odvolat, aniž byste se dotkli ostatních.

  1. Vytvořit připojení

    Ve svém ovládacím panelu otevřete nástroje AI, pojmenujte připojení, vyberte svého klienta a zaškrtněte, co smí dělat. Můžete udělit pouze oprávnění, která máte sami k dispozici.

  2. Vložte konfiguraci, kterou váš klient čte

    Na nástěnce se zobrazuje konfigurace pro vybraného klienta, která již obsahuje váš token. Všichni klienti komunikují se stejnou adresou serveru:

    https://api.zinndigital.com/v1/mcp

Claude Code

Spusťte jeden příkaz, nebo vložte blok do souboru .mcp.json v kořeni vašeho projektu. Řádek "type": "http" je povinný – bez něj Claude Code server přeskočí.

claude mcp add --transport http zinn https://api.zinndigital.com/v1/mcp \
  --header "Authorization: Bearer zmcp_live_…"
// .mcp.json
{
  "mcpServers": {
    "zinn": {
      "type": "http",
      "url": "https://api.zinndigital.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer zmcp_live_…"
      }
    }
  }
}

Claude Desktop

Claude Desktop spouští lokální servery, takže spouští naše bezplatné CLI Zinnector® jako můstek k hostovanému serveru. Vyžaduje Node 24 nebo novější. Token se vkládá do proměnných prostředí (env), nikdy ne do argumentů.

// claude_desktop_config.json
{
  "mcpServers": {
    "zinn": {
      "command": "npx",
      "args": [
        "-y",
        "zinnector@0.1.4",
        "mcp"
      ],
      "env": {
        "ZINN_MCP_TOKEN": "zmcp_live_…"
      }
    }
  }
}

Kurzor

Přidejte server do souboru ~/.cursor/mcp.json (nebo .cursor/mcp.json v projektu) s adresou a hlavičkou Authorization.

// ~/.cursor/mcp.json
{
  "mcpServers": {
    "zinn": {
      "url": "https://api.zinndigital.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer zmcp_live_…"
      }
    }
  }
}

Jakýkoli jiný klient MCP

Funguje každý klient, který podporuje vzdálené servery Streamable HTTP s vlastní hlavičkou: nasměrujte ho na výše uvedenou adresu a odešlete Authorization: Bearer se svým tokenem. Klient, který spouští pouze lokální servery, může použít most Claude Desktop.

ChatGPT se k serverům MCP připojuje pouze přihlášením přes OAuth, takže zatím nemůže používat token. Použijte stejné připojení s Claude Code, Claude Desktop nebo Cursor.

Ověřte, že to funguje – čtyři otázky

Položte je v běžném jazyce. Pod každým je nástroj, který by měl váš asistent zavolat, a to, jak vypadá dobrá odpověď.

  1. > List my sites.
      ↳ sites_list

    Vaše weby s jejich stavem a tarifem. Prázdný seznam u účtu, který weby obsahuje, znamená, že připojení nemá oprávnění k zobrazení webů.

  2. > Show me the error log for example.com.
      ↳ site_logs

    Nedávný protokol chyb a protokol přístupů. Pokud některý z nich nebylo možné přečíst, odpověď na to upozorní – to se liší od prázdného protokolu.

  3. > Sync example.com to its repository.
      ↳ site_repo_sync_run

    Commit ve vašem úložišti se všemi změnami na živém webu, případně poznámka, že úložiště již odpovídalo. Pokud se úložiště přesunulo, synchronizace se pozastaví a nic se nepřepíše.

  4. > I pushed a commit — deploy example.com and tell me when it is live.
      ↳ site_deploy → site_deploy_status

    Nasazení je ve frontě a poté se spustí s aplikovaným commitem. Nástroje pro zápis si v klientovi před spuštěním vyžádají vaše schválení.

Obousměrná synchronizace v obou směrech

Web s propojeným úložištěm s ním drží krok oběma směry a váš asistent může pracovat kterýmkoli z nich.

Web → repozitář

Uloží změny v živých souborech – úpravu ve správci souborů, aktualizaci pluginu, nahrání – a odešle je do vaší větve, takže je vaše příští git pull bude obsahovat.

site_repo_sync_run   ·   zinnector sync run

Repozitář → web

Nasazení aplikuje vaši větev na web. Odešlete svůj commit a poté proveďte nasazení; na našich vlastních serverech to vyžaduje zapnutou obousměrnou synchronizaci, která je zdarma.

site_deploy   ·   zinnector push

Když se obě strany změněny

Nic se nikdy neslučuje ani nepřepisuje tiše. Synchronizace se zastaví, pojmenuje commit a počká, až si ponecháte web nebo repozitář. Ponechání repozitáře zruší nesezdané změny webu, takže to vyžaduje potvrzení.

site_repo_sync_resolve keep=site|repository confirm=true

Co ho chránící

Pouze to, co jste udělili

Každé připojení vyžaduje oprávnění a uchovává pouze ta, která zaškrtnete. Weby jiných zákazníků pro vaše připojení vůbec neexistují.

Potvrzení pro všechny destruktivní akce

Vrácení změn, obnovení, vyřešení pozastavené synchronizace a nákup vyžadují výslovné potvrzení a u čehokoli, co stojí peníze, se vám nejdříve zobrazí přesná celková částka.

Každá akce ve vašem protokolu auditu

Každý hovor se zaznamenává k připojení, které jej uskutečnilo. Odpojte připojení na stránce nástrojů AI a přestane okamžitě fungovat.

Každý nástroj

Všech 65 nástrojů vygenerovaných z vlastního registru serveru – pokud je zde uvedeno, váš asistent jej může volat.

Weby a nasazení

NástrojJak to fungujeOprávněníPoznámky
sites_listList the organization's sites, with each site's primary domain, status, product line, stack and the plan it is on. Optionally filter by status, product line or a search over domain and name.sites.viewpouze pro čtení
site_getGet one site's full record — domain, status, product line, stack, runtime, PHP version, region, plan and whether it is scheduled for deletion.sites.viewpouze pro čtení
site_createCreate a site and start provisioning it. Give a primary domain and a product line; optionally a blueprint to build it from, a stack type, a PHP version or a region. Returns the new site, which begins in 'provisioning' — poll site_get for status.sites.createmění nastavení
site_deployDeploy a site — build and publish its current source to our servers. Returns the deploy state immediately; the build runs as a durable workflow. Poll site_deploy_status to follow it.hosting.deploy.managemění nastavení
site_deploy_statusThe site's current deploy state — status, target, the live URL, the deployed commit and when it last went live.sites.viewpouze pro čtení
site_deployments_listList a site's recent deployments — id, status, commit, branch and timings. Use this to choose the deployment_id to roll back to.sites.viewpouze pro čtení
site_rollbackRoll a site back to an earlier deployment by re-deploying its commit. Destructive: pass confirm=true. Use site_deployments_list to choose which one.hosting.deploy.managemění nastavení · vyžaduje potvrzení

Oousměrná synchronizace

NástrojJak to fungujeOprávněníPoznámky
site_repo_sync_getShow a site's two-way sync with its repository: whether it is available and on, the repository and branch, the current state (idle, synced, conflict, adopt, error) and the last runs with the commits they made.sites.viewpouze pro čtení
site_repo_sync_setTurn two-way sync on or off for a site, optionally limited to a subdirectory of the site. Needs the customer's own GitHub account connected. Turning it on pushes nothing by itself — call site_repo_sync_run for that.hosting.deploy.managemění nastavení
site_repo_sync_runSync a site to its repository now: commit whatever changed in the site's live files and push it to the connected branch, so a local git pull receives it. If the repository moved since the last sync the run is HELD and nothing is overwritten — the result says so. The other direction (repository to site) is site_deploy.hosting.deploy.managemění nastavení
site_repo_sync_resolveResolve a HELD two-way sync. keep=site commits the site's files on top of the repository (their commits stay in history); keep=repository applies the repository to the site and DISCARDS the site's unsynced changes. Destructive: pass confirm=true.hosting.deploy.managemění nastavení · vyžaduje potvrzení

Záznamy a metriky

NástrojJak to fungujeOprávněníPoznámky
site_metricsCurrent metrics for one site — visits, bandwidth, error rate, disk and resource use. Each section reports whether it is available, so 'no data' is distinguishable from 'zero'.sites.viewpouze pro čtení
site_usageOne site's metered visit usage for the current billing period, with the plan's allowance and what any overage costs.sites.viewpouze pro čtení
site_logsRead the recent tail of one site's web-server access log and error log. Each log reports whether it could be read, so an unreadable log is never mistaken for an empty one. Use this before proposing a fix for errors or slowness.sites.panel_accesspouze pro čtení
site_build_logRead the build log of one deployment — the latest when deployment_id is omitted. Pass after=<total from the previous call> to fetch only new lines while complete is false.sites.viewpouze pro čtení

Konfigurace a WordPress

NástrojJak to fungujeOprávněníPoznámky
site_php_version_getThe site's current PHP version and every version it is allowed to switch to on its product line.sites.viewpouze pro čtení
site_php_version_setSwitch a site to a different PHP version. The version must be one that site_php_version_get lists as available. Reports whether the change reached the machine or was only recorded for provisioning to apply.hosting.php.managemění nastavení
wordpress_stateA WordPress site's core version, whether an update is available, and which management operations its hosting permits.sites.viewpouze pro čtení
wordpress_plugins_listList a WordPress site's plugins — name, version, whether active and whether an update is available.sites.viewpouze pro čtení
wp_plugin_updateUpdate one WordPress plugin to its latest version. Returns the plugin list as it reads after the update.sites.panel_accessmění nastavení
wordpress_update_coreUpdate WordPress core to the latest version on a site. This cannot be undone by another call — take a backup first with backup_create if you may need to go back. Requires confirmation.sites.panel_accessmění nastavení · vyžaduje potvrzení
wordpress_set_pluginActivate or deactivate one plugin on a WordPress site. Takes effect on the live site immediately. Requires confirmation.sites.panel_accessmění nastavení · vyžaduje potvrzení

Zálohy

NástrojJak to fungujeOprávněníPoznámky
backups_listA site's backups — each one's id, when it was taken, its size and status — plus whether a backup is currently running and how many on-demand backups remain in the rolling 24-hour allowance.sites.viewpouze pro čtení
backup_createTake an on-demand backup of a site and return the updated backup state. Bounded to 3 per rolling 24 hours per site; the backup runs in the background.hosting.backup.managemění nastavení
backup_restoreRestore a site from one of its backups. This OVERWRITES the site's live database and files, and everything changed since that backup was taken is lost. Requires confirmation, and the confirmation names how old the backup is.hosting.backup.managemění nastavení · vyžaduje potvrzení

Domény a DNS

NástrojJak to fungujeOprávněníPoznámky
dns_records_listList a page of DNS records for a domain whose DNS we host, in name/type/value order. Returns a next_cursor for the following page.sites.viewpouze pro čtení
dns_record_createCreate a DNS record for a domain whose DNS we host.domains.dns.managemění nastavení
dns_record_updateUpdate an existing DNS record for a domain whose DNS we host.domains.dns.managemění nastavení
dns_record_deleteDelete a DNS record for a domain whose DNS we host.domains.dns.managemění nastavení · vyžaduje potvrzení
domains_listList the organization's domains — id, hostname, status, product line and whether we registered it or the customer pointed it at us. The ids returned here are what the DNS, cache-purge and index-check tools take.sites.viewpouze pro čtení

Mezipaměť a crawleři

NástrojJak to fungujeOprávněníPoznámky
cache_purgePurge the CDN cache for a domain. Omit 'urls' to purge everything, or pass a bounded list of absolute URLs to purge only those.sites.cache.purgepouze pro čtení
crawler_policy_getGet a site's SEO-crawler-blocking (PBN footprint) policy: which crawlers are blocked, the available crawlers, and the rendered robots.txt/server rules.sites.viewpouze pro čtení
crawler_policy_setSet a site's SEO-crawler-blocking policy. 'blocked' is a list of crawler keys (from crawler_policy_get's available_crawlers). Search engines can never be blocked. Publishes the change so the server rules are re-written.sites.crawler.managemění nastavení

E-mail

NástrojJak to fungujeOprávněníPoznámky
mail_services_listList the organization's email services — every domain it has mailboxes on, with the plan's mailbox allowance, how many are used, and whether the mail DNS is published.mail.viewpouze pro čtení
mailboxes_listList the mailboxes on one email service, with each mailbox's size, how full it is, and whether it can send and receive.mail.viewpouze pro čtení
mailbox_createCreate a mailbox on an email service. Returns the new mailbox's password, which is shown once and cannot be retrieved later.mail.managemění nastavení
mail_forwarders_listList the mail forwarders on one email service — which address goes where.mail.viewpouze pro čtení
mail_forwarder_createCreate a mail forwarder on an email service, sending everything for one address on to one or more destinations.mail.managemění nastavení

SEO

NástrojJak to fungujeOprávněníPoznámky
site_seo_metricsThe cached SEO authority metrics for a hosted site — domain rank, backlinks, referring domains and organic keywords. Read-only and free; the figures are refreshed by the platform's own sweep, so they may be up to a month old.sites.viewpouze pro čtení
domain_index_checkThe cached search-index status for a domain — whether it is indexed, how many pages, and when the reading was taken. Read-only and free.sites.viewpouze pro čtení

AI obrázky

NástrojJak to fungujeOprávněníPoznámky
image_models_listThe image models this account can generate with — provider, model, and the price per image in USD. Read-only and free. A model that is not listed cannot be used, either because it is retired or because nobody has priced it.sites.viewpouze pro čtení
image_generateGenerate an image from a prompt and put it in this account's image library. Costs money — the price per image is what image_models_list reports for the model used. Returns the image ids; the customer sees them in their library immediately.links.editmění nastavení · může utratit peníze

Nástěnky

NástrojJak to fungujeOprávněníPoznámky
board_listList this organisation's project boards, newest first.agency.board.viewpouze pro čtení
board_getRead one board in full: its columns and every card on them.agency.board.viewpouze pro čtení
board_createCreate a project board, optionally for one of your client organisations.agency.board.managemění nastavení
board_card_createAdd a card to a column. Cards are agency-only unless you pass visibility 'client'.agency.board.managemění nastavení
board_card_moveMove a card to another column, or to another position in its column.agency.board.managemění nastavení
board_card_commentComment on a card. Agency-only unless you pass visibility 'client', in which case the client sees it attributed to your agency.agency.board.commentmění nastavení

Fakturace a upgrady

NástrojJak to fungujeOprávněníPoznámky
subscriptions_listList the organization's subscriptions — the plan each one is on, its status, renewal date and whether it auto-renews.billing.viewpouze pro čtení
invoices_listList the organization's invoices and credit notes — number, status, total, currency and issue date. Optionally filter by status.billing.viewpouze pro čtení
upgrade_optionsWhat can be bought to lift a limit you have hit — bigger plans, priced with tax, in your own currency. Pass the entitlement from a refusal (e.g. 'max_sites'), or a site_id to see what that site's own plan could move to. Read-only: nothing is bought, and calling this costs nothing.billing.viewpouze pro čtení
purchase_quotePrice a plan exactly, with tax, in the customer's own currency — and nothing is bought or charged. Returns a quote_id to pass to purchase_authorize together with the total, which is what stops an agent committing someone to a figure they never saw. Quotes expire: re-quote rather than reusing an old id.billing.payment.managemění nastavení
purchase_authorizeComplete a purchase from a quote: places the order and charges the payment method on file. You must pass the exact total and currency purchase_quote returned — if the price has moved since, this refuses rather than charging a different amount. Retrying with the same quote_id returns the same order and never charges twice.billing.payment.managemění nastavení · vyžaduje potvrzení · může utratit peníze

Podpora

NástrojJak to fungujeOprávněníPoznámky
tickets_listList the organization's support tickets — subject, status, priority and when they were last updated. Optionally filter by status or site.tickets.viewpouze pro čtení
ticket_createOpen a support ticket. Include what you already checked — an agent that has read the KB and run diagnostics should say so in the body, so a human does not repeat it.tickets.replymění nastavení

Reseller

NástrojJak to fungujeOprávněníPoznámky
reseller_overviewThe reseller programme in one read: status, whether you can sell, billing day, default markup, your panel hostname and nameservers, mail sending domain, support routing, commerce readiness and the languages your clients' panel offers.reseller.viewpouze pro čtení · pouze pro prodejce
reseller_services_listList the sites you have provisioned for your clients — one row per service, with the client organisation, status, any hold you placed, what it costs you wholesale and what you sell it for. Your own sites are not here; use sites_list for those.reseller.viewpouze pro čtení · pouze pro prodejce
reseller_service_getOne client service in full — status, plan, any hold, wholesale cost, your sell price, and its disk and bandwidth usage.reseller.viewpouze pro čtení · pouze pro prodejce
reseller_service_suspendPut one of your client's services on a non-payment hold. The site stops serving until you release it. Requires confirm: true.reseller.provisionmění nastavení · vyžaduje potvrzení · pouze pro prodejce
reseller_service_unsuspendRelease a non-payment hold you placed on a client's service. The site starts serving again.reseller.provisionmění nastavení · pouze pro prodejce
reseller_prices_listYour price list: every plan you can sell, with the Zinn® list price, your wholesale cost, and the retail price you have set (if any).reseller.viewpouze pro čtení · pouze pro prodejce
reseller_client_wallets_listEvery client wallet you hold a float in, with the balance per client and the total held per currency. This is money you have taken and not yet delivered service for.reseller.viewpouze pro čtení · pouze pro prodejce

Číst dál

Dáváte přednost terminálu?

Příkazová řádka Zinnector® CLI

Postaveno na veřejném API

Odkaz na API

Co pro vás může asistent s umělou inteligencí udělat

Nástroje AI a MCP

Připojte svého asistenta za dvě minuty

Otevřete nástroje AI ve svém řídicím panelu, vytvořte připojení a vložte konfiguraci, kterou váš klient čte.