Learning Resources
dogleadershipacademy.com
Provides access to a library of dog behavior problems, articles, and coaching program information for dog training.
ENDPOINT 1
https://www.dogleadershipacademy.com/mcp
MCP server metadata
- Name
- dogleadershipacademy-mcp
- Version
- 1.0.0
Query the Dog Leadership Academy library of 70 common dog behaviour problems (diagnosis, not protocol), get program information, submit an assessment, or generate a Stripe checkout URL for enrollment.
Known tools 6
search_dog_problemsSearch the Dog Leadership Academy library of ~70 common dog behaviour problems.
Inferred read-onlylist_dog_problem_topicsReturn 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.
Inferred read-onlyget_dog_problem_articleReturn the TL;DR, section overview, and CTA URL for a single article from the DLA library, by its slug.
Inferred read-onlyget_program_infoReturn information about Dog Leadership Academy's coaching programs — pricing, what's included, and the DLA sales pitch.
Inferred read-onlysubmit_dog_behaviour_assessmentSubmit the 8-question free behavioural assessment on the user's behalf.
Inferred read-onlycreate_enrollment_checkoutCreate a Stripe Checkout URL for the user to complete enrollment in a chosen tier.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dogleadershipacademy.com was fetched 2026-07-27T16:52:12.593Z and is being refreshed.
dogleadershipacademy.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.