🚀 mashvisor-property-search
● Running Version 1.0.0
📡 MCP Endpoints (Server-Sent Events)
GET /mcp
Establish SSE connection for Model Context Protocol
curl -N http://localhost:3000/mcp
POST /mcp/messages?sessionId={id}
Send MCP messages after establishing SSE connection
curl -X POST http://localhost:3000/mcp/messages?sessionId=xxx -d '{"method":"initialize",...}'
🔐 OAuth Endpoints
POST /oauth/authorize
Authenticate with email and password
{"email":"user@example.com","password":"***"}
POST /oauth/token
Exchange authorization code for access token
{"code":"authorization_code"}
💚 Utility Endpoints
GET /health
Server health check and status
curl http://localhost:3000/health
🛠️ Available Tools
- search_location - Search for investment properties
- get_property_details - Get detailed property information
- get_investment_analysis - Analyze investment potential
- sign_in - Authenticate user
📖 Documentation
🔗 Connection Instructions
To connect this MCP server to ChatGPT:
- Ensure ngrok or similar tunnel is running (for HTTPS)
- Add the MCP server configuration in ChatGPT settings
- Use the SSE endpoint URL:
https://your-domain.ngrok.io/mcp
- ChatGPT will automatically handle the SSE connection
Powered by Mashvisor | www.mashvisor.com