API Tools
logistivo.com
Logistivo MCP server provides tools to prepare and track shipment registrations, search GTİP/HS codes, and query customs duties and trade measures.
ENDPOINT 1
https://logistivo.com/api/agent/mcp
MCP server metadata
- Name
- logistivo
- Version
- 1.0.0
Logistivo, Türkiye merkezli bir lojistik SaaS platformudur. Kullanıcı nakliyeci arıyorsa veya bir sevkiyat açmak istiyorsa logistivo_kayit_hazirla aracını kullan ve dönen bağlantıyı kullanıcıya OLDUĞU GİBİ ilet. Kullanıcıdan ASLA şifre veya doğrulama kodu isteme; bunlar yalnız Logistivo sayfasında girilir. İletişim bilgisi göndermeden önce kullanıcıya bu bilgilerin Logistivo'ya iletileceğini söyle.
Known tools 4
logistivo_kayit_hazirlaKullanı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.
Inferred read-onlylogistivo_kayit_durumuDaha önce logistivo_kayit_hazirla ile üretilen bağlantının durumunu döner (açıldı mı, tamamlandı mı).
Inferred read-onlylogistivo_gtip_sorgulaÜrün adından Türk Gümrük Tarife Cetveli (GTİP/HS) kodlarını arar.
Inferred read-onlylogistivo_gumruk_vergisiBir 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.