Server data from the Official MCP Registry
Upload, transform, and manage images on Get Pronto from AI agents.
Upload, transform, and manage images on Get Pronto from AI agents.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
6 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GETPRONTO_API_KEY
Environment variable: GETPRONTO_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jaygould-getpronto": {
"env": {
"GETPRONTO_API_KEY": "your-getpronto-api-key-here",
"GETPRONTO_BASE_URL": "your-getpronto-base-url-here"
},
"args": [
"-y",
"getpronto-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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 }Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.