
Security News
Knip Hits 500 Releases with v5.62.0, Improving TypeScript Config Detection and Plugin Integrations
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
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.
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.
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:
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!
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>
The Marlo MCP client provides the following tools:
get_vessels
: Get all available vesselsget_vessel_details
: Get details of a specific vesselcreate_vessel
: Create a new vessel in your fleetcreate_estimate_sheet
: Create a new estimate sheetcalculate_voyage_estimate
: Calculate voyage estimatesearch_ports
: Search for portssearch_cargos
: Search for cargossearch_charterer_contacts
: Search for charterer contactsget_all_charter_specialists
: Get all available charter specialistsMIT © 2025 Marlo
FAQs
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.
We found that marlo-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.