loading…
Search for a command to run...
loading…
# Blooming Pets MCP Server Remote MCP server to search for pet-sitters across France. ## Features - **search_petsitters** — Find available pet-sitters near any
# Blooming Pets MCP Server Remote MCP server to search for pet-sitters across France. ## Features - **search_petsitters** — Find available pet-sitters near any French city - Real-time pricing calculation - Distance, reviews, profile photos - 6 service types: visits, dog walking, home-sitting (day/night/full), professional boarding - 43 animal types supported - Pagination, radius filtering (1-200km) - **get_service_types** — List all available service types with descriptions and accepted animals ## Usage This is a remote MCP server using Streamable HTTP transport. No API key required. ### Configuration ```json { "mcpServers": { "blooming-pets": { "url": "https://blooming-pets.com/wp-json/blooming/v1/mcp" } } }
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"blooming-pets": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"mickael/blooming-pets"
]
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.