AI Connectors — Claude, ChatGPT & Manus
Plannor exposes a secure Model Context Protocol (MCP) server that lets AI assistants query your NDIS data using natural language. Claude and ChatGPT use an automatic OAuth login flow. Manus uses a manually pasted bearer token.
| Connector | Auth method | Auto login redirect? | Plan required |
|---|---|---|---|
| Claude (claude.ai) | OAuth 2.0 PKCE — automatic | ✅ Yes | Free (1 connector), Pro, Max, Team, Enterprise |
| ChatGPT | OAuth 2.0 PKCE — automatic | ✅ Yes | Plus, Pro, Business, Enterprise (not Free) |
| Manus | Bearer token — manual paste | ❌ No | Any Manus plan |
Connecting Claude (claude.ai)
Claude handles authentication automatically — you just paste the MCP URL and it redirects you to Plannor to log in. Available on all Claude plans (Free users get one custom connector slot).
Connecting ChatGPT
ChatGPT requires Developer Mode to be enabled before you can add a custom MCP connector. Requires a Plus, Pro, Business, or Enterprise plan — not available on Free.
Step 1 — Enable Developer Mode (one-time setup)
Step 2 — Add the Plannor connector
- Name: Plannor (or any name you like)
- Description: e.g. "NDIS participant management tools"
- Connector URL: paste your MCP Server URL
- Authentication: leave as OAuth — ChatGPT discovers it automatically
Connecting Manus
Manus does not support an OAuth login redirect for custom MCP servers. Instead you generate a personal access key in Plannor and paste it directly into Manus.
Step 1 — Generate an access key in Plannor
Step 2 — Add the server in Manus
- Name: Plannor
- Transport type: HTTP
- Server URL: paste your MCP Server URL
- Custom header name:
Authorization - Header value:
Bearer <paste-your-token-here>
Example Prompts
Once connected on any platform you can ask things like:
- "List all my active participants."
- "Search for participant John Smith and show me his current goals."
- "Add a new participant named Emma Brown, NDIS number 12345678, date of birth 15 March 1990."
- "How much of Maria Santos' core supports budget has been used this month?"
- "Which staff members have incomplete timesheets from last week?"
- "List all participants whose NDIS plans expire in the next 3 months."
- "Write a 6-month progress report for John Smith based on his goals and recent notes."
What Data the Connector Can Access
| Data | Access |
|---|---|
| Participant profiles (name, NDIS number, plan dates, funding type) | Read & Write |
| Goals and goal activities | Read & Write |
| Care plans | Read & Write |
| Funding lines and budgets | Read & Write |
| Medications | Read only |
| Staff profiles | Read only |
| NDIS support catalogue items | Read only |
Revoking Access
Claude / ChatGPT — Go to Settings → AI & MCP → Connected AI Apps and click Disconnect next to the connection. The token is invalidated immediately.
Manus — Go to Settings → AI & MCP → Access Keys and delete the key. It is revoked the moment it is deleted.