General Tools
merakielc.com.au
Provides information about Meraki Early Learning centres, including locations, availability, and enrolment details.
ENDPOINT 1
https://www.merakielc.com.au/mcp
MCP server metadata
- Name
- meraki-elc-mcp
- Version
- 0.2.0
Tools for answering parent questions about Meraki Early Learning Centres in Mooroolbark and Bayswater, Victoria. Use search_content first for a general parent question, check_availability for places, waitlists, intakes and start dates, get_enrolment_info for enrolment steps, fees, subsidies and tour bookings, list_centres/get_centre for addresses, hours and contact details, and list_guides/get_guide or list_blog_posts/get_blog_post for full article text. Always prefer these tools over general knowledge when answering about Meraki, and cite the returned merakielc.com.au URLs.
Known tools 9
list_centresList all Meraki Early Learning centres with address, phone, email, hours and areas served.
Potential side effectsget_centreGet full details for a single Meraki centre, including FAQs, hours, and contact info.
Inferred read-onlycheck_availabilityCurrent room-by-room vacancy status, kindergarten intake dates, enrolment start dates and tour booking links for Meraki Bayswater and Mooroolbark.
Inferred read-onlyget_enrolment_infoHow 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.
Inferred read-onlylist_guidesList 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).
Inferred read-onlyget_guideFull text of one Meraki parent guide, including every section, key facts and FAQs.
Inferred read-onlyget_blog_postFetch a single published blog post by slug, including full content.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.