INDIVIDUAL MCP TOOL
read_prenica_content
公開コンテンツ1件の全文とメタデータを返します。content_id か canonical URL で指定します。プレスリリースの本文は装飾のない平文です。プレニカ運営のお知らせ(content_type=announcement)は発信元が書いたままを返すため、「## 見出し」「**強調**」のような軽微な記法を含むことがあります。その場合は記号をそのまま引用せず、見出し・強調として読んでください。
LIVE ENDPOINT
https://mcp.prenica.jp
Connect to this endpoint to inspect the live schema for read_prenica_content and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.prenica-mcp]
url = "https://mcp.prenica.jp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prenica-mcp": {
"type": "http",
"url": "https://mcp.prenica.jp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prenica-mcp
Remote MCP URL: https://mcp.prenica.jp
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": {
"prenica-mcp": {
"url": "https://mcp.prenica.jp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prenica-mcp": {
"type": "http",
"url": "https://mcp.prenica.jp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prenica-mcp",
"transport": "streamable-http",
"url": "https://mcp.prenica.jp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_prenica_content— プレニカの公開情報(掲載企業が発表したプレスリリース・運営からのお知らせ・プレニカ自身の説明ページ)を横断検索します。結果には canonical URL・発信企業名・種別・公式性の分類・公開日・該当箇所が含まれます。research_prenica_viewpoint— 特定テーマについて、プレニカの公開情報にどんな根拠があるかを調べます。根拠をプレニカ自身の方針と、掲載企業の発表とに分類し、確信度を添えて返します。根拠がない場合は confidence="none" を返します。get_prenica_profile— プレニカ自身の説明(どんなサイトか・利用規約・プライバシーポリシー)を返します。掲載企業の発表ではなく、プレニカ運営の公式な記載です。get_prenica_services— プレニカで何ができるか(提供している機能)と、掲載の条件・配信基準を返します。本文に料金の記載があればそのまま含まれます。list_recent_prenica_content— 更新日の新しい順に公開情報を一覧します。「最近どんな発表が出ているか」を検索語なしで確認する用途です。