ARTie Retirement Guide MCP Demo
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ARTie Retirement Guide MCP DemoCheck my retirement projection for age 60."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ARTie Retirement Guide MCP Demo
Synthetic MCP server for demonstrating an ARTie Retirement Guide connector inside ChatGPT.
This project proves the experience pattern:
A member asks a retirement question in ChatGPT. ChatGPT connects to ARTie Retirement Guide. ARTie provides trusted retirement capabilities. ChatGPT answers in plain English.
The current data is synthetic only. This is not financial advice and does not connect to ART systems.
Current status
Working proof of concept:
Runs locally with Node.js.
Exposes a ChatGPT-compatible MCP endpoint at
/mcp.Can be exposed temporarily with Cloudflare Tunnel.
Has been successfully connected inside ChatGPT as
ARTie Retirement Guide.ChatGPT can call the tools and answer the demo retirement question.
Related MCP server: Local Financial MCP Mock Server
Run locally
node server.jsLocal MCP URL:
http://localhost:8787/mcpHealth check:
http://localhost:8787/healthChatGPT plugin fields
Name:
ARTie Retirement GuideDescription:
Provides synthetic retirement guidance for the ARTie concept demo.Connection:
http://localhost:8787/mcpAuthentication:
No authenticationDemo prompt
I am Mia and I am 58 and exhausted. Can I afford to retire at 60?This server uses fake member data only. It is not financial advice and does not connect to ART systems.
Available tools
get_member_profileget_super_balancerun_retirement_projectionexplain_insurancebook_advisermodel_part_time_transition
Temporary ChatGPT connection
For local testing, expose the local server with Cloudflare Tunnel:
.\cloudflared.exe tunnel --url http://localhost:8787Use the generated HTTPS URL with /mcp:
https://example.trycloudflare.com/mcpDo not use /sse for ChatGPT developer-mode apps. ChatGPT expects the /mcp endpoint.
Next direction
The next step is to remove the local dependency by deploying the server to a stable HTTPS host. See docs/NEXT_STEP_PLAN.md.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Codat — companies, connections, invoices, bills and financial statements.
MCP server for AI access to Swagger by SmartBear.
Hosted MCP server for Cliniko — patients, appointments, availability, and invoices for AI agents.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMock MCP server for validating Constructoo Copilot data access, exposing read-only tools like counting customer properties, retrieving project status, and fetching appointments.-
- AlicenseNot gradedqualityDmaintenanceA lightweight MCP server that simulates financial data interactions with dummy authentication and static JSON datasets for testing financial applications.2MIT
- FlicenseNot gradedqualityDmaintenanceOpenAPI-to-MCP example server generated with MCPForge. Demonstrates how REST APIs can be converted into production-ready MCP servers for Claude, Cursor, Windsurf, and other MCP clients.-
- FlicenseNot gradedqualityDmaintenanceDemo MCP server that exposes order and customer data as read-only tools for AI assistants, simulating a business API or internal data source.-