Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
MCP server for PageBolt — take screenshots, generate PDFs, create OG images, inspect pages, record demo videos with Audio Guide narration, from AI coding assistants like Claude, Cursor, and Windsurf. PageBolt MCP Server $1 $1 $1 Take screenshots, generate PDFs, create OG images, inspect pages, and record demo videos directly from your AI coding assistant. **Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.** <img width="1280" height="1279" alt="pagebolt-screenshot_1" src="https://github.com/user-attachments/assets/fd21a372-df4d-41cd-baf4-5b6dd6a9a685" /> --- What It Does PageBolt Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
pagebolt-mcp is best for mcp, mcp-server, model-context-protocol workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
MCP server for PageBolt — take screenshots, generate PDFs, create OG images, inspect pages, record demo videos with Audio Guide narration, from AI coding assistants like Claude, Cursor, and Windsurf. PageBolt MCP Server $1 $1 $1 Take screenshots, generate PDFs, create OG images, inspect pages, and record demo videos directly from your AI coding assistant. **Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.** <img width="1280" height="1279" alt="pagebolt-screenshot_1" src="https://github.com/user-attachments/assets/fd21a372-df4d-41cd-baf4-5b6dd6a9a685" /> --- What It Does PageBolt
Public facts
3
Change events
0
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Pagebolt
Artifacts
0
Benchmarks
0
Last release
1.7.0
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/Custodia-Admin/pagebolt-mcp.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Pagebolt
Protocol compatibility
MCP
Handshake status
UNKNOWN
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
3
Snippets
0
Languages
typescript
json
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}json
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}json
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
MCP server for PageBolt — take screenshots, generate PDFs, create OG images, inspect pages, record demo videos with Audio Guide narration, from AI coding assistants like Claude, Cursor, and Windsurf. PageBolt MCP Server $1 $1 $1 Take screenshots, generate PDFs, create OG images, inspect pages, and record demo videos directly from your AI coding assistant. **Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.** <img width="1280" height="1279" alt="pagebolt-screenshot_1" src="https://github.com/user-attachments/assets/fd21a372-df4d-41cd-baf4-5b6dd6a9a685" /> --- What It Does PageBolt
Take screenshots, generate PDFs, create OG images, inspect pages, and record demo videos directly from your AI coding assistant.
Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.
<img width="1280" height="1279" alt="pagebolt-screenshot_1" src="https://github.com/user-attachments/assets/fd21a372-df4d-41cd-baf4-5b6dd6a9a685" />PageBolt MCP Server connects your AI assistant to PageBolt's web capture API, giving it the ability to:
All results are returned inline — screenshots appear directly in your chat.
Sign up at pagebolt.dev — the free tier includes 100 requests/month, no credit card required.
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}
Add to .cursor/mcp.json in your project (or global config):
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}
Add to your Windsurf MCP settings:
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}
Same config pattern — set command to npx, args to ["-y", "pagebolt-mcp"], and provide your API key in env.
Ask your AI assistant:
"Take a screenshot of https://github.com in dark mode at 1920x1080"
The screenshot will appear inline in your chat.
take_screenshotCapture a pixel-perfect screenshot of any URL, HTML, or Markdown.
Key parameters:
url / html / markdown — content sourcewidth, height — viewport size (default: 1280x720)viewportDevice — device preset (e.g. "iphone_14_pro", "macbook_pro_14")fullPage — capture the entire scrollable pagedarkMode — emulate dark color schemeformat — png, jpeg, or webpblockBanners — hide cookie consent bannersblockAds — block advertisementsblockChats — remove live chat widgetsblockTrackers — block tracking scriptsextractMetadata — get page title, description, OG tags alongside the screenshotselector — capture a specific DOM elementdelay — wait before capture (for animations)cookies, headers, authorization — authenticated capturesgeolocation, timeZone — location emulationExample prompts:
<h1>Hello World</h1>"generate_pdfGenerate a PDF from any URL or HTML content.
Parameters: url/html, format (A4/Letter/Legal), landscape, margin, scale, pageRanges, delay, saveTo
Example prompts:
create_og_imageCreate Open Graph / social preview images.
Parameters: template (default/minimal/gradient), html (custom), title, subtitle, logo, bgColor, textColor, accentColor, width, height, format
Example prompts:
run_sequenceExecute multi-step browser automation.
Actions: navigate, click, fill, select, hover, scroll, wait, wait_for, evaluate, screenshot, pdf
Example prompts:
inspect_pageInspect a web page and get a structured map of all interactive elements, headings, forms, links, and images — each with a unique CSS selector.
Key parameters: url/html, width, height, viewportDevice, darkMode, cookies, headers, authorization, blockBanners, blockAds, waitUntil, waitForSelector
Example prompts:
Tip: Use inspect_page before run_sequence to discover reliable CSS selectors instead of guessing.
record_videoRecord a professional demo video of a multi-step browser automation sequence with cursor effects, click animations, and smooth movement.
Key parameters:
steps — same actions as run_sequence (except no screenshot/pdf — the whole sequence is the video)format — mp4, webm, or gif (default: mp4; webm/gif require Starter+)framerate — 24, 30, or 60 fps (default: 30)pace — speed preset: "fast", "normal", "slow", "dramatic", "cinematic", or a number 0.25–6.0cursor — style (highlight/circle/spotlight/dot), color, size, smoothingclickEffect — style (ripple/pulse/ring), colorzoom — auto-zoom on clicks with configurable level and durationsaveTo — output file pathExample prompts:
list_devicesList all 25+ available device presets with viewport dimensions.
Example prompt:
check_usageCheck your current API usage and plan limits.
Example prompt:
Pre-built prompt templates for common workflows. In clients that support MCP prompts, these appear as slash commands.
/capture-pageCapture a clean screenshot of any URL with sensible defaults (blocks banners, ads, chats, trackers).
Arguments: url (required), device, dark_mode, full_page
/record-demoRecord a professional demo video. The agent inspects the page first to discover selectors, then builds a video recording sequence.
Arguments: url (required), description (required — what the demo should show), pace, format
/audit-pageInspect a page and get a structured analysis of its elements, forms, links, headings, and potential issues.
Arguments: url (required)
pagebolt://api-docsThe full PageBolt API reference as a text resource. AI agents that support MCP resources can read this for detailed parameter documentation beyond what fits in tool descriptions. Content is fetched from the live llms-full.txt endpoint.
| Environment Variable | Required | Default | Description |
|---------------------|----------|---------|-------------|
| PAGEBOLT_API_KEY | Yes | — | Your PageBolt API key (get one free) |
| PAGEBOLT_BASE_URL | No | https://pagebolt.dev | API base URL |
| Plan | Price | Requests/mo | Rate Limit | |------|-------|-------------|------------| | Free | $0 | 100 | 10 req/min | | Starter | $29/mo | 5,000 | 60 req/min | | Growth | $79/mo | 25,000 | 120 req/min | | Scale | $199/mo | 100,000 | 300 req/min |
Free plan requires no credit card. Starter and Growth include a 14-day free trial.
MIT
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T03:51:52.921Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "mcp-server",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "model-context-protocol",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "screenshot",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "screenshot-api",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "pdf",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "pdf-generation",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "og-image",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "open-graph",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "social-card",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "browser-automation",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "video-recording",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "demo-video",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "page-inspection",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "puppeteer",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "web-capture",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "pagebolt",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "ai-tools",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "claude",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cursor",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "windsurf",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cline",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "devtools",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cli",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile capability:mcp|supported|profile capability:mcp-server|supported|profile capability:model-context-protocol|supported|profile capability:screenshot|supported|profile capability:screenshot-api|supported|profile capability:pdf|supported|profile capability:pdf-generation|supported|profile capability:og-image|supported|profile capability:open-graph|supported|profile capability:social-card|supported|profile capability:browser-automation|supported|profile capability:video-recording|supported|profile capability:demo-video|supported|profile capability:page-inspection|supported|profile capability:puppeteer|supported|profile capability:web-capture|supported|profile capability:pagebolt|supported|profile capability:ai-tools|supported|profile capability:claude|supported|profile capability:cursor|supported|profile capability:windsurf|supported|profile capability:cline|supported|profile capability:devtools|supported|profile capability:cli|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Pagebolt",
"href": "https://pagebolt.dev",
"sourceUrl": "https://pagebolt.dev",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T03:10:53.903Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T03:10:53.903Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-custodia-admin-pagebolt-mcp/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[]
Sponsored
Ads related to pagebolt-mcp and adjacent AI workflows.