Content Tools
outslide.ai
Generates previews of slide-deck outlines from a topic or inline CSV/JSON data, enabling further editing in OutSlide.
ENDPOINT 1
https://outslide.ai/api/x402/mcp
MCP server metadata
- Name
- outslide
- Version
- 1
Preview slide-deck outlines from a topic or inline CSV/JSON, then continue creation in OutSlide. The public endpoint exposes only outslide_preview_outline; full deck generation continues in the OutSlide workspace using the continue_url returned by the preview.
Known tools 1
outslide_preview_outlinePreview slide-deck outlines from a topic or inline CSV/JSON, then continue creation in OutSlide.
Inferred read-onlyCONNECT 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.outslide]
url = "https://outslide.ai/api/x402/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"outslide": {
"type": "http",
"url": "https://outslide.ai/api/x402/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: outslide
Remote MCP URL: https://outslide.ai/api/x402/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": {
"outslide": {
"url": "https://outslide.ai/api/x402/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"outslide": {
"type": "http",
"url": "https://outslide.ai/api/x402/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "outslide",
"transport": "streamable-http",
"url": "https://outslide.ai/api/x402/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.