cosmos-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_imagesA | Search cosmos.so for images and visual elements. Returns direct CDN image URLs, captions, and metadata without loading web pages. Fast structured results for mood boards, design research, and visual inspiration. |
| search_collectionsA | Search cosmos.so curated collections (thematic boards of saved elements). Returns collection names, cover images, element counts, and follower counts. |
| get_elementA | Fetch a single cosmos.so element by ID or share URL. Returns the image URL, caption, source link, and owner. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: retrieving a specific element by ID/URL, searching collections, and searching images. There is no overlap in functionality.
All tool names follow a consistent verb_noun pattern with snake_case: get_element, search_collections, search_images. No naming style variations.
With 3 tools, the set is slightly minimal but covers core retrieval and search operations for the cosmos.so domain. It feels appropriately scoped for a read-only search API.
The tools are read-only (get and search), lacking create, update, or delete operations for elements or collections. This is a notable gap if full lifecycle management is expected, but it may be sufficient for a search-focused tool.