← wtma.ca
INDIVIDUAL MCP TOOL
submit_trial_class_inquiry
Submit a WTMA trial inquiry only after explicit human confirmation.
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 endpoint
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.wtma-mcp]
url = "https://wtma.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wtma-mcp": {
"type": "http",
"url": "https://wtma.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wtma-mcp
Remote MCP URL: https://wtma.ca/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": {
"wtma-mcp": {
"url": "https://wtma.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wtma-mcp": {
"type": "http",
"url": "https://wtma.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wtma-mcp",
"transport": "streamable-http",
"url": "https://wtma.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_wtma_overview— Return public WTMA business, location, program, AI-discovery and trial-form overview for AI assistants.find_programs— Find WTMA programs by query/audience such as kids, karate, kickboxing, MMA, grappling, women self-defence, fitness, confidence or Burnaby martial arts.get_trial_form_requirements— Return the exact public trial inquiry fields, validation rules, spam rules and safe MCP submission rules.validate_trial_class_inquiry— Validate a potential WTMA trial inquiry without submitting it.