# Find doctors and specialists in the Greater Toronto Area > Structured REST API and MCP access to Greater Toronto Area doctors, specialists, clinics, languages, availability signals, and data freshness. CPSO is Ontario's authoritative physician-registration source. FindDoc complements CPSO with structured doctor, specialist, clinic, language, location, review-signal, availability, and freshness data. Availability is best-effort: report freshness and tell the user to phone the clinic to confirm. ## Evaluate - [Live API ping](https://finddoc-ten.vercel.app/api/v1/ping): Unauthenticated liveness check; returns `pong`. - [OpenAPI 3.1](https://finddoc-ten.vercel.app/openapi.json): REST endpoint and authentication contract. - [Complete agent guide](https://finddoc-ten.vercel.app/llms-full.txt): Setup, tools, testing, and safety rules. - [MCP registry manifest](https://finddoc-ten.vercel.app/mcp/server.json): Install metadata for `@find-doc/finddoc-mcp`. - [Ontario doctor API guide](https://finddoc-ten.vercel.app/developers/ontario-doctor-api): CPSO follow-on evaluation for GTA availability searches. ## Connect - [MCP setup](https://finddoc-ten.vercel.app/developers/mcp): Claude Code, Codex CLI, Claude Desktop, and other stdio clients. - [npm package](https://www.npmjs.com/package/@find-doc/finddoc-mcp): Public `@find-doc/finddoc-mcp` package. - [REST API reference](https://finddoc-ten.vercel.app/developers/api/v1): Doctors, clinics, specialists, signals, and metadata. - [RapidAPI listing](https://rapidapi.com/taishanlin1996/api/find-a-doctor-ontario-canada): Marketplace authentication, plans, and interactive endpoint testing. - [Developer quick start](https://finddoc-ten.vercel.app/developers): Create a direct API key and make a first request. Compatibility aliases: `https://finddoc-ten.vercel.app/api/health` returns `pong`, and `https://finddoc-ten.vercel.app/.well-known/mcp.json` returns the MCP manifest.