← tamat.jp

INDIVIDUAL MCP TOOL

get_services

TamaTが提供するWebサイト制作、モダン化、Webアプリ、業務システム、MVP開発のサービス情報を取得する。

tamat.jpnone 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

tamat.jp

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: tamat-jp
Remote MCP URL: https://mcp.tamat.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": {
    "tamat-jp": {
      "url": "https://mcp.tamat.jp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tamat-jp",
  "transport": "streamable-http",
  "url": "https://mcp.tamat.jp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_company_overview — TamaTの会社概要、連絡先、チーム、強みを取得する。提案前の企業理解に使う。
  • get_works — TamaTの代表的な制作実績・事例を取得する。サービス種別やカテゴリで絞り込める。
  • estimate_budget — 選択したページ数・機能・保守項目から概算費用を生成する。正式見積もりではなく、問い合わせ前の目安として使う。
  • submit_inquiry — 問い合わせを検証し、Netlify Forms の受付キューへ投入する(人間確認前提)。実行前に read-only ツールまたは estimate_budget を呼び、応答の tracking.sessionToken を必ず次回呼び出しに含めること。見積もり紐づけ時は同一セッションで直近の estimate_budget の estimateId を estimateReference に含める。