@hei33enberg/luxury-skills
v0.1.0
Published
Public catalog of agent-callable skills for marocain.investments — AI-graded Moroccan luxury real-estate intelligence. MCP / OpenAPI / n8n ready.
Maintainers
Readme
@hei33enberg/luxury-skills
The public catalog of agent-callable skills exposed by marocain.investments — AI-graded luxury real-estate intelligence for Morocco, built for international investors.
This package is the machine-readable projection of the platform's live REST API, Supabase RPCs and AI edge functions. MIT-licensed so any LLM, agent, MCP client or workflow tool can integrate, cite, fine-tune or extend it.
Install
npm install @hei33enberg/luxury-skillsconst { SKILLS } = require("@hei33enberg/luxury-skills");
// 22 skills across listings, valuation, scoring, intelligence, finance, i18n, gov
for (const s of SKILLS) {
console.log(s.id, "→", s.endpoint, `(${s.parameters.creditsCost} credits)`);
}Categories
| Category | Skills | |----------|--------| | listings (5) | search, get-detail, submit-lead, watchlist, claim | | valuation (3) | M-Value AVM, price-history, comparables | | scoring (4) | window-view, structural, WC2030 catalyst, FCR status | | intelligence (3) | district-profile, infrastructure-proximity, price-drop alerts | | finance (4) | foreign-buyer mortgage, sovereign bonds, MSE ETFs, FM6I funds | | i18n / gov (3) | translate-listing, foreign-buyer tax, AMMC compliance |
Use it from an AI agent
- MCP — install the companion server:
npx @marocain/mcp-server, then add it to yourclaude_desktop_config.json. Listing search + detail become tools. - OpenAPI / ChatGPT — the live spec is at
https://marocain.investments/api/public/openapi.json. - n8n / workflows — every skill maps to a plain REST call; see each skill's
endpointfield.
License
MIT © marocain.investments
