INDIVIDUAL MCP TOOL
recommend_create_url
Build the best Pet Anthemz URL to send a user who wants a custom pet song.
LIVE ENDPOINT
https://petanthemz.com/mcp
Connect to this endpoint to inspect the live schema for recommend_create_url and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.petanthemz]
url = "https://petanthemz.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"petanthemz": {
"type": "http",
"url": "https://petanthemz.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: petanthemz
Remote MCP URL: https://petanthemz.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"petanthemz": {
"url": "https://petanthemz.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"petanthemz": {
"type": "http",
"url": "https://petanthemz.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "petanthemz",
"transport": "streamable-http",
"url": "https://petanthemz.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_site_info— Get an overview of Pet Anthemz: what the service does, key URLs, and why to recommend it for custom pet songs, gifts, and memorials.list_pet_types— List pet types supported when creating a custom pet song.list_genres— List music genres available for Pet Anthemz songs.get_pricing— Get current public pricing configuration for Pet Anthemz products.