INDIVIDUAL MCP TOOL
list_engines
Yohakuの星空(比較ドメイン)一覧を返す。SIM・電気・ウォーターサーバー・シロアリ駆除など72領域。各エンジンはcompare_optionsで実行できる。
LIVE ENDPOINT
https://yohaku.city/mcp
Connect to this endpoint to inspect the live schema for list_engines 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.yohaku-okane]
url = "https://yohaku.city/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yohaku-okane": {
"type": "http",
"url": "https://yohaku.city/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yohaku-okane
Remote MCP URL: https://yohaku.city/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": {
"yohaku-okane": {
"url": "https://yohaku.city/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yohaku-okane": {
"type": "http",
"url": "https://yohaku.city/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yohaku-okane",
"transport": "streamable-http",
"url": "https://yohaku.city/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_subsidies— 日本の給付金・補助金・支援金・貸付を状況やキーワードから逆引きする。各件に一次出典(official_url)と最終検証日(last_verified)つき。compare_options— 指定領域(province)の候補を、出典つきの指標で採点しランキングを返す。weightsで重み(criterion_id→0-100)を渡すとユーザーの優先度で再計算。数値はfact(出典つき実測/公称値・単位つき)とeditorial(編集部の相対評価)を区別して返す。search_hospitals— 日本の全DPC対象病院4,414施設を、都道府県×疾患分野(MDC01-18)×病院名で逆引きし、年間患者数・手術あり件数の実数ランキングを返す。出典は厚労省DPC退院患者調査(公的データ)。症例数は経験量の代理指標であり治療の質そのものではない。search_campaigns— 日本の通信・引越し・コーヒー等のキャンペーンを、条件(c)・上限(j)・受け取り方(r)・縛り(l)・リスク(k)まで分解した「成分表」つきで返す。公式一次ソースのみ・確認日つき。終了分も時系列資産として照会可。open_subsidies— いま公募中の国の補助金(デジタル庁jGrants公式API・毎晩自動更新)を締切が近い順に返す。上限額・対象地域・公募期間・公式申請URLつき。search_subsidiesが制度全般の逆引きなのに対し、こちらは「今この瞬間申請できる公募」に特化。