← nanny.fyi

INDIVIDUAL MCP TOOL

find_nannies

Find nanny profiles near a specific location.

nanny.fyinone authenticationAvailability not checked

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

nanny.fyi

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.nanny-fyi]
url = "https://nanny.fyi/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nanny-fyi": {
      "type": "http",
      "url": "https://nanny.fyi/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nanny-fyi
Remote MCP URL: https://nanny.fyi/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": {
    "nanny-fyi": {
      "url": "https://nanny.fyi/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nanny-fyi": {
      "type": "http",
      "url": "https://nanny.fyi/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nanny-fyi",
  "transport": "streamable-http",
  "url": "https://nanny.fyi/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • verify_certificate — Verify a NannyFYI skills certificate by certificate ID and return title, level, holder name, and expiration status.
  • get_nanny_profile — Get one public nanny profile by service provider ID, including profile metadata, contact visibility output, and certifications.
  • search_nannies — Search public nanny profiles by partial name or pinyin/name keywords.
  • get_nanny_reviews — Get recent free public reviews for a nanny profile and a count/link for older locked reviews.
  • list_job_posts — List public active job posts and nanny-looking-for-work posts.
  • get_market_stats — Aggregate market statistics for caregivers in an area: total count, verified share, review volume and average caregiver rating, count of caregivers with a skills certificate, and breakdowns by service category and language.