← yomitasu.jp

INDIVIDUAL MCP TOOL

search_pages

「ヨミタス」のページから、言葉に当てはまる箇所を抜粋つきで探します。ヨミタスの仕組み、AI アプリへのつなぎ方、料金(すべて無料)、よくある質問、運営方針、利用規約、プライバシーポリシー、運営会社を探せます。ヨミタスについて質問されたら、まずこれを使ってください。登録されているサイトの紹介ページも探せますが、そのサイトの中身は、そのサイト用の MCP サーバーで調べてください。

yomitasu.jpnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.yomitasu.jp/s/yomitasu-jp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_pages and invoke it with your own arguments.

Indexed 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 server

yomitasu.jp

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.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.

Related tools

  • get_page — 「ヨミタス」のページの本文を、最初から最後まで返します。利用規約やプライバシーポリシーの条文、使い方の手順を、言い換えずに正確に確かめるときに使います。
  • list_pages — 「ヨミタス」に読み込まれているページの一覧(タイトルと URL)を返します。/guide/ は使い方、/faq/ はよくある質問、/pricing/ は料金、/terms/・/privacy/・/policy/ は規約と方針、/sites/ の下は登録されているサイトの紹介ページです。
  • site_overview — 「ヨミタス」の概要を返します。サイトのページを読み込んで、AI アプリがつなげる形(MCP サーバー)にして配信する無料のサービスです。サイトの持ち主がタグを 1 行置くだけで登録できます。どんなサービスかを最初に知りたいときに使います。