← work-pick.com

INDIVIDUAL MCP TOOL

list_company_press

企業名または法人番号(13桁)を指定して、その企業の公開済みプレス一覧を取得します。List all published press releases for one company, by name or by 13-digit corporate number.

work-pick.comnone authenticationAvailability not checked

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 endpoint

work-pick.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.workpick-press]
url = "https://work-pick.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "workpick-press": {
      "type": "http",
      "url": "https://work-pick.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: workpick-press
Remote MCP URL: https://work-pick.com/api/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": {
    "workpick-press": {
      "url": "https://work-pick.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "workpick-press": {
      "type": "http",
      "url": "https://work-pick.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "workpick-press",
  "transport": "streamable-http",
  "url": "https://work-pick.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_press — 日本企業の検証済み・構造化済みプレスリリースを検索します(法人番号で企業を特定し、原本リンク付き)。各結果は法人番号(国税庁)と原本URLによる帰属(provenance)付き。Search verified, structured press releases from Japanese companies (company resolved via corporate number, original source linked).
  • get_press_article — slug を指定して、検証済みプレス1件の要約(lead)・構造化された統計(facts)・関連求人・帰属(provenance)を取得します(本文は企業自身が投稿したもののみ、運営取込は著作権配慮で原本リンクを提供)。Get one verified press article: summary, structured facts, related jobs, and provenance.