← logistivo.com

INDIVIDUAL MCP TOOL

logistivo_kayit_durumu

Daha önce logistivo_kayit_hazirla ile üretilen bağlantının durumunu döner (açıldı mı, tamamlandı mı).

logistivo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://logistivo.com/api/agent/mcp

No auth detected

Connect to this endpoint to inspect the live schema for logistivo_kayit_durumu and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

logistivo.com

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.logistivo]
url = "https://logistivo.com/api/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "logistivo": {
      "type": "http",
      "url": "https://logistivo.com/api/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: logistivo
Remote MCP URL: https://logistivo.com/api/agent/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": {
    "logistivo": {
      "url": "https://logistivo.com/api/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "logistivo": {
      "type": "http",
      "url": "https://logistivo.com/api/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "logistivo",
  "transport": "streamable-http",
  "url": "https://logistivo.com/api/agent/mcp"
}
MCP Inspector

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

Related tools

  • logistivo_kayit_hazirla — Kullanıcının anlattığı sevkiyat için Logistivo kaydını hazırlar ve kullanıcıya verilecek tek kullanımlık bir bağlantı döner.
  • logistivo_gtip_sorgula — Ürün adından Türk Gümrük Tarife Cetveli (GTİP/HS) kodlarını arar.
  • logistivo_gumruk_vergisi — Bir GTİP/HS kodu için MENŞE ve VARIŞ ülkesini vererek gümrük vergisini ve yürürlükteki anti-damping/korunma önlemlerini sorgular.