← skew.site
INDIVIDUAL MCP TOOL
generate_landing
Stream a one-of-one landing page from a one-paragraph brief.
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
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.skew]
url = "https://skew.site/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skew": {
"type": "http",
"url": "https://skew.site/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skew
Remote MCP URL: https://skew.site/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": {
"skew": {
"url": "https://skew.site/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skew": {
"type": "http",
"url": "https://skew.site/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skew",
"transport": "streamable-http",
"url": "https://skew.site/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_deck— Generate a one-of-one pitch deck from a brief and slide count.generate_brief— Generate a research-grounded brief from a topic and optional source URLs.fetch_artifact— Retrieve a previously generated artifact (landing, deck, or brief) by slug.