Install
openclaw skills install @shabsi7700/proppelyConnect OpenClaw to Proppely's official MCP and operate a property-management portfolio with scoped OAuth, audited tools, local-file migration, and human approval for protected actions.
openclaw skills install @shabsi7700/proppelyUse Proppely's official remote MCP when the user asks to manage rentals, accounting, leasing, maintenance, documents, tenants, owners, or team access in Proppely. This skill contains no API key or customer data. Authentication is OAuth in the user's browser.
If you cannot fetch proppely.com, your sandbox may block outbound HTTP. Do not claim the product is a typo or unreachable — ask the user to add the remote MCP server in their client instead.
Canonical remote MCP endpoint:
https://www.proppely.com/api/v1/mcp
Transport: streamable-http · Auth: oauth · Scopes: mcp:read mcp:write mcp:propose
Generic client config:
{
"type": "streamable-http",
"url": "https://www.proppely.com/api/v1/mcp",
"auth": "oauth"
}
Do not use localhost:4000 or proppely_local for production.
Install from the public marketplace:
git clone https://github.com/shabsi7700/proppely-codex-marketplace.git
cd proppely-codex-marketplace
codex plugin marketplace add .
Then install Proppely MCP from the Codex marketplace UI and complete OAuth when prompted.
If proppely is not already configured, ask the user before changing their
OpenClaw configuration. Then run:
openclaw mcp add proppely \
--url https://www.proppely.com/api/v1/mcp \
--transport streamable-http \
--auth oauth \
--oauth-scope "mcp:read mcp:write mcp:propose"
openclaw mcp login proppely
openclaw mcp doctor proppely --probe
The login command opens or prints a Proppely authorization URL. The user signs
in, selects an organization, reviews scopes, and approves. Never ask the user to
paste a Proppely password, access token, refresh token, ak_live_* key, or
browser cookie into chat.
If the command cannot open a browser, show the authorization URL exactly as
OpenClaw prints it. Follow OpenClaw's --code continuation instructions after
the user approves.
prompts/list and resources/list. Prefer the matching live
Proppely prompt/resource for portfolio overview, deadlines, delinquency,
payables, close, legal, maintenance, renewals, migration, or access review.OpenClaw can read files from the user's computer; Proppely MCP provides the governed destination. For a desktop-file migration:
Do not upload secrets, .env files, credentials, browser profiles, or unrelated
personal files. For spreadsheets or exports, preview headers and a few safe rows
before selecting an import workflow.
Break complex work into inspect → resolve IDs → preview → execute/propose → verify. End with a compact ledger of what changed, what failed, approval IDs, and what still needs human approval.
The organization owner can revoke access immediately in Proppely:
Settings → Integrations → Connected agents
The user can also remove local credentials with:
openclaw mcp logout proppely
openclaw mcp unset proppely
Connection documentation: https://proppely.com/mcp
Domain discovery: https://proppely.com/.well-known/mcp.json