MCP Server
MCP
io.github.jaygould/getpronto
Upload, transform, and manage images on Get Pronto from AI agents.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "getpronto-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Get Pronto secret API key. If omitted, use the generate_test_key tool to get an ephemeral key.",
"format": "string",
"isSecret": true,
"name": "GETPRONTO_API_KEY"
},
{
"description": "API base URL. Defaults to https://api.getpronto.io/v1",
"format": "string",
"name": "GETPRONTO_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment