INDIVIDUAL MCP TOOL
get_contact_link
Return the primary contact channel — a WhatsApp deep link opening a pre-filled enquiry message.
LIVE ENDPOINT
https://velocitytuitionacademy.com/mcp
Connect to this endpoint to inspect the live schema for get_contact_link 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 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.velocity-tuition-academy]
url = "https://velocitytuitionacademy.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"velocity-tuition-academy": {
"type": "http",
"url": "https://velocitytuitionacademy.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: velocity-tuition-academy
Remote MCP URL: https://velocitytuitionacademy.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": {
"velocity-tuition-academy": {
"url": "https://velocitytuitionacademy.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"velocity-tuition-academy": {
"type": "http",
"url": "https://velocitytuitionacademy.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "velocity-tuition-academy",
"transport": "streamable-http",
"url": "https://velocitytuitionacademy.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_subjects— List the subjects Velocity Tuition Academy teaches online across IGCSE, A-Level and IB, with the programme page for each.lookup_boards— List the exam boards and qualifications supported: Cambridge IGCSE (CAIE), Edexcel International GCSE (Pearson), Cambridge and Edexcel International A-Levels, IB MYP, IB Diploma, and the Digital SAT.list_locations— List the cities and countries served.browse_guides— List educational guides published on the site covering IGCSE, A-Level, IB and Digital SAT topics — subject choice, board comparisons, grading, exam technique and university planning.