← nuuri.co.uk
INDIVIDUAL MCP TOOL
find_funded_hours_nurseries
Find nurseries in a UK area that accept government-funded childcare hours (15 or 30 hours per week, depending on eligibility).
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.nuuri-co-uk]
url = "https://nuuri.co.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nuuri-co-uk": {
"type": "http",
"url": "https://nuuri.co.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nuuri-co-uk
Remote MCP URL: https://nuuri.co.uk/api/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": {
"nuuri-co-uk": {
"url": "https://nuuri.co.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nuuri-co-uk": {
"type": "http",
"url": "https://nuuri.co.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nuuri-co-uk",
"transport": "streamable-http",
"url": "https://nuuri.co.uk/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_nurseries— Search for UK nurseries by location.get_nursery— Get the full profile of a single nursery by its slug or numeric ID.get_area_stats— Get aggregate nursery statistics for a UK area: count, average daily fee, fee range, availability percentage, funded-hours acceptance rate, and Ofsted/Care Inspectorate rating breakdown.search_open_days— Find upcoming open days and parent events near a UK location.get_open_day— Get the full details of a single nursery open day or parent event by nursery slug (or numeric ID) and event slug.