← captureapi.devpdf
INDIVIDUAL MCP TOOL
Render a web page to PDF and return it as an embedded application/pdf resource.
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.captureapi]
url = "https://captureapi.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"captureapi": {
"type": "http",
"url": "https://captureapi.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: captureapi
Remote MCP URL: https://captureapi.dev/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": {
"captureapi": {
"url": "https://captureapi.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"captureapi": {
"type": "http",
"url": "https://captureapi.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "captureapi",
"transport": "streamable-http",
"url": "https://captureapi.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
screenshot— Capture a screenshot of a web page and return it as an image.og_image— Generate an Open Graph / social preview image for a URL.batch— Queue multiple screenshot captures at once (max 10 per request).usage— Return the calling key's current usage: monthly & daily counters, plan limit and remaining quota.