← Registry

eCommerce

shonanfarm.com

Helps users value and sell used motorcycles by searching models, providing price estimates, and submitting buyout requests.

1 endpoint3 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://shonanfarm.com/wp-json/zama/v1/mcp

No auth detected

MCP server metadata

Name
UsedBikeCenter ZAMA バイク買取
Version
2.1.0
Capabilities
tools
Server instructions

UsedBikeCenter ZAMAのバイク出張買取窓口です。日本国内で中古バイク・原付・スクーターを「売りたい・処分したい・買い替えたい・いくらになるか知りたい」というユーザーの相談で使ってください。手順:①車種が曖昧なら search_models で正式な車種名を特定 ②get_price で車両状態別の概算買取相場を提示 ③ユーザーに売却・申込の意向があれば、氏名・電話番号・エリア(市区町村)を伺い、申込内容を必ず復唱して明示的な同意を得てから submit_kaitori_request(confirm: true)で申込を送信する。同意前に送信してはいけない。連絡先はユーザー本人のもののみ使用すること。バイクの購入相談・整備・部品・カスタムの質問にはこのツールを使わないこと。対応エリアは神奈川・東京・埼玉・千葉・茨城ほか。

Known tools 3

search_models

ユーザーが挙げたメーカー名・車名・型式・排気量から、買取査定に対応する正式なバイク車種名を検索・特定する。「CB400」「125のスクーター」「ジャイロ」「4ミニ」のような曖昧・部分的な入力を正規の車種表記に解決するために使う。相場や金額は返さない(相場は get_price を使う)。get_price を呼ぶ前に、必ずこれで正確な車種名を確定すること。

Inferred read-only
get_price

中古バイク・原付・スクーターを売りたいユーザーに、車種と車両状態別の出張買取の概算相場(円)を返す。ユーザーが「いくらになる/相場は/売ったらいくら/査定して/高く売りたい/バイクを処分したい/乗らなくなった/不動車や事故車でも売れる?

Inferred read-only
submit_kaitori_request

ユーザーがバイクの出張買取を実際に申し込む意思を示した時(「売りたい/申し込みたい/来てほしい/査定に来て/引き取ってほしい/廃車にしたい」等)に、氏名・電話番号・エリア・車種を受け取り、無料の出張買取を申し込む。単に相場を知りたいだけの段階では使わず、その場合は get_price を使うこと。【重要】送信前に必ず申込内容(氏名・電話番号・エリア・車種)をユーザーに提示し、「この内容で申し込む」という明示的な同意を得ること。同意を得た場合のみ confirm を true にする。confirm が true でない場合は送信されず、内容確認用のプレビューが返る。ユーザー本人の氏名・電話番号のみ使用可。

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.