INDIVIDUAL MCP TOOL
search_surveys
キーワードでアンケート調査を検索します。言い換え(AI/人工知能、リモートワーク/在宅勤務など)でも見つかります。返ってくる survey_id を get_survey に渡すと集計結果を取得できます。
LIVE ENDPOINT
https://www.datasetsearch.jp/mcp
Connect to this endpoint to inspect the live schema for search_surveys 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
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.koekatsu]
url = "https://www.datasetsearch.jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"koekatsu": {
"type": "http",
"url": "https://www.datasetsearch.jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: koekatsu
Remote MCP URL: https://www.datasetsearch.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": {
"koekatsu": {
"url": "https://www.datasetsearch.jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"koekatsu": {
"type": "http",
"url": "https://www.datasetsearch.jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "koekatsu",
"transport": "streamable-http",
"url": "https://www.datasetsearch.jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_survey— 調査1件の設問・選択肢・得票数・割合を取得します。引用用の固定URL(citation.stable_url。固定できる時点が無い調査では null)とライセンスも一緒に返します。list_categories— どんな分野の調査があるかを大分類→中分類→小分類の階層で確認できます。何が調べられるか把握したいときに使います。