← borneosawit.com

INDIVIDUAL MCP TOOL

list_reporters

Everyone who announces a price: mills publishing their own figure (type "pks") and collectors relaying several mills at once (type "peron").

borneosawit.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://borneosawit.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_reporters 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

borneosawit.com

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.borneo-sawit-public]
url = "https://borneosawit.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "borneo-sawit-public": {
      "type": "http",
      "url": "https://borneosawit.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: borneo-sawit-public
Remote MCP URL: https://borneosawit.com/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": {
    "borneo-sawit-public": {
      "url": "https://borneosawit.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "borneo-sawit-public": {
      "type": "http",
      "url": "https://borneosawit.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "borneo-sawit-public",
  "transport": "streamable-http",
  "url": "https://borneosawit.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_price_board — TBS prices for one day: every mill-gate quote and every loading-ram quote, each with the reporter who announced it.
  • get_price_history — One mill-and-reporter pair's price over consecutive days, oldest first.
  • list_mills — Every PKS (palm oil mill) with its id, kabupaten and every written form of its name.
  • list_rams — Every loading ram (also called a peron or pengepul): a collector's yard that buys fruit from farmers and hauls it to a mill.
  • list_articles — Written answers on oil palm agronomy and smallholder economics, without their bodies.
  • get_article — One article in full, as markdown, in the language asked for.