Skip to main content

Marlo MCP server for voyage management system for shipping companies

Project description

Add to Cursor Add to VS Code Add to Claude Add to ChatGPT Add to Codex Add to Gemini

A Python client for interacting with the Marlo MCP (Model Context Protocol) server. This package provides an async client for making authenticated requests to the MCP API and includes example tools for vessel data retrieval.

What is Marlo?

Marlo is a finance and operations platform designed for maritime and shipping companies.

Marlo helps shipping businesses manage their entire operations from a single platform. It offers tools for:

  • Voyage Management: Plan routes, track progress, and log updates for each voyage.
  • Banking: Manage accounts in multiple currencies, send and receive payments, and access maritime-focused banking features like global accounts and borderless cards.
  • Loans & Finance: Request and track loans for cargo contracts, demurrage, and other financing needs. It also helps monitor covenants and keep financial records in order.
  • Analytics: View up-to-date financial and operational data in one dashboard, including cashflow, valuations, and credit scores.
  • Accounting: Sync with accounting software to maintain accurate financial records.
  • Email Integration: Centralize all chartering and operations emails with filters and tags for easy sorting.
  • Risk & Compliance: Track compliance, screen counterparties against global sanctions lists, monitor loan terms, and manage carbon intensity and emissions reporting.

Marlo is designed for various roles in the maritime industry, including CEOs, CFOs, chartering managers, operations managers, accountants, vessel owners, operators, and commercial managers. Its goal is to simplify operations, ensure compliance, and help maritime businesses grow. To subscribe to Marlo or request a demo, simply email our team at support@marlo.online. We're happy to help you get started!

Features

  • Async HTTP client for Marlo MCP API
  • Easy authentication via API key
  • Example usage for vessel data retrieval

Requirements

  • Python 3.12+
  • uvx guide
  • httpx (installed automatically)
  • mcp[cli] (installed automatically)

🔌 MCP Setup

here the example use for consume the mcp server

{
    "mcpServers": {
        "marlo-mcp": {
            "command": "uvx",
            "args": ["marlo-mcp"],
            "env": {
                "MARLO_MCP_API_KEY": "<your-api-key>"
            }
        }
    }
}

For Claude Desktop, you can install and interact with it right away by running:

mcp install PATH/TO/main.py -v MARLO_MCP_API_KEY=<your-api-key>

Available tools

The Marlo MCP client provides the following tools:

  • get_vessels: Get all available vessels with minimal vessel details
  • get_vessel_details: Get details of a specific vessel
  • create_vessel: Create a new vessel
  • search_ports: Search multiple ports
  • search_cargos: Search for cargos
  • get_all_charter_specialists: Get all available charter specialists
  • search_charterer_contacts: Search for charterer contacts
  • get_all_voyages: Get all voyages
  • get_voyage_details: Get details of a specific voyage
  • get_voyage_profit_and_loss: Get voyage profit and loss
  • get_all_estimates_sheet: Get all estimates sheet
  • get_estimate_sheet_details: Get details of a specific estimate sheet
  • get_all_cargo_books: Get all cargo books
  • get_cargo_book_details: Get details of a specific cargo book
  • list_all_vessel_fixtures: List all vessel fixtures
  • get_vessel_fixture_details: Get details of a specific vessel fixture
  • get_voyage_contacts: Get voyage contacts
  • get_voyage_contacts_financial_details: Get financial details for voyage contacts
  • get_vessel_fixture_contacts: Get contacts for a vessel fixture
  • get_vessel_fixture_contacts_financial_details: Get financial details for vessel fixture contacts
  • get_invoice_details: Get invoice details
  • get_bill_details: Get bill details
  • voyage_port_disbursements: Get voyage port disbursements
  • get_voyage_laytime: Get voyage laytime
  • list_all_customers: List all customers
  • list_all_vendors: List all vendors
  • list_all_lendors: List all lendors
  • get_customer_details: Get customer details
  • get_vendor_details: Get vendor details
  • list_all_bills: List all bills
  • list_all_invoices: List all invoices
  • get_journal_entries: Get journal entries
  • list_all_vendor_credits: List all vendor credits
  • get_vendor_credit_details: Get vendor credit details
  • list_all_credit_notes: List all credit notes
  • get_credit_note_details: Get credit note details
  • list_all_external_loans: List all external loans
  • get_external_loan_details: Get external loan details
  • list_all_marlo_loans: List all marlo loans
  • get_market_rates: List all market rates
  • get_market_rate_details: Get market rate details
  • get_covenant: Get covenant
  • get_credit_score: Get credit score
  • get_interest_rates: List all interest rates
  • list_all_sanctions_case_manager: List all sanctions case manager
  • get_sanctions_case_manager_details: Get sanctions case manager details
  • search_sanctions: Search sanctions
  • search_individual_sanction: Search individual sanction
  • list_all_bank_accounts: List all bank accounts
  • list_all_bank_transactions: List all bank transactions
  • get_profit_loss: Get profit and loss data
  • get_balance_sheet: Get balance sheet data
  • get_global_search_vessel_list: Get a global search vessel list
  • get_vessel_valuation: Get vessel valuation
  • list_approval_transactions: List approval transactions
  • get_global_account_currency_balance: Get a global account currency balance
  • list_all_global_accounts: List all global accounts
  • list_all_payouts: List all payouts
  • get_payout_details: Get payout details
  • get_company_valuation: Get a valuation of company
  • get_operational_cashflow: Get operational cashflow data
  • get_cashbalance_streams: Get cashbalance streams data

Usage

Example usage of Marlo MCP Client

🔑 License

MIT © 2025 Marlo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

marlo_mcp_fastmcp-0.1.20.tar.gz (346.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

marlo_mcp_fastmcp-0.1.20-py3-none-any.whl (185.9 kB view details)

Uploaded Python 3

File details

Details for the file marlo_mcp_fastmcp-0.1.20.tar.gz.

File metadata

  • Download URL: marlo_mcp_fastmcp-0.1.20.tar.gz
  • Upload date:
  • Size: 346.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for marlo_mcp_fastmcp-0.1.20.tar.gz
Algorithm Hash digest
SHA256 86959c8c6443ed4f7c9872366e271af15d1ca866768d9ff569540befa62a4e91
MD5 d77d4586e09918ff074f89482169d10f
BLAKE2b-256 75631cb89c0d31ddf15ed7b3632a0d422c986ab58c0adc61216b327cc6a50c73

See more details on using hashes here.

File details

Details for the file marlo_mcp_fastmcp-0.1.20-py3-none-any.whl.

File metadata

File hashes

Hashes for marlo_mcp_fastmcp-0.1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 ccb8aa92c284fba37ec335a22fd8d09501fbc44ec1486bfeccf4f20a5f249900
MD5 52c43adcab7720130778e3d28912f377
BLAKE2b-256 21f8aa4dbfe38e8eb926f73b2c7993bbbc311e9b6f7d95f6d0e69f4fbb0f4a3c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page