🚀 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

📖 Documentation

🔗 Connection Instructions

To connect this MCP server to ChatGPT:

  1. Ensure ngrok or similar tunnel is running (for HTTPS)
  2. Add the MCP server configuration in ChatGPT settings
  3. Use the SSE endpoint URL: https://your-domain.ngrok.io/mcp
  4. ChatGPT will automatically handle the SSE connection

Powered by Mashvisor | www.mashvisor.com