Upload, transform, and manage images on Get Pronto from AI agents.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"getpronto": {
"env": {
"GETPRONTO_API_KEY": "pronto_sk_..."
},
"args": [
"-y",
"getpronto-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP (Model Context Protocol) server that lets AI agents use Get Pronto image hosting and transformation services natively.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
Coinbase Design System - MCP Server
MCP Security Weekly
Get CVE alerts and security updates for Getpronto MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP (Model Context Protocol) server that lets AI agents use Get Pronto image hosting and transformation services natively.
Full documentation can be found in our docs area.
Add to your Claude Code settings (.claude/settings.json):
{
"mcpServers": {
"getpronto": {
"command": "npx",
"args": ["-y", "getpronto-mcp"],
"env": {
"GETPRONTO_API_KEY": "pronto_sk_..."
}
}
}
}
Or without a key — the agent will generate an ephemeral test key on demand:
{
"mcpServers": {
"getpronto": {
"command": "npx",
"args": ["-y", "getpronto-mcp"]
}
}
}
| Tool | Description |
|---|---|
generate_test_key | Generate an ephemeral API key with limited quotas (no signup required) |
upload_image | Upload from a file path, URL, or data URL |
list_files | List files with pagination and folder filtering |
get_file | Get file details (URL, dimensions, metadata) |
delete_file | Delete a file |
transform_image | Generate a transformed image URL (resize, format, blur, crop, etc.) |
If no API key is configured, the agent can call generate_test_key to get a temporary key instantly — no signup or account needed.
| Limit | Value |
|---|---|
| Storage | 100 MB |
| Monthly bandwidth | 500 MB |
| Monthly transforms | 100 |
| Max file size | 10 MB (images only) |
| TTL | 7 days |
After 7 days, the ephemeral account and all its files are automatically deleted.
| Variable | Description | Default |
|---|---|---|
GETPRONTO_API_KEY | Your Get Pronto secret API key | None (use generate_test_key) |
GETPRONTO_BASE_URL | API base URL | https://api.getpronto.io/v1 |
The transform_image tool supports:
width, height, fit (cover, contain, fill, inside, outside){ width, color } (hex color, e.g. FF0000){ x, y, width, height }