Skip to main content
Glama

Server Details

Browse property verification missions. Connect with Scouts for GPS-verified tours.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

5 tools
get_missionInspect

Get detailed information about a specific property verification mission by its ID. Returns mission details including property address, bounty amount, status, checklist items, and viewer/scout information.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe mission UUID to retrieve.
get_mission_statsInspect

Get aggregate statistics about missions on the HomeVisto platform. Returns total counts, status breakdown, and average bounty information. Useful for understanding platform activity.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_nearby_missionsInspect

Find property verification missions within a geographic radius. Useful for scouts looking for missions near their location or for finding missions in a specific area.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by mission status. Default: OPEN.
latitudeYesLatitude of the center point (-90 to 90).
radiusKmNoSearch radius in kilometers. Default: 10km, Maximum: 100km.
longitudeYesLongitude of the center point (-180 to 180).
list_missionsInspect

List property verification missions with optional filtering. Returns paginated results sorted by creation date (newest first). Use this to browse available missions on the HomeVisto platform.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of missions to return. Default: 20, Maximum: 100.
offsetNoNumber of missions to skip for pagination. Default: 0.
statusNoFilter by mission status. OPEN = available for scouts, COMPLETED = finished missions.
search_missionsInspect

Search for missions by keyword. Searches across mission title, description, and property address fields. Useful for finding missions in specific locations or with specific requirements.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return. Default: 20, Maximum: 100.
queryYesSearch query to match against title, description, or address. Example: 'apartment Berlin' or 'Dublin 2BR'.
statusNoFilter results by mission status.

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.