loading…
Search for a command to run...
loading…
Enables AI clients to use developer utilities like JSON formatting, JWT decoding, UUID generation, and more via MCP.
Enables AI clients to use developer utilities like JSON formatting, JWT decoding, UUID generation, and more via MCP.
lit-forge.com の 個人資産形成プランナー(つみたて NISA・iDeCo) を Model Context Protocol(MCP)経由で AI から直接呼び出せるようにする stdio サーバーです。
Claude Desktop / Claude Code / Cursor など、MCP に対応した任意の AI クライアントで動作します。
v0.2.0 で「金融・個人投資家特化」にピボットしました。旧 dev ユーティリティ 10 ツール(JSON / regex / JWT / Base64 等)は廃止し、NISA / iDeCo / 退職資金プランニング系の 4 ツールに刷新しています。
| ツール名 | 説明 |
|---|---|
simulate_nisa |
月の積立額・想定年利・年数から、月次複利で評価額・運用益・年次推移を試算 |
plan_retirement |
年齢・貯蓄・収入・希望生活費・リスク許容度・年金から、楽観/現実/悲観 3 シナリオで老後資金の充足度を診断 + 必要月額逆算 |
calculate_required_monthly |
目標金額・現在の貯蓄・年利・年数から、達成に必要な毎月の積立額を逆算 |
calculate_compound_interest |
元本(一括)と月次積立を月次複利で評価する汎用複利計算ツール |
すべて純関数(外部 API 不要・状態を持たない)。Claude / GPT / Cursor との対話の中で「老後資金大丈夫?」「月いくら積み立てれば?」を即座に試算できます。
claude_desktop_config.json に以下を追加します。
{
"mcpServers": {
"lit-forge": {
"command": "npx",
"args": ["-y", "lit-forge-mcp"]
}
}
}
設定ファイルの場所:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonclaude mcp add lit-forge -- npx -y lit-forge-mcp
~/.cursor/mcp.json(または プロジェクト直下の .cursor/mcp.json)に同じ JSON を追加します。
git clone https://github.com/noblabs/lit-forge-mcp.git
cd lit-forge-mcp
npm install
npm run build
node dist/index.js # stdio で起動
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"smoke","version":"0.0.1"}}}
{"jsonrpc":"2.0","method":"notifications/initialized"}
{"jsonrpc":"2.0","id":2,"method":"tools/list"}' | node dist/index.js
tools/list のレスポンスに 4 ツールが並べば成功です。
Claude にこんな依頼ができます:
本ツールの試算はすべて月次複利による参考値です。実際の運用結果(市場変動・税金・手数料・為替)を保証するものではありません。個別の金融商品の推奨ではなく、投資判断はご自身の責任でお願いします。
公的年金額の概算は厚生年金の標準値ベースです。正確な見込み額はねんきんネットでご確認ください。
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"lit-forge-mcp-server": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also