An MCP server for searching and downloading royalty-free stock photography from Pexels and Unsplash. Features multi-provider search, rich metadata, pagination support, and async performance for AI assistants to find and access high-quality images.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y stockyAgent-CoreX intelligently routes which tools from joelio/stocky your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"stocky": {
"command": "npx",
"args": [
"-y",
"stocky"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add stockyAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use joelio/stocky directly without routing
npx -y stockyNew to Agent-CoreX? View setup guide →