← yohaku.city

INDIVIDUAL MCP TOOL

search_subsidies

日本の給付金・補助金・支援金・貸付を状況やキーワードから逆引きする。各件に一次出典(official_url)と最終検証日(last_verified)つき。

yohaku.citynone authenticationAvailability not checked

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 endpoint

yohaku.city

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-city]
url = "https://yohaku.city/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "yohaku-city": {
      "type": "http",
      "url": "https://yohaku.city/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: yohaku-city
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-city": {
      "url": "https://yohaku.city/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "yohaku-city": {
      "type": "http",
      "url": "https://yohaku.city/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "yohaku-city",
  "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

No related indexed tools.