Skip to main content
Glama
afin83

ARTie Retirement Guide MCP Demo

by afin83

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.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_profile

  • get_super_balance

  • run_retirement_projection

  • explain_insurance

  • book_adviser

  • model_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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    Mock MCP server for validating Constructoo Copilot data access, exposing read-only tools like counting customer properties, retrieving project status, and fetching appointments.
  • A
    license
    -
    quality
    D
    maintenance
    A lightweight MCP server that simulates financial data interactions with dummy authentication and static JSON datasets for testing financial applications.
    2
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    OpenAPI-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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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