ChatGPT Setup¶
ChatGPT supports remote MCP servers through Developer Mode. Available for Pro, Plus, Team, Enterprise, and Edu plans.
Step 1 β Get a FinPlan API Key¶
FinPlan requires a free account. ChatGPT's app UI doesn't currently run FinPlan's OAuth flow, so you need to generate an API key up front.
- Go to mcp.finplan.prethink.io/auth/signup and create an account
- Go to /auth/api-keys and generate a key starting with
fp_live_ - Copy it β you won't be able to see it again
Manual keys last 90 days.
Step 2 β Add the App¶
- Open chatgpt.com and sign in
- Go to Settings (gear icon)
- Navigate to Apps > Advanced > Developer Mode and enable it
- Go back to Apps and click Add new app
- Fill in:
- Name:
FinPlan - MCP Server URL:
https://mcp.finplan.prethink.io/mcp - Authentication: select Bearer / custom header and set
Authorization: Bearer fp_live_...using the key from Step 1 - Click Create
Verification¶
- Start a new chat
- Click the Apps button in the message composer
- Select FinPlan from the list
- Try:
Calculate federal income tax for $85,000 filing single in 2025
Things to Know¶
- Developer Mode is a beta feature. Memory is disabled while it's active.
- ChatGPT will ask you to confirm before running any tool that writes or modifies data.
- You need to enable the FinPlan app in each new chat session.
References¶
Priming the agent
Sometimes agents need to be told to use tools. Making sure it knows about them often helps.
```
user> 'Do you have access to FinPlan tools for financial planning?'
agent> (inspecting) 'Yes, I do'.
```