Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLU_EMAILNoLogin email for PeopleLikeUs
PLU_COOKIESNoRaw cookie string from browser DevTools
PLU_PASSWORDNoLogin password for PeopleLikeUs
PLU_REQUEST_DELAYNoDelay between requests in milliseconds1000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
plu_auth_statusC

Check authentication status

plu_loginA

Login with email and password. IMPORTANT: ask user confirmation before sending credentials.

plu_set_cookiesA

Inject raw browser cookies for authentication. Get from DevTools → Application → Cookies → document.cookie

plu_get_propertyA

Get property details by ID (public page). Note: PeopleLikeUs rate-limits requests; the server already throttles and retries on 429, so prefer sequential calls over firing many in tight succession.

plu_get_my_propertiesA

Get my properties list

plu_get_availabilitiesA

Get availability periods for a property (JSON API). Note: PeopleLikeUs rate-limits requests; prefer sequential calls over firing many in tight succession.

plu_get_unavailabilitiesA

Get unavailability periods for a property (JSON API). Note: PeopleLikeUs rate-limits requests; prefer sequential calls over firing many in tight succession.

plu_add_availabilityA

Add an availability period. IMPORTANT: ask user confirmation.

plu_delete_availabilityC

Delete an availability period. IMPORTANT: ask user confirmation.

plu_add_unavailabilityA

Add an unavailability period. IMPORTANT: ask user confirmation.

plu_delete_unavailabilityC

Delete an unavailability period. IMPORTANT: ask user confirmation.

plu_get_conversationsC

Get conversation list. Filters: 'unread', 'exchanges', 'action_needed', 'flagged', 'received', 'sent', 'trash'

plu_get_messagesA

Get messages in a conversation thread. Note: PeopleLikeUs rate-limits requests; prefer sequential calls over firing many in tight succession.

plu_send_messageA

Send a message to a user. IMPORTANT: ask user confirmation before sending.

plu_delete_messageC

Delete a message. IMPORTANT: ask user confirmation.

plu_delete_conversationC

Delete/trash a conversation. IMPORTANT: ask user confirmation.

plu_get_exchangesB

Get my exchanges list

plu_get_exchangeC

Get exchange details

plu_create_exchangeB

Create/propose a new exchange. IMPORTANT: ask user confirmation.

plu_update_exchange_datesB

Update exchange dates. IMPORTANT: ask user confirmation.

plu_update_exchange_typeC

Update exchange type. IMPORTANT: ask user confirmation.

plu_cancel_exchangeC

Cancel an exchange. IMPORTANT: ask user confirmation.

plu_search_homesC

Search homes with filters

plu_quick_searchC

Search by listing number

plu_get_notificationsB

Get notifications (JSON)

plu_get_auth_userB

Get authenticated user info

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/manganate006/peoplelikeus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server