INDIVIDUAL MCP TOOL
swf_get_case_study
Full detail for one delivered project: the client, the problem, what was built, the outcomes and the stack.
LIVE ENDPOINT
https://www.swfconsults.co.uk/mcp
Connect to this endpoint to inspect the live schema for swf_get_case_study 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
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.swf-consultancy]
url = "https://www.swfconsults.co.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swf-consultancy": {
"type": "http",
"url": "https://www.swfconsults.co.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swf-consultancy
Remote MCP URL: https://www.swfconsults.co.uk/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": {
"swf-consultancy": {
"url": "https://www.swfconsults.co.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swf-consultancy": {
"type": "http",
"url": "https://www.swfconsults.co.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swf-consultancy",
"transport": "streamable-http",
"url": "https://www.swfconsults.co.uk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
swf_list_services— List the software development services SWF Consultancy offers, with the problems each one solves and the technologies used.swf_list_case_studies— List delivered projects, optionally filtered by keyword or technology.swf_check_fit— Given a plain-language description of a business problem, return matched fit signals, related case studies and any out-of-scope flags.swf_get_contact— How to reach SWF Consultancy, what to include in a first message, and how engagements are priced.