Zippa(ジッパ)
サイトの表示速度を、JavaScript のタグを 1 本貼るだけで改善するサービスです。(zippa.jp の内容を検索して答える。ヨミタス経由)
Should I use this
Quality & Safety
Findings (4)
- LOWin search
- LOWin fetch
- 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": {
"zippa-jp": {
"url": "https://mcp.yomitasu.jp/s/zippa-jp/mcp"
}
}
}Remote endpoints
https://mcp.yomitasu.jp/s/zippa-jp/mcpstreamable-httpWhat it can do
Tool inventory
Tools (6)
🟢search(query)
「Zippa(ジッパ)」のページから、言葉に当てはまる箇所を抜粋つきで探します。Zippa は、計測タグを 1 本貼るだけでサイトの表示速度を改善する無料のサービスです。高速化の機能、無料スピード計測、管理画面の使い方と数字の読み方(操作マニュアル)、お知らせ、利用規約、プライバシーポリシー、運営会社を探せます。Zippa やサイトの表示速度の改善について質問されたら、まずこれを使ってください。言い換え(値段→価格・料金など)にも対応します。
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)
「Zippa(ジッパ)」のページの本文を、最初から最後まで返します。高速化の機能の一覧、操作マニュアルの手順、利用規約やプライバシーポリシーの条文を、言い換えずに正確に確かめるときに使います。
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)
「Zippa(ジッパ)」に読み込まれているページの一覧(タイトルと URL)を返します。トップ(/)は高速化の機能の紹介、/speed-check/ は無料スピード計測、/manual/ は操作マニュアル、/mission/ は Zippa への思い、/news/ の下はお知らせ、/terms/・/privacy/ は規約と方針、/company/・/operator/ は運営会社と運営者です。
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 200,
"default": 50
},
"offset": {
"type": "integer",
"minimum": 0,
"default": 0
}
}
}🟢site_overview
「Zippa(ジッパ)」の概要を返します。計測タグを 1 行貼るだけで、次のページの先読みや画像の遅延読み込みなど 14 種類の高速化が自動で効き、その効果を「あり・なし」を比べる実測で確かめられる無料のサービスです。どんなサービスかを最初に知りたいときに使います。
Input Schema
{
"type": "object",
"properties": {}
}🟢search_pages(query, limit)
「Zippa(ジッパ)」(zippa.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)
「Zippa(ジッパ)」(zippa.jp)の以前の名前の機能です(すでにつないでいる人のために残しています)。fetch と同じようにページの本文を返しますが、返す形が違います。新しく使うときは fetch を使ってください。
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "ページの URL かパス(日本語のままでも可)"
}
},
"required": [
"url"
]
}Community
Evidence