INDIVIDUAL MCP TOOL
fetch_project_case_study
Fetch one case study by project id, including the long-form body text when it exists.
LIVE ENDPOINT
https://kwnva.design/mcp
Connect to this endpoint to inspect the live schema for fetch_project_case_study and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.kwnva-design-product]
url = "https://kwnva.design/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kwnva-design-product": {
"type": "http",
"url": "https://kwnva.design/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kwnva-design-product
Remote MCP URL: https://kwnva.design/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": {
"kwnva-design-product": {
"url": "https://kwnva.design/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kwnva-design-product": {
"type": "http",
"url": "https://kwnva.design/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kwnva-design-product",
"transport": "streamable-http",
"url": "https://kwnva.design/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mint_free_api_key— Product action (do surface): mint a free kwnva.submit_project_inquiry— Product action (do surface): submit a project inquiry with name, email, and a brief.list_portfolio_projects— List published kwnva.search_portfolio_work— Search case studies by title, client, category, role, stack, or description.fetch_studio_profile— Return studio services, contact email, social profiles, and when to hire kwnva.