API Tools
bulugo.com
Provides marine fuel price lookup and marine lubricant catalogue search via the Bulugo database.
ENDPOINT 1
https://my.bulugo.com/v1/mcp
MCP server metadata
- Name
- bulugo
- Version
- 1.0.0
Known tools 23
list_fuel_portsHelper: returns all port names that have live fuel pricing data in the Bulugo database.
Inferred read-onlyget_fuel_market_summaryReturn an aggregated Bulugo marine fuel price snapshot across indexed ports, including the cheapest port by fuel grade, major day-on-day price movements, and coverage statistics.
Inferred read-onlysearch_lubricantsStructured marine lubricant catalogue search across 1,700+ products.
Inferred read-onlyget_lubricant_categoriesHelper: lists all marine lubricant categories with product count and available brand count per category.
Inferred read-onlyget_lubricant_brandsHelper: lists all lubricant brands available in the catalogue, with product count per brand.
Inferred read-onlyget_lubricant_detailsFetch full technical specifications and availability for a specific lubricant product or set of products matching a name and/or brand.
Inferred read-onlylist_route_portsHelper: lists supported canonical ports in the Bulugo port catalogue.
Inferred read-onlyrecord_buyer_quote_consentRecord explicit authenticated buyer consent for Bulugo RFQ supplier matching and terms after `create_quote_request` returns BUYER_CONSENT_REQUIRED.
Inferred read-onlyget_quote_statusCheck the status and supplier responses for a previously submitted fuel quote request.
Inferred read-onlycheck_route_alternativesFind the cheapest bunkering ports along a maritime shipping route.
Inferred read-onlyopen_bulugo_account_dashboardGenerate a short-lived, single-use login link for the authenticated user.
Inferred read-onlyget_contact_preferencesInspect the user's notification contact setup, including masked email, WhatsApp, Telegram link status, active channels, and recommended next actions.
Potential side effectsupdate_contact_preferencesSave notification contact preferences — email, WhatsApp, and/or a Telegram username label — plus notification types and preferred/active channels.
Potential side effectsconfirm_contact_verificationConfirm the 6-digit verification code sent for email or WhatsApp, then activate that channel for notifications.
Potential side effectsrequest_human_supportCreate a durable Bulugo human support handoff from this MCP or ChatGPT conversation.
Potential side effectsget_support_handoff_statusRetrieve the current durable Bulugo support handoff status and any stored human replies for this authenticated MCP or ChatGPT account.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bulugo]
url = "https://my.bulugo.com/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bulugo": {
"type": "http",
"url": "https://my.bulugo.com/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bulugo
Remote MCP URL: https://my.bulugo.com/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bulugo": {
"url": "https://my.bulugo.com/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bulugo": {
"type": "http",
"url": "https://my.bulugo.com/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bulugo",
"transport": "streamable-http",
"url": "https://my.bulugo.com/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.