MCP Server
MCP
org.snapforge/snapforge
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://snapforge.org/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "snapforge-mcp",
"version": "1.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SnapForge API key. Optional: without it, call the snapforge_signup tool once to get a free key (100 renders/month)",
"isSecret": true,
"name": "SNAPFORGE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment