← Back to Plugins
MCP Server MCP

Find doctors and specialists in the Greater Toronto Area

github By github 👁 1 views ▲ 0 votes

GTA doctor, specialist, clinic, language, availability, and freshness data through REST and MCP.

Homepage Verified source GitHub

Install

npx -y @find-doc/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.finddoc.ca/mcp",
      "headers": [
        {
          "description": "Bearer followed by a FindDoc API key. The published Sandbox key works for a rate-limited evaluation.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@find-doc/finddoc-mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional FindDoc API key for full access. Defaults to the published, rate-limited Sandbox key.",
          "format": "string",
          "isSecret": true,
          "name": "FINDDOC_API_KEY"
        },
        {
          "description": "Optional API origin override for local development or staging.",
          "format": "string",
          "name": "FINDDOC_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...