ARTie Retirement Guide MCP Demo
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceMock MCP server for validating Constructoo Copilot data access, exposing read-only tools like counting customer properties, retrieving project status, and fetching appointments.
- Alicense-qualityDmaintenanceA lightweight MCP server that simulates financial data interactions with dummy authentication and static JSON datasets for testing financial applications.2MIT
- Flicense-qualityBmaintenanceOpenAPI-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.

mock-llm-mcpofficial
Alicense-qualityDmaintenanceMCP server to mock OpenAI, Anthropic, and Google Gemini responses for testing AI integrations without real API keys or token spend.MIT
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
MCP server for medicare-coverage
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/afin83/artie-retirement-services-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server