aesthetics-wiki-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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_aestheticA | Search the Aesthetics Wiki for pages matching a query. Args: query: Free-text search (e.g. "cottagecore", "dark academia", "y2k"). limit: Max number of results (1-50). Default 10. Returns:
A dict with |
| get_aestheticA | Fetch the cleaned content of an aesthetic's wiki page. Args: name: Page title (e.g. "Cottagecore", "Dark Academia"). Case-insensitive, underscores or spaces both work. max_chars: Soft cap on returned text length. Default 6000. Returns:
A dict with |
| list_relatedA | List aesthetics linked from a given page — useful for discovering neighbors. Args: name: Source page title (e.g. "Cottagecore"). limit: Max number of related pages (1-100). Default 20. Returns:
A dict with |
| get_aesthetic_imagesA | Get image URLs from an aesthetic's wiki page — perfect for moodboards. Args: name: Page title (e.g. "Cottagecore", "Dark Academia"). limit: Max number of images (1-50). Default 12. Returns:
A dict with |
| random_aestheticA | Get one or more random aesthetics from the wiki — great for inspiration. Args: count: Number of random pages (1-10). Default 1. Returns:
A dict with |
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/leonardoca1/aesthetics-wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server