INDIVIDUAL MCP TOOL
list_dog_problem_topics
Return the taxonomy of the DLA library: six clusters (Reactivity, Loose-leash walking, Puppy foundations, Obedience/recall, Household behaviour problems, Method & philosophy) and the article titles in each.
LIVE ENDPOINT
https://www.dogleadershipacademy.com/mcp
Connect to this endpoint to inspect the live schema for list_dog_problem_topics and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.dogleadershipacademy-mcp]
url = "https://www.dogleadershipacademy.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dogleadershipacademy-mcp": {
"type": "http",
"url": "https://www.dogleadershipacademy.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dogleadershipacademy-mcp
Remote MCP URL: https://www.dogleadershipacademy.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": {
"dogleadershipacademy-mcp": {
"url": "https://www.dogleadershipacademy.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dogleadershipacademy-mcp": {
"type": "http",
"url": "https://www.dogleadershipacademy.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dogleadershipacademy-mcp",
"transport": "streamable-http",
"url": "https://www.dogleadershipacademy.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_dog_problems— Search the Dog Leadership Academy library of ~70 common dog behaviour problems.get_dog_problem_article— Return the TL;DR, section overview, and CTA URL for a single article from the DLA library, by its slug.get_program_info— Return information about Dog Leadership Academy's coaching programs — pricing, what's included, and the DLA sales pitch.submit_dog_behaviour_assessment— Submit the 8-question free behavioural assessment on the user's behalf.create_enrollment_checkout— Create a Stripe Checkout URL for the user to complete enrollment in a chosen tier.