Logistivo is a logistics and freight management platform covering Turkey and EU lanes. Connect the MCP server below and your assistant can prepare your Logistivo signup and start your freight request for you.
https://logistivo.com/api/agent/mcp
Settings → Connectors → "Add custom connector" → paste the URL above. On Team and Enterprise plans only an organization Owner can add connectors.
Enable developer mode in settings → open connectors/plugins → create a new one → paste the URL and choose "no authentication".
Add the URL to your MCP server configuration in Gemini CLI or Code Assist. In Gemini Enterprise an administrator adds it under Connected apps.
logistivo_kayit_hazirla — prepares a Logistivo signup and freight
request from a plain-language brief and returns a one-time link. It does
not create an account: the account, consent and email
verification all happen in your browser.logistivo_kayit_durumu — tells whether that link was opened or
completed. Returns no personal data.logistivo_gtip_sorgula — searches Turkish customs tariff (GTIP/HS)
codes by product name. No account needed.An assistant that can only read web pages can still help: it builds a link and hands it to you.
https://logistivo.com/tr/ai-kayit?brief=URL_ENCODED_SHIPMENT_BRIEF
Use /en/ai-kayit for English. Only shipment details belong in that
URL — never a name, phone number, company or email address. Opening the link shows
a pre-filled page where you accept the terms and verify your email; the account is
created there, in your browser.
An assistant that can send request bodies (a script or backend
integration) should POST the brief to
https://logistivo.com/api/agent/v1/handoff instead. Details:
/llms.txt (section "Agent actions").