# Danbooru Tags

Extract tags from any Danbooru post and explore categories at a glance. Analyze character-specific tag frequencies to surface top traits and clothing patterns. Look up tag and character details from …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add gamzadongza/danbooru-tags-mcp

# Browse available tools
npx -y smithery tool list gamzadongza/danbooru-tags-mcp

# Get full schema for a tool
npx -y smithery tool get gamzadongza/danbooru-tags-mcp get_post_tags

# Call a tool
npx -y smithery tool call gamzadongza/danbooru-tags-mcp get_post_tags '{}'
```

## Direct MCP Connection

Endpoint: `https://danbooru-tags-mcp--gamzadongza.run.tools`

## Tools (4)

- `get_post_tags` — **[REAL-TIME API]** Extract all tags from a specific Danbooru post by ID or URL by querying Danbooru API directly.
- `get_character_tags` — **[REAL-TIME API]** Analyze frequently used tags for a character by querying Danbooru API directly in real-time with ad…
- `get_wiki_info` — **[REAL-TIME API]** Search Danbooru Wiki for tag/character information in real-time.
- `get_post_count` — **[REAL-TIME API]** Get the total number of posts for a specific tag.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get gamzadongza/danbooru-tags-mcp <tool-name>
```
