Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Skillforge Render API

com.skillforge99/render-api

Screenshot, PDF, OG-image, and page extraction (markdown/JSON) over MCP. Bearer key or x402.

Uptime
100.0%
3 direct probes · 30d
Response
202ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

screenshot_url

Capture 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). Returns a PNG/JPEG/WEBP image. Use this to visually pre…

render_pdf

Render 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). Use this to turn a URL or HTML into a downloadable/print…

render_og

Render an inline HTML snippet to a social-share (Open Graph) image sized for link previews, defaulting to the standard 1200x630 OG dimensions. Use this to generate og:image assets for blog posts, prod…

extract_page

Fetch 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. Use markdown mode to summarize o…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "skillforge_render_api": {
      "url": "https://render.skillforge99.com/mcp",
      "transport": "streamable-http"
    }
  }
}