← tooltwist.com

INDIVIDUAL MCP TOOL

get_case_study

Get the full content of a case study as Markdown, by slug.

tooltwist.comnone 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

tooltwist.com

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

.mcp.json

{
  "mcpServers": {
    "tooltwist-com": {
      "type": "http",
      "url": "https://tooltwist.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tooltwist-com",
  "transport": "streamable-http",
  "url": "https://tooltwist.com/api/mcp"
}
MCP Inspector

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

Related tools

  • list_case_studies — List all ToolTwist portfolio case studies with slug, title, and summary.
  • get_services — List ToolTwist's service and industry pages with one-line summaries.
  • get_contact_info — Get ToolTwist contact details: emails, phone, and offices.
  • search_content — Full-text search across case studies, FAQs, and service pages.
  • start_discovery_call — Capture intent to book a discovery call with ToolTwist.