Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOUN_PROJECT_API_KEY | Yes | Your API key from The Noun Project | |
| NOUN_PROJECT_API_SECRET | Yes | Your API secret from The Noun Project |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_icons | Search for icons on The Noun Project. Supports filtering by style (solid/line), line weight, public domain status, and more. |
| get_icon | Get detailed information about a specific icon by its ID. Returns icon metadata, creator info, tags, and download URLs. |
| get_collection | Get a collection by ID. Returns collection metadata and the icons it contains. |
| icon_autocomplete | Get autocomplete suggestions for icon search terms. Useful for helping users discover related terms. |
| check_usage | Check current API usage and limits. Returns monthly quota information including usage count and remaining requests. |
| get_download_url | Get a download URL for an icon with custom color and size options. Supports SVG and PNG formats. |