← shonanfarm.com
INDIVIDUAL MCP TOOL
get_price
中古バイク・原付・スクーターを売りたいユーザーに、車種と車両状態別の出張買取の概算相場(円)を返す。ユーザーが「いくらになる/相場は/売ったらいくら/査定して/高く売りたい/バイクを処分したい/乗らなくなった/不動車や事故車でも売れる?
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
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.usedbikecenter-zama]
url = "https://shonanfarm.com/wp-json/zama/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"usedbikecenter-zama": {
"type": "http",
"url": "https://shonanfarm.com/wp-json/zama/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: usedbikecenter-zama
Remote MCP URL: https://shonanfarm.com/wp-json/zama/v1/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": {
"usedbikecenter-zama": {
"url": "https://shonanfarm.com/wp-json/zama/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"usedbikecenter-zama": {
"type": "http",
"url": "https://shonanfarm.com/wp-json/zama/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "usedbikecenter-zama",
"transport": "streamable-http",
"url": "https://shonanfarm.com/wp-json/zama/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_models— ユーザーが挙げたメーカー名・車名・型式・排気量から、買取査定に対応する正式なバイク車種名を検索・特定する。「CB400」「125のスクーター」「ジャイロ」「4ミニ」のような曖昧・部分的な入力を正規の車種表記に解決するために使う。相場や金額は返さない(相場は get_price を使う)。get_price を呼ぶ前に、必ずこれで正確な車種名を確定すること。submit_kaitori_request— ユーザーがバイクの出張買取を実際に申し込む意思を示した時(「売りたい/申し込みたい/来てほしい/査定に来て/引き取ってほしい/廃車にしたい」等)に、氏名・電話番号・エリア・車種を受け取り、無料の出張買取を申し込む。単に相場を知りたいだけの段階では使わず、その場合は get_price を使うこと。【重要】送信前に必ず申込内容(氏名・電話番号・エリア・車種)をユーザーに提示し、「この内容で申し込む」という明示的な同意を得ること。同意を得た場合のみ confirm を true にする。confirm が true でない場合は送信されず、内容確認用のプレビューが返る。ユーザー本人の氏名・電話番号のみ使用可。