A Model Context Protocol server that lets Claude Desktop, ChatGPT, and future personal-AI clients read your estate data directly from MyAurum. Read-only. Scoped. Sanitised by default.
✦ Available on the Premium plan.
…answered directly from your MyAurum account. No copy-paste, no manual context.
Open MyAurum → Settings → Developer access → + Generate new key. Name it something memorable like "Claude Desktop". The plaintext key — starting with mya_pk_ — is shown exactly once. Copy it now.
If you don't already have it, download from nodejs.org. Node 20 or newer.
Open Claude Desktop's developer config (Settings → Developer → Edit Config) and paste in the config below. Replace mya_pk_YOUR_KEY_HERE with the key you copied in step 1.
{
"mcpServers": {
"myaurum": {
"command": "npx",
"args": ["-y", "@myaurum-app/mcp-server"],
"env": {
"MYAURUM_API_KEY": "mya_pk_YOUR_KEY_HERE"
}
}
}
}
MyAurum should appear in your MCP servers list. Try asking: "What's in my MyAurum estate?"
Eight read tools today. All descriptive — they report on your data without recommending actions.
| Tool | What it does |
|---|---|
| list_properties | Real estate, vehicles, watches, artwork. Filter by sub-category or holder. |
| get_property | Full detail on one property — including the complete bill payment history (property tax, society maintenance). |
| list_records | Financial records — FDs, MFs, bonds, PPF, NPS, EPF, insurance policies. |
| get_record | Full detail on one financial record. |
| list_items | Precious-metal holdings — coins, bars, jewellery. Filter by metal or holder. |
| get_upcoming_renewals | Everything coming due in the next N days — insurance, PUC/fitness, property tax, society dues, FD maturities. |
| get_overdue_bills | Anything currently overdue across the estate. |
| get_estate_summary | High-level summary — counts and totals by category, gaps (missing nominees, unfiled society nominations). |
Every key carries a list of scopes. The standard set lets the consuming AI read the high-level data needed to answer most questions:
read:property read:records read:items read:people read:summary
By default, encrypted PII fields — addresses, policy numbers, lawyer contacts, tenant details — come through as readable placeholders like [Policy number on file]. The AI gets enough context to talk about them ("your insurance is on file, expires Aug 30"), but the raw identifier stays inside MyAurum.
If you want the AI to see the full data — for example, to draft an email that quotes the policy number — tick "Allow full data access" when generating the key. The key then carries the additional scope:
read:full_pii
Use this only with AI clients you trust. Each key's PII state is shown in the Settings list with a clear FULL DATA or SANITISED chip.
Questions, integration requests, or bug reports — [email protected].