Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Dog Leadership Academy

io.github.georgetranoz/dla-mcp

Diagnose common dog behaviour problems, get program pricing, and submit the free assessment.

Uptime
100.0%
1 direct probes · 30d
Response
3859ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_dog_problems

Search the Dog Leadership Academy library of ~70 common dog behaviour problems. Returns matching articles with title, one-line description, TL;DR summary, article URL, and the CTA URL to the free 4-mi…

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…

get_dog_problem_article

Return the TL;DR, section overview, and CTA URL for a single article from the DLA library, by its slug. Use after `search_dog_problems` finds a match. Does NOT return the exact protocol (that lives in…

get_program_info

Return information about Dog Leadership Academy's coaching programs — pricing, what's included, and the DLA sales pitch. Use when the user asks how much it costs, what they get, or how DLA works. Opti…

submit_dog_behaviour_assessment

Submit the 8-question free behavioural assessment on the user's behalf. This is the same form that lives at https://www.dogleadershipacademy.com/assessment. On success we send a personalised written a…

create_enrollment_checkout

Create a Stripe Checkout URL for the user to complete enrollment in a chosen tier. Returns a URL the user opens in a browser to pay — the agent NEVER handles payment or card details directly. Only cal…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dog_leadership_academy": {
      "url": "https://www.dogleadershipacademy.com/mcp",
      "transport": "streamable-http"
    }
  }
}