Browser Tools
skillforge99.com
Renders screenshots, PDFs, and Open Graph images from URLs or HTML snippets.
ENDPOINT 1
https://render.skillforge99.com/mcp
MCP server metadata
- Name
- skillforge-render
- Version
- 1.2.0
Known tools 4
screenshot_urlCapture a screenshot image of a public web page or an inline HTML snippet, rendered in a real headless browser (JS, CSS, and web fonts execute).
Potential side effectsrender_pdfRender a public web page or an inline HTML snippet to a paginated PDF document, using a real headless browser (JS, CSS, and web fonts execute).
Potential side effectsrender_ogRender an inline HTML snippet to a social-share (Open Graph) image sized for link previews, defaulting to the standard 1200x630 OG dimensions.
Inferred read-onlyextract_pageFetch a public web page and extract its content as either clean, readable markdown (the default) or as structured JSON fields matched against a caller-supplied schema.
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.skillforge-render]
url = "https://render.skillforge99.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skillforge-render": {
"type": "http",
"url": "https://render.skillforge99.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skillforge-render
Remote MCP URL: https://render.skillforge99.com/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": {
"skillforge-render": {
"url": "https://render.skillforge99.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skillforge-render": {
"type": "http",
"url": "https://render.skillforge99.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skillforge-render",
"transport": "streamable-http",
"url": "https://render.skillforge99.com/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.