japan_tender_reference

Pack: japan-procurement · Endpoint: https://gateway.pipeworx.io/japan-procurement/mcp

Reference values accepted by the Japanese tender search tools: the three procurement categories, the notice/procedure types, and all 47 JIS X0401 prefecture codes with Japanese and romanised names. Call this when a filter value is rejected or when you need the code for a prefecture.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/japan-procurement/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"japan_tender_reference","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('japan_tender_reference', {});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "japan-procurement": {
      "url": "https://gateway.pipeworx.io/japan-procurement/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 13, 2026