← bulugo.com
INDIVIDUAL MCP TOOL
search_suppliers
Check supplier availability at a port for a given fuel grade.
LIVE ENDPOINT
https://my.bulugo.com/v1/mcp
Connect to this endpoint to inspect the live schema for search_suppliers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
get_fuel_prices— Fuel price lookup.list_fuel_ports— Helper: returns all port names that have live fuel pricing data in the Bulugo database.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.search_lubricants— Structured marine lubricant catalogue search across 1,700+ products.get_lubricant_categories— Helper: lists all marine lubricant categories with product count and available brand count per category.get_lubricant_brands— Helper: lists all lubricant brands available in the catalogue, with product count per brand.get_lubricant_details— Fetch full technical specifications and availability for a specific lubricant product or set of products matching a name and/or brand.list_route_ports— Helper: lists supported canonical ports in the Bulugo port catalogue.