Pilates With Neelam MCP Server
Pilates With Neelam MCP Server
AIエージェント(ChatGPT、Claude、Cursor など)を Pilates With Neelam のスタジオ管理プラットフォームに接続する MCP(Model Context Protocol)サーバーです。クラス、予約、生徒プロフィール、評価などへのリアルタイムアクセスを提供します。
クイックスタート
# Install dependencies
npm install
# Build
npm run build
# Run (stdio mode for MCP hosts)
npm startRelated MCP server: @aiwerk/mcp-server-cal
スタジオの識別情報
このMCPサーバーは、Pilates With Neelam(studio_id: pilates_with_neelam)専用に設定されています。すべてのツールはスタジオの識別情報を検証し、他のスタジオへのリクエストを拒否します。
ツール
ツール | 説明 |
| スタジオの識別情報と機能を取得 |
| 自然言語でクラスを検索 |
| フィルター付きで今後のクラスをすべて取得 |
| 週間スケジュール表示を取得 |
| 特定のクラスのリアルタイム空き状況を確認 |
| 生徒をクラスに予約(スタジオ識別済みの確認を返します) |
| パーソナライズされた推奨事項付きでピラティスレベルの評価を実行 |
| AIサマリーとエクササイズの推奨事項付きでクラス後のチェックインを記録 |
ChatGPT Desktop の設定
サーバーをビルドします:
npm run buildChatGPT の MCP 設定に追加します(macOS では
~/Library/Application Support/ChatGPT/mcp_servers.json、Windows では%APPDATA%\ChatGPT\mcp_servers.json):
{
"mcpServers": {
"pilates-with-neelam": {
"command": "node",
"args": ["C:\\Users\\Welcome\\pilates-with-neelam-mcp\\dist\\index.js"],
"env": {
"SUPABASE_URL": "https://ywyagyftnwnybrxtyhjd.supabase.co",
"SUPABASE_ANON_KEY": "sb_publishable_...",
"SUPABASE_SERVICE_ROLE_KEY": "sb_secret_...",
"STUDIO_ID": "pilates_with_neelam",
"STUDIO_NAME": "Pilates With Neelam",
"STUDIO_DOMAIN": "pilateswithneelam.in"
}
}
}
}Claude Desktop の設定
~/Library/Application Support/Claude/claude_desktop_config.json(macOS)または %APPDATA%\Claude\claude_desktop_config.json(Windows)に追加します:
{
"mcpServers": {
"pilates-with-neelam": {
"command": "node",
"args": ["C:\\Users\\Welcome\\pilates-with-neelam-mcp\\dist\\index.js"],
"env": {
"SUPABASE_URL": "https://ywyagyftnwnybrxtyhjd.supabase.co",
"SUPABASE_ANON_KEY": "sb_publishable_...",
"SUPABASE_SERVICE_ROLE_KEY": "sb_secret_...",
"STUDIO_ID": "pilates_with_neelam",
"STUDIO_NAME": "Pilates With Neelam",
"STUDIO_DOMAIN": "pilateswithneelam.in"
}
}
}
}Cursor の設定
プロジェクトの .cursor/mcp.json に追加します:
{
"mcpServers": {
"pilates-with-neelam": {
"command": "node",
"args": ["C:\\Users\\Welcome\\pilates-with-neelam-mcp\\dist\\index.js"],
"env": {
"SUPABASE_URL": "https://ywyagyftnwnybrxtyhjd.supabase.co",
"SUPABASE_ANON_KEY": "sb_publishable_...",
"SUPABASE_SERVICE_ROLE_KEY": "sb_secret_...",
"STUDIO_ID": "pilates_with_neelam",
"STUDIO_NAME": "Pilates With Neelam",
"STUDIO_DOMAIN": "pilateswithneelam.in"
}
}
}
}完全なワークフローデモ
AIエージェントはライブデータを使用して、この実際のワークフローを実行できます:
「これはどのスタジオですか?」 →
get_studio_manifest→ スタジオの識別情報を返します「リフォーマークラスを探して」 →
find_my_class→ 空き状況付きの一致するクラスを返します「初心者の評価はどうなりますか?」 →
assess_pilates_level→ レベル + 推奨事項を返します「クラス c_m1abc の空き状況を確認して」 →
get_pilates_with_neelam_availability→ リアルタイムの空き枠を返します「生徒 s2 をそのクラスに予約して」 →
book_pilates_with_neelam_class→ スタジオID付きの予約確認を返します「s2 のチェックインを記録: とても調子が良かった、体幹が強い」 →
check_in_pilates_with_neelam_class→ AIサマリー + エクササイズを返します
環境変数
変数 | 必須 | 説明 |
| はい | Supabase プロジェクトURL |
| はい | Supabase 公開キー |
| いいえ | Supabase シークレットキー(完全なDBアクセスを有効化) |
| いいえ | スタジオ識別子(デフォルト: |
| いいえ | スタジオの表示名 |
| いいえ | スタジオのウェブサイトドメイン |
テスト
# Run end-to-end tests
npm run test:e2eアーキテクチャ
トランスポート: stdio(MCP 標準)
データベース: Supabase(Postgres + RLS)
認証: サーバー間通信用のサービスロールキー、ユーザー単位の操作用のオプション認証トークン
スタジオ分離: すべてのツールは操作前に
studio_id
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
- AlicenseCqualityCmaintenanceProvides AI assistants with complete access to the Mindbody API for fitness and wellness studio management, including class scheduling, client management, bookings, payments, and staff operations across 50+ tools.39296MIT

@aiwerk/mcp-server-calofficial
AlicenseAqualityCmaintenanceConnects AI assistants to Cal.com for managing bookings, event types, and availability through natural language.1260MIT- AlicenseCqualityCmaintenanceEnables AI agents to manage spa/wellness operations via Zenoti API, including appointments, guests, services, and billing.23259MIT
- AlicenseAqualityDmaintenanceEnables AI agents to automate Epiphany booking tasks, including checking availability and creating bookings.7MIT
Related MCP Connectors
Scheduling, availability, clients, billing and CRM for appointment-based services.
Discover and book businesses via AI agents.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
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/nakulcopilot/pilates-with-neelam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server