Find beautiful royalty-free stock images πΈ
π Multi-Provider Search - Search across Pexels and Unsplash simultaneously
π Rich Metadata - Get comprehensive image details including dimensions, photographer info, and licensing
π Pagination Support - Browse through large result sets with ease
π‘οΈ Graceful Error Handling - Robust error handling for API failures
β‘ Async Performance - Lightning-fast concurrent API calls
π― Provider Flexibility - Search specific providers or all at once
Server Config
{
"mcpServers": {
"stocky": {
"command": "python",
"args": [
"/path/to/stocky_mcp.py"
],
"env": {
"PEXELS_API_KEY": "your_pexels_key",
"UNSPLASH_ACCESS_KEY": "your_unsplash_key"
}
}
}
}