marlo-mcp


Namemarlo-mcp JSON
Version 0.1.17 PyPI version JSON
download
home_pageNone
SummaryMarlo MCP server for voyage management system for shipping companies
upload_time2025-08-08 12:51:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT License Copyright (c) 2025 Marlo Technologies Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords api async client maritime marlo mcp voyage management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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](mailto: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](https://docs.astral.sh/uv/getting-started/installation/)
- [httpx](https://www.python-httpx.org/) (installed automatically)
- [mcp[cli]](https://pypi.org/project/mcp/) (installed automatically)

## 🔌 MCP Setup

here the example use for consume the mcp server

```json
{
    "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:

```bash
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

## Usage

![Example usage of Marlo MCP Client](https://raw.githubusercontent.com/core-marlo/marlo-mcp/main/marlo_mcp/marlo_claude_example.png)

## 🔑 License
[MIT](LICENSE) © 2025 Marlo


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "marlo-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "api, async, client, maritime, marlo, mcp, voyage management",
    "author": null,
    "author_email": "Mathan Karthik <mka@marlo.online>",
    "download_url": "https://files.pythonhosted.org/packages/08/a9/627976df9782c2606ca342ed8694780ccfb3ce39400807659061acbe58f8/marlo_mcp-0.1.17.tar.gz",
    "platform": null,
    "description": "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.\n\n## What is Marlo?\nMarlo is a finance and operations platform designed for maritime and shipping companies.\n\nMarlo helps shipping businesses manage their entire operations from a single platform. It offers tools for:\n- Voyage Management: Plan routes, track progress, and log updates for each voyage.\n- Banking: Manage accounts in multiple currencies, send and receive payments, and access maritime-focused banking features like global accounts and borderless cards.\n- 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.\n- Analytics: View up-to-date financial and operational data in one dashboard, including cashflow, valuations, and credit scores.\n- Accounting: Sync with accounting software to maintain accurate financial records.\n- Email Integration: Centralize all chartering and operations emails with filters and tags for easy sorting.\n- Risk & Compliance: Track compliance, screen counterparties against global sanctions lists, monitor loan terms, and manage carbon intensity and emissions reporting.\n\nMarlo 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.\nTo subscribe to Marlo or request a demo, simply email our team at [support@marlo.online](mailto:support@marlo.online). We're happy to help you get started!\n\n## Features\n- Async HTTP client for Marlo MCP API\n- Easy authentication via API key\n- Example usage for vessel data retrieval\n\n## Requirements\n- Python 3.12+\n- uvx [guide](https://docs.astral.sh/uv/getting-started/installation/)\n- [httpx](https://www.python-httpx.org/) (installed automatically)\n- [mcp[cli]](https://pypi.org/project/mcp/) (installed automatically)\n\n## \ud83d\udd0c MCP Setup\n\nhere the example use for consume the mcp server\n\n```json\n{\n    \"mcpServers\": {\n        \"marlo-mcp\": {\n            \"command\": \"uvx\",\n            \"args\": [\"marlo-mcp\"],\n            \"env\": {\n                \"MARLO_MCP_API_KEY\": \"<your-api-key>\"\n            }\n        }\n    }\n}\n```\n\nFor Claude Desktop, you can install and interact with it right away by running:\n\n```bash\nmcp install PATH/TO/main.py -v MARLO_MCP_API_KEY=<your-api-key>\n```\n## Available tools\nThe Marlo MCP client provides the following tools:\n\n- `get_vessels`: Get all available vessels with minimal vessel details\n- `get_vessel_details`: Get details of a specific vessel\n- `create_vessel`: Create a new vessel\n- `search_ports`: Search multiple ports\n- `search_cargos`: Search for cargos\n- `get_all_charter_specialists`: Get all available charter specialists\n- `search_charterer_contacts`: Search for charterer contacts\n- `get_all_voyages`: Get all voyages\n- `get_voyage_details`: Get details of a specific voyage\n- `get_voyage_profit_and_loss`: Get voyage profit and loss\n- `get_all_estimates_sheet`: Get all estimates sheet\n- `get_estimate_sheet_details`: Get details of a specific estimate sheet\n- `get_all_cargo_books`: Get all cargo books\n- `get_cargo_book_details`: Get details of a specific cargo book\n- `list_all_vessel_fixtures`: List all vessel fixtures\n- `get_vessel_fixture_details`: Get details of a specific vessel fixture\n- `get_voyage_contacts`: Get voyage contacts\n- `get_voyage_contacts_financial_details`: Get financial details for voyage contacts\n- `get_vessel_fixture_contacts`: Get contacts for a vessel fixture\n- `get_vessel_fixture_contacts_financial_details`: Get financial details for vessel fixture contacts\n- `get_invoice_details`: Get invoice details\n- `get_bill_details`: Get bill details\n- `voyage_port_disbursements`: Get voyage port disbursements\n- `get_voyage_laytime`: Get voyage laytime\n- `list_all_customers`: List all customers\n- `list_all_vendors`: List all vendors\n- `list_all_lendors`: List all lendors\n- `get_customer_details`: Get customer details\n- `get_vendor_details`: Get vendor details\n- `list_all_bills`: List all bills\n- `list_all_invoices`: List all invoices\n- `get_journal_entries`: Get journal entries\n- `list_all_vendor_credits`: List all vendor credits\n- `get_vendor_credit_details`: Get vendor credit details\n- `list_all_credit_notes`: List all credit notes\n- `get_credit_note_details`: Get credit note details\n- `list_all_external_loans`: List all external loans\n- `get_external_loan_details`: Get external loan details\n- `list_all_marlo_loans`: List all marlo loans\n\n## Usage\n\n![Example usage of Marlo MCP Client](https://raw.githubusercontent.com/core-marlo/marlo-mcp/main/marlo_mcp/marlo_claude_example.png)\n\n## \ud83d\udd11 License\n[MIT](LICENSE) \u00a9 2025 Marlo\n\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Marlo Technologies\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE. ",
    "summary": "Marlo MCP server for voyage management system for shipping companies",
    "version": "0.1.17",
    "project_urls": {
        "Homepage": "https://www.marlo.co/",
        "Repository": "https://github.com/core-marlo/marlo-mcp.git"
    },
    "split_keywords": [
        "api",
        " async",
        " client",
        " maritime",
        " marlo",
        " mcp",
        " voyage management"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c72c267950e45b81116ae6ebb4efcdc4d75558df30c651a5a3dc32e280261a02",
                "md5": "10a977729c32c6854231576cc54ebc50",
                "sha256": "459a532713b2d12a36bd8f9012c8ed0ea1994055937dfc5d4919d66892001fc0"
            },
            "downloads": -1,
            "filename": "marlo_mcp-0.1.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "10a977729c32c6854231576cc54ebc50",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 183254,
            "upload_time": "2025-08-08T12:50:58",
            "upload_time_iso_8601": "2025-08-08T12:50:58.419048Z",
            "url": "https://files.pythonhosted.org/packages/c7/2c/267950e45b81116ae6ebb4efcdc4d75558df30c651a5a3dc32e280261a02/marlo_mcp-0.1.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "08a9627976df9782c2606ca342ed8694780ccfb3ce39400807659061acbe58f8",
                "md5": "940d32d63263715a406f91bd3dd24d22",
                "sha256": "757dccc76128d4a4646d2e5615033d4b3e72906bfb4a9b0898c5df182cb3141e"
            },
            "downloads": -1,
            "filename": "marlo_mcp-0.1.17.tar.gz",
            "has_sig": false,
            "md5_digest": "940d32d63263715a406f91bd3dd24d22",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 343134,
            "upload_time": "2025-08-08T12:51:00",
            "upload_time_iso_8601": "2025-08-08T12:51:00.773901Z",
            "url": "https://files.pythonhosted.org/packages/08/a9/627976df9782c2606ca342ed8694780ccfb3ce39400807659061acbe58f8/marlo_mcp-0.1.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-08 12:51:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "core-marlo",
    "github_project": "marlo-mcp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "marlo-mcp"
}
        
Elapsed time: 1.67333s