Tony6776/sda-admin-remote-mcp
3.2
If you are the rightful owner of sda-admin-remote-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The SDA Admin Remote MCP Server provides remote access to SDA Property Admin data, enabling real-time communication and data retrieval for Claude Mobile users.
Tools
7
Resources
0
Prompts
0
SDA Admin Remote MCP Server
Remote MCP Server for Claude Mobile - Access SDA Property Admin data from anywhere.
Features
✅ SSE Transport for Claude Mobile
- Server-Sent Events for real-time communication
- CORS enabled for mobile access
- Health check endpoints
✅ 7 Tools Available:
get_participants- Get all NDIS participantsget_landlords- Get all landlordsget_investors- Get all PLCG investorsget_properties- Get all SDA propertiesget_jobs- Get all PLCG investment opportunitiesget_stats- Get summary statisticssearch- Search across all entities
✅ Cloud Deployment:
- Runs on AWS App Runner
- Auto-scaling and high availability
- Docker containerized
Deployment
Deploy to AWS App Runner
# Build Docker image
docker build -t sda-admin-remote-mcp .
# Test locally
docker run -p 3000:3000 sda-admin-remote-mcp
# Push to GitHub
git init
git add .
git commit -m "Initial commit: SDA Admin Remote MCP Server"
git branch -M main
git remote add origin https://github.com/Tony6776/sda-admin-remote-mcp.git
git push -u origin main
App Runner will auto-deploy from GitHub.
Local Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Start production server
npm start
Endpoints
GET /- Server info and capabilitiesGET /health- Health checkGET /mcp/sse- SSE endpoint for MCP communication
Configuration for Claude Mobile
Add this server URL in Claude Mobile settings:
https://your-app-runner-url.awsapprunner.com/mcp/sse
Architecture
- Express.js - HTTP server
- MCP SDK - SSE transport
- NUCLEUS Connector - Direct Supabase access
- Docker - Containerization
- AWS App Runner - Cloud hosting
Security
- ✅ Read-only access via Supabase anon key
- ✅ RLS policies enforced
- ✅ CORS enabled for Claude Mobile
- ✅ No data storage or caching
Version
1.0.0 - Initial release
Built with TypeScript, Express, and MCP SDK.