← clutch.co

INDIVIDUAL MCP TOOL

get_service_packages

Use this tool when the user wants to see service packages with fixed pricing and scope for a specific type of service.

clutch.conone authenticationAvailability not checked

LIVE ENDPOINT

https://bot.clutch.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_service_packages 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

clutch.co

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

.mcp.json

{
  "mcpServers": {
    "clutch": {
      "type": "http",
      "url": "https://bot.clutch.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "clutch": {
      "type": "http",
      "url": "https://bot.clutch.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "clutch",
  "transport": "streamable-http",
  "url": "https://bot.clutch.co/mcp"
}
MCP Inspector

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

Related tools

  • get_service_provider_reviews — Use this tool when the user asks to see client reviews for a specific service provider (company).
  • recommend_service_providers — Use this tool when the user is looking for service providers (companies, agencies, consultants, contractors, vendors) and describes requirements such as service type, industry, location, budget and pricing, company size, or specific focus areas (technologies/specialties).
  • send_message_to_provider — Reach out to a service provider to get a quote, discuss project needs, explore a partnership, find a job, etc.