Prenica(プレニカ)
無料でしっかり使える、審査制のプレスリリース配信サービスです。(prenica.jp の内容を検索して答える。ヨミタス経由)
Should I use this
Quality & Safety
Findings (4)
- LOWin search
- LOWin list_pages
- LOWin site_overview
- LOWin fetch
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"prenica-jp": {
"url": "https://mcp.yomitasu.jp/s/prenica-jp/mcp"
}
}
}Remote endpoints
https://mcp.yomitasu.jp/s/prenica-jp/mcpstreamable-httpWhat it can do
Tool inventory
Tools (6)
🟢search(query)
「Prenica(プレニカ)」に掲載されたプレスリリースから、言葉に当てはまる箇所を抜粋つきで探します。企業名・商品名・イベント名や、業界(IT・AI、食品、美容、エンタメ、金融など)の言葉で、新商品の発表、イベントの開催、サービスの開始といった企業の発表を探せます。「セミナー 10月」「コスメ」「イベント 開催」のように探します。答えるときは、発表した会社名とページの URL を添えてください。配信のしかた、料金、掲載の基準についての質問にも使えます。
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "探したい言葉(例: 料金 支払い方法)"
}
},
"required": [
"query"
]
}Output Schema
{
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"id",
"title",
"url"
]
}
}
},
"required": [
"results"
]
}🟢fetch(id)
「Prenica(プレニカ)」のページの本文を、最初から最後まで返します。search で見つけたプレスリリースの発表内容、日時・場所、価格、問い合わせ先をくわしく読むときに使います。
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "探した結果の id(ページの URL)。ページの URL かパスでも可(日本語のままでも可)"
}
},
"required": [
"id"
]
}Output Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"title": {
"type": "string"
},
"text": {
"type": "string"
},
"url": {
"type": "string"
},
"metadata": {
"type": "object"
}
},
"required": [
"id",
"title",
"text",
"url"
]
}🟢list_pages(limit, offset)
「Prenica(プレニカ)」に読み込まれているページの一覧(タイトルと URL)を返します。/news/ の下がプレスリリース 1 件ずつのページで、業界ごとに分かれています(/news/ai-dx/ など)。/type/ はリリースの種類、/about/・/pricing/・/guidelines/・/faq/ はサービスの説明です。読み込んだ時点のもので、最新のリリースがすべて入っているとは限りません。
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 200,
"default": 50
},
"offset": {
"type": "integer",
"minimum": 0,
"default": 0
}
}
}🟢site_overview
「Prenica(プレニカ)」の概要を返します。無料でしっかり使える、審査制のプレスリリース配信サービスです。掲載法人はすべて法人確認済みで、記事は公開前にチェックされています。どんなサービスかを最初に知りたいときに使います。
Input Schema
{
"type": "object",
"properties": {}
}🟢search_pages(query, limit)
「Prenica(プレニカ)」(prenica.jp)の以前の名前の機能です(すでにつないでいる人のために残しています)。search と同じようにサイトの中を探しますが、返す形が違います。新しく使うときは search を使ってください。
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "探したい言葉(例: 料金 支払い方法)"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 20,
"default": 5
}
},
"required": [
"query"
]
}🟢get_page(url)
「Prenica(プレニカ)」(prenica.jp)の以前の名前の機能です(すでにつないでいる人のために残しています)。fetch と同じようにページの本文を返しますが、返す形が違います。新しく使うときは fetch を使ってください。
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "ページの URL かパス(日本語のままでも可)"
}
},
"required": [
"url"
]
}Community
Evidence