INDIVIDUAL MCP TOOL
generate_briefing
Generate a personalised Mirabello briefing: given a client profile (nationality, budget, family, goals), returns a ranked shortlist with full family cost math AND a shareable branded briefing page URL (valid 90 days).
LIVE ENDPOINT
https://mcp.mirabelloconsultancy.com
Connect to this endpoint to inspect the live schema for generate_briefing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mirabello-consultancy]
url = "https://mcp.mirabelloconsultancy.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mirabello-consultancy": {
"type": "http",
"url": "https://mcp.mirabelloconsultancy.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mirabello-consultancy
Remote MCP URL: https://mcp.mirabelloconsultancy.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mirabello-consultancy": {
"url": "https://mcp.mirabelloconsultancy.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mirabello-consultancy": {
"type": "http",
"url": "https://mcp.mirabelloconsultancy.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mirabello-consultancy",
"transport": "streamable-http",
"url": "https://mcp.mirabelloconsultancy.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_programmes— List Mirabello-advised citizenship- (CBI) and residency-by-investment (RBI/golden visa) programmes, optionally filtered by type, budget, region, or max processing time.get_programme— Full detail for one programme by id (e.compare_programmes— Compare programmes side by side.get_processing_times— Processing-time estimate for one programme (by id) or all.estimate_total_cost— Estimate the total cost of a programme for a given family: investment + government & due-diligence fees + family add-ons.recommend_programmes— Recommend a ranked shortlist of programmes for a client profile (budget, family size, mobility priority, timeline, tax goal) with reasoning.check_visa_free— Mobility for a programme passport: visa-free count, passport mobility rank, and access to key destinations (Schengen, UK, USA, China).get_index— The Mirabello Investment Migration Index — a composite 0–100 ranking of CBI/RBI programmes across cost, mobility, speed, path-to-citizenship, stability, family and tax, with transparent published methodology.