INDIVIDUAL MCP TOOL
list_centres
List all Meraki Early Learning centres with address, phone, email, hours and areas served.
LIVE ENDPOINT
https://www.merakielc.com.au/mcp
Connect to this endpoint to inspect the live schema for list_centres 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.meraki-elc-mcp]
url = "https://www.merakielc.com.au/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meraki-elc-mcp": {
"type": "http",
"url": "https://www.merakielc.com.au/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meraki-elc-mcp
Remote MCP URL: https://www.merakielc.com.au/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": {
"meraki-elc-mcp": {
"url": "https://www.merakielc.com.au/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meraki-elc-mcp": {
"type": "http",
"url": "https://www.merakielc.com.au/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meraki-elc-mcp",
"transport": "streamable-http",
"url": "https://www.merakielc.com.au/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_centre— Get full details for a single Meraki centre, including FAQs, hours, and contact info.check_availability— Current room-by-room vacancy status, kindergarten intake dates, enrolment start dates and tour booking links for Meraki Bayswater and Mooroolbark.get_enrolment_info— How to enrol at Meraki: the enrolment steps, funded kindergarten and Free Kinder context, Child Care Subsidy pointers, what is included in the daily fee, and how to book a tour or contact each centre.search_content— Keyword search across Meraki's parent guides and centre FAQs.list_guides— List the parent guides in Meraki's Family Learning Centre (choosing a centre, settling in, Free Kinder, Child Care Subsidy, school readiness, health and safety, family life).get_guide— Full text of one Meraki parent guide, including every section, key facts and FAQs.list_blog_posts— List published blog posts from the Meraki website.get_blog_post— Fetch a single published blog post by slug, including full content.