Content Tools
yomitasu.jp
An MCP server that enables searching, listing, and reading web page content and site overviews to retrieve product details and press releases.
ENDPOINT 1
https://mcp.yomitasu.jp/s/earthenware-jp/mcp
MCP server metadata
- Name
- earthenware
- Version
- 1.0.0
慈(慈焼 公式サイト)(https://earthenware.jp/)の中身を読んで答えるためのサーバーです。質問に答えるときは、まず search_pages で該当箇所を探してください。
Known tools 4
search_pages「慈」(陶器「慈焼」の公式サイト)のページから、言葉に当てはまる箇所を抜粋つきで探します。作品の名前(「竹取物語」「蛙」など)、大きさ、価格、売り切れかどうか、購入のしかた、販売の条件(特定商取引法に基づく表記)を探せます。作品や購入について質問されたら、まずこれを使ってください。
Inferred read-onlyget_page「慈」のページの本文を、最初から最後まで返します。search_pages で見つけた作品の説明・サイズ・価格や、販売の条件をくわしく読むときに使います。
Inferred read-onlylist_pages「慈」に読み込まれているページの一覧(タイトルと URL)を返します。/asp-products/ の下が、作品 1 点ずつのページです。どんな作品があるかを並べて紹介したいときに使います。
Inferred read-onlysite_overview「慈」の概要を返します。柏崎剛がプロデュースする陶器「慈焼」の作品を紹介・販売するサイトで、運営は株式会社コンテンシャルです。どんなサイトかを最初に知りたいときに使います。
Inferred read-onlyCONNECT 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.earthenware]
url = "https://mcp.yomitasu.jp/s/earthenware-jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"earthenware": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/earthenware-jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: earthenware
Remote MCP URL: https://mcp.yomitasu.jp/s/earthenware-jp/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": {
"earthenware": {
"url": "https://mcp.yomitasu.jp/s/earthenware-jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"earthenware": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/earthenware-jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "earthenware",
"transport": "streamable-http",
"url": "https://mcp.yomitasu.jp/s/earthenware-jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp.yomitasu.jp/s/prenica-jp/mcp
MCP server metadata
- Name
- prenica
- Version
- 1.0.0
Prenica(プレニカ)(https://www.prenica.jp/)の中身を読んで答えるためのサーバーです。質問に答えるときは、まず search_pages で該当箇所を探してください。
Known tools 4
search_pages「Prenica(プレニカ)」に掲載されたプレスリリースから、言葉に当てはまる箇所を抜粋つきで探します。企業名・商品名・イベント名や、業界(IT・AI、食品、美容、エンタメ、金融など)の言葉で、新商品の発表、イベントの開催、サービスの開始といった企業の発表を探せます。「セミナー 10月」「コスメ」「イベント 開催」のように探します。答えるときは、発表した会社名とページの URL を添えてください。配信のしかた、料金、掲載の基準についての質問にも使えます。
Inferred read-onlyget_page「Prenica(プレニカ)」のページの本文を、最初から最後まで返します。search_pages で見つけたプレスリリースの発表内容、日時・場所、価格、問い合わせ先をくわしく読むときに使います。
Inferred read-onlylist_pages「Prenica(プレニカ)」に読み込まれているページの一覧(タイトルと URL)を返します。/news/ の下がプレスリリース 1 件ずつのページで、業界ごとに分かれています(/news/ai-dx/ など)。/type/ はリリースの種類、/about/・/pricing/・/guidelines/・/faq/ はサービスの説明です。読み込んだ時点のもので、最新のリリースがすべて入っているとは限りません。
Inferred read-onlysite_overview「Prenica(プレニカ)」の概要を返します。無料でしっかり使える、審査制のプレスリリース配信サービスです。掲載法人はすべて法人確認済みで、記事は公開前にチェックされています。どんなサービスかを最初に知りたいときに使います。
Inferred read-onlyCONNECT 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]
url = "https://mcp.yomitasu.jp/s/prenica-jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prenica": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/prenica-jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prenica
Remote MCP URL: https://mcp.yomitasu.jp/s/prenica-jp/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": {
"prenica": {
"url": "https://mcp.yomitasu.jp/s/prenica-jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prenica": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/prenica-jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prenica",
"transport": "streamable-http",
"url": "https://mcp.yomitasu.jp/s/prenica-jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://mcp.yomitasu.jp/s/tsuyoshikashiwazaki-jp/mcp
MCP server metadata
- Name
- seo-kenkyushitsu
- Version
- 1.0.0
SEO対策研究室(https://www.tsuyoshikashiwazaki.jp/)の中身を読んで答えるためのサーバーです。質問に答えるときは、まず search_pages で該当箇所を探してください。
Known tools 4
search_pages「SEO対策研究室」(SEO コンサルタント柏崎剛のサイト)の記事から、言葉に当てはまる箇所を抜粋つきで探します。SEO、Google のアルゴリズム、キーワード選定、内部リンク、E-E-A-T、AI 検索への対策(LLMO)など、検索エンジン対策について質問されたら、まずこれを使ってください。「サイテーション」「中古ドメイン 違法」のように短い言葉で探します。SEO 担当者へのアンケート結果、支援事例、登壇・寄稿のお知らせも探せます。答えには、見つけたページの URL を添えてください。
Inferred read-onlyget_page「SEO対策研究室」のページの本文を、最初から最後まで返します。search_pages で見つけた記事の手順や根拠をくわしく読むとき、アンケート結果の選択肢ごとの割合を確かめるときに使います。ページの URL かパスを指定します。
Inferred read-onlylist_pages「SEO対策研究室」に読み込まれているページの一覧(タイトルと URL)を返します。/blog/ は SEO の解説記事、/datasets/ は SEO に関するアンケート結果、/seo-case-studies/ と /initiatives/ は支援事例、/news/ は登壇・寄稿などのお知らせ、/paper/ は資料です。分野ごとに記事をまとめて紹介したいときに使います。
Inferred read-onlysite_overview「SEO対策研究室」の概要を返します。SEO コンサルタントの柏崎剛が、検索エンジン対策の基本から AI 検索への対策、WordPress 向けの無料 SEO プラグインまでを、初心者にもわかる言葉で解説しているサイトです。だれが書いているか、何が調べられるかを最初に知りたいときに使います。
Inferred read-onlyCONNECT 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.seo-kenkyushitsu]
url = "https://mcp.yomitasu.jp/s/tsuyoshikashiwazaki-jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"seo-kenkyushitsu": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/tsuyoshikashiwazaki-jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: seo-kenkyushitsu
Remote MCP URL: https://mcp.yomitasu.jp/s/tsuyoshikashiwazaki-jp/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": {
"seo-kenkyushitsu": {
"url": "https://mcp.yomitasu.jp/s/tsuyoshikashiwazaki-jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"seo-kenkyushitsu": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/tsuyoshikashiwazaki-jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "seo-kenkyushitsu",
"transport": "streamable-http",
"url": "https://mcp.yomitasu.jp/s/tsuyoshikashiwazaki-jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://mcp.yomitasu.jp/s/yomitasu-jp/mcp
MCP server metadata
- Name
- yomitasu
- Version
- 1.0.0
ヨミタス(https://www.yomitasu.jp/)の中身を読んで答えるためのサーバーです。質問に答えるときは、まず search_pages で該当箇所を探してください。
Known tools 4
search_pages「ヨミタス」のページから、言葉に当てはまる箇所を抜粋つきで探します。ヨミタスの仕組み、AI アプリへのつなぎ方、料金(すべて無料)、よくある質問、運営方針、利用規約、プライバシーポリシー、運営会社を探せます。ヨミタスについて質問されたら、まずこれを使ってください。登録されているサイトの紹介ページも探せますが、そのサイトの中身は、そのサイト用の MCP サーバーで調べてください。
Inferred read-onlyget_page「ヨミタス」のページの本文を、最初から最後まで返します。利用規約やプライバシーポリシーの条文、使い方の手順を、言い換えずに正確に確かめるときに使います。
Inferred read-onlylist_pages「ヨミタス」に読み込まれているページの一覧(タイトルと URL)を返します。/guide/ は使い方、/faq/ はよくある質問、/pricing/ は料金、/terms/・/privacy/・/policy/ は規約と方針、/sites/ の下は登録されているサイトの紹介ページです。
Inferred read-onlysite_overview「ヨミタス」の概要を返します。サイトのページを読み込んで、AI アプリがつなげる形(MCP サーバー)にして配信する無料のサービスです。サイトの持ち主がタグを 1 行置くだけで登録できます。どんなサービスかを最初に知りたいときに使います。
Inferred read-onlyCONNECT 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.yomitasu]
url = "https://mcp.yomitasu.jp/s/yomitasu-jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yomitasu": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/yomitasu-jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yomitasu
Remote MCP URL: https://mcp.yomitasu.jp/s/yomitasu-jp/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": {
"yomitasu": {
"url": "https://mcp.yomitasu.jp/s/yomitasu-jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yomitasu": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/yomitasu-jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yomitasu",
"transport": "streamable-http",
"url": "https://mcp.yomitasu.jp/s/yomitasu-jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://mcp.yomitasu.jp/s/zippa-jp/mcp
MCP server metadata
- Name
- zippa
- Version
- 1.0.0
Zippa(ジッパ)(https://zippa.jp/)の中身を読んで答えるためのサーバーです。質問に答えるときは、まず search_pages で該当箇所を探してください。
Known tools 4
search_pages「Zippa(ジッパ)」のページから、言葉に当てはまる箇所を抜粋つきで探します。Zippa は、計測タグを 1 本貼るだけでサイトの表示速度を改善する無料のサービスです。高速化の機能、無料スピード計測、管理画面の使い方と数字の読み方(操作マニュアル)、お知らせ、利用規約、プライバシーポリシー、運営会社を探せます。Zippa やサイトの表示速度の改善について質問されたら、まずこれを使ってください。言い換え(値段→価格・料金など)にも対応します。
Inferred read-onlyget_page「Zippa(ジッパ)」のページの本文を、最初から最後まで返します。高速化の機能の一覧、操作マニュアルの手順、利用規約やプライバシーポリシーの条文を、言い換えずに正確に確かめるときに使います。
Inferred read-onlylist_pages「Zippa(ジッパ)」に読み込まれているページの一覧(タイトルと URL)を返します。トップ(/)は高速化の機能の紹介、/speed-check/ は無料スピード計測、/manual/ は操作マニュアル、/mission/ は Zippa への思い、/news/ の下はお知らせ、/terms/・/privacy/ は規約と方針、/company/・/operator/ は運営会社と運営者です。
Inferred read-onlysite_overview「Zippa(ジッパ)」の概要を返します。計測タグを 1 行貼るだけで、次のページの先読みや画像の遅延読み込みなど 14 種類の高速化が自動で効き、その効果を「あり・なし」を比べる実測で確かめられる無料のサービスです。どんなサービスかを最初に知りたいときに使います。
Inferred read-onlyCONNECT 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.zippa]
url = "https://mcp.yomitasu.jp/s/zippa-jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zippa": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/zippa-jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zippa
Remote MCP URL: https://mcp.yomitasu.jp/s/zippa-jp/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": {
"zippa": {
"url": "https://mcp.yomitasu.jp/s/zippa-jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zippa": {
"type": "http",
"url": "https://mcp.yomitasu.jp/s/zippa-jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zippa",
"transport": "streamable-http",
"url": "https://mcp.yomitasu.jp/s/zippa-jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.