Agent discovery
Ontario doctor API and Toronto specialist MCP
Use CPSO to verify an Ontario physician's registration and standing. Use FindDoc as the structured follow-on when the search also needs Greater Toronto Area doctors, specialists, clinics, languages, locations, accepting-new-patient signals, reviews, or data freshness.
What an agent can verify before access
- The unauthenticated API ping returns
pong. - The public OpenAPI 3.1 contract describes every REST route and authentication mode.
- The MCP manifest identifies the npm package, version, stdio transport, and required environment variable.
- The complete agent guide lists all ten tools and the safe evaluation sequence.
Install the MCP server
npm install @find-doc/finddoc-mcp
FINDDOC_API_KEY=YOUR_API_KEY npx @find-doc/finddoc-mcpThe public npm package is @find-doc/finddoc-mcp. Its official MCP Registry name is io.github.typestoofast/finddoc.
Availability is navigation data
FindDoc availability is best-effort and does not replace CPSO registration data. Agents must surface the supplied freshness timestamp, treat missing or stale status as unknown, and tell the user to phone the clinic before relying on an accepting-patients result. FindDoc does not book appointments.
Agents can evaluate access through the RapidAPI listing or follow the client-specific MCP setup.