asset-finder-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGO_DEV_TOKEN | No | Your Logo.dev token for brand logo search. Get one at https://logo.dev | |
| PEXELS_API_KEY | No | Your Pexels API key for stock photo search. Get one at https://www.pexels.com/api/ | |
| PIXABAY_API_KEY | No | Your Pixabay API key for photo and vector search. Get one at https://pixabay.com/api/docs/ | |
| UNSPLASH_ACCESS_KEY | No | Your Unsplash access key for stock photo search. Get one at https://unsplash.com/developers |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_iconsA | Search for icons from 200,000+ icons across 150+ icon sets (Iconify). Returns SVG icons with license info. Perfect for finding UI icons, app icons, and symbols. |
| search_logosA | Search for brand and company logos. Returns high-quality PNG logos for 50,000+ brands. Requires LOGO_DEV_TOKEN env var for full functionality. |
| search_stock_photosA | Search for free stock photos from Pexels, Unsplash, and Pixabay. Photos are free for commercial use. Set PEXELS_API_KEY, UNSPLASH_ACCESS_KEY, or PIXABAY_API_KEY env vars to enable respective providers. |
| search_vectorsA | Search for SVG vectors and illustrations from SVG Repo (500,000+ open-licensed SVGs). Returns downloadable SVG files with license information. |
| search_emojiA | Search for open-source emoji from OpenMoji. Returns SVG emoji files. All emoji are CC BY-SA 4.0 licensed. |
| suggest_assetA | Smart asset suggestion — describe what you need in natural language and get the best matching assets across all sources (icons, logos, stock photos, vectors, emoji). The tool automatically picks the right provider(s) based on your description. Use this when you're not sure which specific asset type to search for. |
| get_assetA | Get full details for a specific asset by its ID (e.g. 'iconify:mdi:home' or 'pexels:12345'). Returns the asset URL, download URL, license info, and metadata. |
| list_providersA | List all available asset providers and their status. Shows which providers are configured and ready to search. Use this to understand what sources are available before searching. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Erfangit23/asset-finder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server