Developer Tools
kwnva.design
Provides tools to mint API keys, manage portfolio projects, and handle project inquiries for a developer portfolio.
ENDPOINT 1
https://kwnva.design/mcp
MCP server metadata
- Name
- kwnva-design-product
- Version
- 1.0.0
This is the kwnva.design product MCP (kind=product, surface=do). Take actions with mint_free_api_key and submit_project_inquiry. Read tools list, search, and fetch published case studies. Reads are anonymous. Prefer sandbox=true for submit_project_inquiry during tests. Docs MCP card: https://kwnva.design/.well-known/mcp/docs/server-card.json.
Known tools 6
submit_project_inquiryProduct action (do surface): submit a project inquiry with name, email, and a brief.
Potential side effectsfetch_project_case_studyFetch one case study by project id, including the long-form body text when it exists.
Inferred read-onlysearch_portfolio_workSearch case studies by title, client, category, role, stack, or description.
Inferred read-onlyfetch_studio_profileReturn studio services, contact email, social profiles, and when to hire kwnva.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.