marlo-mcp


Namemarlo-mcp JSON
Version 0.1.12 PyPI version JSON
download
home_pageNone
SummaryA 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. It can be used as an MCP server for Claude Desktop and other MCP-compatible clients.
upload_time2025-07-09 04:28:22
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.

## 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
- `get_vessel_details`: Get details of a specific vessel
- `create_vessel`: Create a new vessel in your fleet

## 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)

            

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/bb/1c/eef4ea718b702e7913c3921ce7f7a62212f84cee70b2408954bfd028f024/marlo_mcp-0.1.12.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.\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\n- `get_vessel_details`: Get details of a specific vessel\n- `create_vessel`: Create a new vessel in your fleet\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)\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": "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. It can be used as an MCP server for Claude Desktop and other MCP-compatible clients.",
    "version": "0.1.12",
    "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": "6cd2cc9a754ee06c63f7461011edc86ac66c01ff4bc88aefc14aa26912e37a78",
                "md5": "d675accf6d4eee66654f341274bf4331",
                "sha256": "073b47a59566200a2e66378b201302a03b0b334af1225b68beebcc1f0877419d"
            },
            "downloads": -1,
            "filename": "marlo_mcp-0.1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d675accf6d4eee66654f341274bf4331",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 172667,
            "upload_time": "2025-07-09T04:28:21",
            "upload_time_iso_8601": "2025-07-09T04:28:21.242032Z",
            "url": "https://files.pythonhosted.org/packages/6c/d2/cc9a754ee06c63f7461011edc86ac66c01ff4bc88aefc14aa26912e37a78/marlo_mcp-0.1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb1ceef4ea718b702e7913c3921ce7f7a62212f84cee70b2408954bfd028f024",
                "md5": "67c9881ba063831d0f1ebe0d466368a3",
                "sha256": "cbc60e51368845d293e48699b461154c4fd3570878abce33cc3c95c9f196207b"
            },
            "downloads": -1,
            "filename": "marlo_mcp-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "67c9881ba063831d0f1ebe0d466368a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 331884,
            "upload_time": "2025-07-09T04:28:22",
            "upload_time_iso_8601": "2025-07-09T04:28:22.874743Z",
            "url": "https://files.pythonhosted.org/packages/bb/1c/eef4ea718b702e7913c3921ce7f7a62212f84cee70b2408954bfd028f024/marlo_mcp-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 04:28:22",
    "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: 0.63595s