ARTie Retirement Guide MCP Demo
Synthetic MCP server that demonstrates retirement guidance capabilities including member profile, super balance, projections, insurance, and adviser booking for a ChatGPT connector demo.
README
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.
Run locally
node server.js
Local MCP URL:
http://localhost:8787/mcp
Health check:
http://localhost:8787/health
ChatGPT plugin fields
Name:
ARTie Retirement Guide
Description:
Provides synthetic retirement guidance for the ARTie concept demo.
Connection:
http://localhost:8787/mcp
Authentication:
No authentication
Demo 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:8787
Use the generated HTTPS URL with /mcp:
https://example.trycloudflare.com/mcp
Do 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.