Doggi MCP Server
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., "@Doggi MCP Serverget lesson 3 on overcoming analysis paralysis"
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.
MCP1
Remote MCP server delivering the Doggi (Careful Starter) investor-psychology curriculum as 7 tools. Built so Claude pulls only the lesson slice it needs per turn instead of re-ingesting the whole corpus.
Layout
Path | What |
| Business logic. The |
| HTTP wrapper. Exposes |
| Local client (Anthropic SDK). Useful for testing tool flow without deploying |
| Smoke test, runs every tool |
| Framework, archetype, interventions, progress (source of truth) |
| Lesson 1–6 markdown (source of truth) |
| Deploy config for Fly.io |
| Step-by-step deploy guide |
Related MCP server: ATLAS
Run locally
# Smoke test, no API key needed
python3 tests/demo.py
# Run the HTTP server locally
MCP_API_KEY=test pip install -r requirements.txt
MCP_API_KEY=test python3 http_server.py
curl -H "X-API-Key: test" http://localhost:8000/mcp
# Live coaching client (needs ANTHROPIC_API_KEY + COACHING_MODEL)
python3 coaching_session.pyDeploy
See DEPLOY.md — Fly.io, ~20 minutes end to end.
Tools
get_lesson(n)— lesson 1–6get_framework()— north starget_archetype_triggers()— Doggi triggers, red flags, strengthsget_coaching_intervention(n)— coaching style, do/don't, example for lesson nget_progress_state()— where the client is in the journeyanalyze_response(text, n)— match user text against triggers and red flagsnext_lesson(n)— sequencing
Customize
Everything lives in data/ and lessons/. Edit, commit, fly deploy. No code change needed.
lessons/lesson{1-6}.md— lesson contentdata/archetype.json— triggers, red flags, strengthsdata/interventions.json— coaching style per lessondata/progress_state.json— client state (replace with DB query in production)
Design notes
Don't put this README (or other docs) into the Claude Project space. Anything Claude reads on every turn defeats the MCP's purpose.
Don't hard-code dated model IDs.
coaching_session.pyreadsCOACHING_MODELfrom env.Source of truth is on disk, not in code. No embedded copies.
Tool descriptions are intentionally short (≤6 words). The schemas describe inputs.
API key auth is mandatory.
http_server.pyrefuses to start withoutMCP_API_KEY.
Security
API key required on all
/mcprequests viaX-API-Keyheader/healthis open (Fly.io needs it for liveness checks)Path traversal blocked:
lesson_numvalidated as int 1–6 before any file accessInput size capped:
analyze_responserejects payloads over 10KBContainer runs as non-root user
No secrets in source —
MCP_API_KEYandANTHROPIC_API_KEYcome from env only.gitignoreand.dockerignoreexclude.env*and other secret patterns
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP tool for governed nonclinical pattern interruption, emotional clarity, and next-step guidance.
SmartMoney77 MCP v0.6.0 — 14 public tools that turn financial questions into exact numbers and citable links. New: historical_investment_return and compare_investments, which compute "what if I had invested" results from real yearly price data. Also compound interest, FIRE number, credit-card payoff, emergency fund, inflation, latte factor, investment fees, cost of waiting, plus discovery/deep-link/share-pack tools for a catalog of calculators in 6 languages (he/en/ar/es/pt/in). Public, no login. Endpoint: https://smartmoney77.com/mcp
75 MCP tools: SEC financials, FRED economics, IRS 990, FDA, FX, UK Companies House.
Read-only portfolio tools, resources, and prompts for Fmind.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with structured access to Mindvalley's educational offerings, including products, masterclasses, programs, and certifications via four read-only MCP tools.27 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables Claude to interact with IQ Option for demo trading: retrieve candles, payouts, place binary options and demo trades, all with safety guards preventing real-money trading unless explicitly allowed.2-
- AlicenseNot gradedqualityAmaintenanceAI-powered investment discipline tool with investment RAG, behavior pattern mining, memory system, and multi-channel price/condition alertsAGPL 3.0
- AlicenseBqualityCmaintenanceProvides 77 deterministic financial calculators, live market data, and a meta-advisor that chains tools into prioritized plans from plain-language descriptions.776MIT