@dennisk2025/random-shiba-image
v1.0.0
Published
Fetches a random picture of a Shiba Inu dog, delighting users with new and adorable Shiba photos every time.
Downloads
7
Readme
random-shiba-image
Fetches a random picture of a Shiba Inu dog, delighting users with new and adorable Shiba photos every time.
Installation
With npx (recommended)
npx @dennisk2025/random-shiba-imageWith npm install (for direct CLI)
npm install @dennisk2025/random-shiba-imageglobal or local install, then run:
random-shiba-imageAdding to Claude Desktop
To add this MCP server to Claude Desktop, add the following configuration to your claude_desktop_config.json file:
{
"mcpServers": {
"random-shiba": {
"command": "npx",
"args": ["@dennisk2025/random-shiba-image"]
}
}
}- On macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - On Windows:
%APPDATA%\Claude\claude_desktop_config.json
Available Tools
1. get_random_shiba_image
- Description: Returns a URL to a randomly selected Shiba Inu image.
- Input parameters: (none required)
Example Tool Call
Call the tool with an empty object to get a random Shiba Inu image URL:
{
"name": "get_random_shiba_image",
"arguments": {}
}Example Response
{
"url": "https://cdn.shibe.online/shibes/abc123.jpg"
}Usage Examples
- Ask Claude to "Show me a random Shiba Inu!", and use the
get_random_shiba_imagetool. The tool will return a direct image URL.
Tool Reference
| Tool Name | Description | Parameters | |-------------------------|--------------------------------------------------|------------| | get_random_shiba_image | Returns a URL to a randomly selected Shiba Inu. | (none) |
Enjoy delightful, always-new Shiba photos!
