← Registry

API Tools

bulugo.com

Provides marine fuel price lookup and marine lubricant catalogue search via the Bulugo database.

1 endpoint23 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://my.bulugo.com/v1/mcp

No auth detected

MCP server metadata

Name
bulugo
Version
1.0.0
Capabilities
resources.listChangedprompts.listChangedtools.listChanged

Known tools 23

get_fuel_prices

Fuel price lookup.

Inferred read-only
list_fuel_ports

Helper: returns all port names that have live fuel pricing data in the Bulugo database.

Inferred read-only
get_fuel_market_summary

Return 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-only
search_lubricants

Structured marine lubricant catalogue search across 1,700+ products.

Inferred read-only
get_lubricant_categories

Helper: lists all marine lubricant categories with product count and available brand count per category.

Inferred read-only
get_lubricant_brands

Helper: lists all lubricant brands available in the catalogue, with product count per brand.

Inferred read-only
get_lubricant_details

Fetch full technical specifications and availability for a specific lubricant product or set of products matching a name and/or brand.

Inferred read-only
list_route_ports

Helper: lists supported canonical ports in the Bulugo port catalogue.

Inferred read-only
get_supplier_onboarding

Read-only supplier onboarding guidance.

Inferred read-only
search_suppliers

Check supplier availability at a port for a given fuel grade.

Inferred read-only
record_buyer_quote_consent

Record explicit authenticated buyer consent for Bulugo RFQ supplier matching and terms after `create_quote_request` returns BUYER_CONSENT_REQUIRED.

Inferred read-only
get_quote_status

Check the status and supplier responses for a previously submitted fuel quote request.

Inferred read-only
plan_route

Calculate maritime route geometry between two ports.

Inferred read-only
check_route_alternatives

Find the cheapest bunkering ports along a maritime shipping route.

Inferred read-only
open_bulugo_account_dashboard

Generate a short-lived, single-use login link for the authenticated user.

Inferred read-only
get_contact_preferences

Inspect the user's notification contact setup, including masked email, WhatsApp, Telegram link status, active channels, and recommended next actions.

Potential side effects
update_contact_preferences

Save notification contact preferences — email, WhatsApp, and/or a Telegram username label — plus notification types and preferred/active channels.

Potential side effects
send_contact_verification

Start verification for a contact channel.

Inferred read-only
confirm_contact_verification

Confirm the 6-digit verification code sent for email or WhatsApp, then activate that channel for notifications.

Potential side effects
send_verification

Legacy alias for `send_contact_verification`.

Inferred read-only
confirm_verification

Legacy alias for `confirm_contact_verification`.

Inferred read-only
request_human_support

Create a durable Bulugo human support handoff from this MCP or ChatGPT conversation.

Potential side effects
get_support_handoff_status

Retrieve the current durable Bulugo support handoff status and any stored human replies for this authenticated MCP or ChatGPT account.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.