Booru Pictag Get MCP
未认领MCP server that turns booru posts (Danbooru/AIBooru/e621/Gelbooru/Rule34) into ready-to-use AI-art prompts. Python port of booru-prompt-gallery's prompt-cleaning pipeline by Mexes-GM (MIT).
安装
uvx --from . booru-pictag-get-mcp工具(9 个)
autocomplete_tags
Turn a natural word, partial fragment, or non-English term (Chinese / Japanese othernames) into the canonical booru tag form. Alias + fuzzy + auto-correction aware. Call BEFORE search if unsure of a tag's spelling.
build_prompt
Clean an already-known tag set (no network). Accepts raw booru format or comma-list.
danbooru_get_character_profile
Recommended first for character lookups. One call returns: trait frequencies (e.g. halo/ahoge/pinkhair for Hoshino), wiki page + multilingual aliases, and bidirectional tag implications (source work + all costume variants). Auto-resolves misspellings/Chinese names.
danbooru_get_tag_implications
Get the implication chain for a tag (what does this tag auto-add). For reverse direction (costume variants implying this tag) use danboorugetcharacterprofile instead.
danbooru_get_wiki_page
Get the textual wiki page for a tag (DText stripped to readable plain text; exposes othernames).
danbooru_lookup_tag
Find or verify a tag's exact canonical name. Alias/fuzzy/prefix matching; supports wildcards; falls back to tags.json. Use to list e.g. all (bluearchive) character variants.
danbooru_search_character
Just the visual-trait co-occurrence table for a character tag (with optional category filter and frequency threshold).
search_posts
Raw post list (no cleaning). Inspect original tags before deciding how to process them.
search_prompts
Recommended for ready-to-use prompts. Search a booru tag → cleaned prompt + category split. One step.