# sucesio-mcp

The AI Seller for Sucesio.io — digital estate planning for expats in Europe.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nponette/sucesio-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list nponette/sucesio-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nponette/sucesio-mcp get_product_overview

# Call a tool
npx -y @smithery/cli@latest tool call nponette/sucesio-mcp get_product_overview '{}'
```

## Direct MCP Connection

Endpoint: `https://sucesio-mcp--nponette.run.tools`

## Tools (12)

- `get_product_overview` — Returns a complete structured overview of Sucesio.io — what it is,
- `get_pricing` — Returns the current pricing plans for Sucesio.io.
- `qualify_lead` — Qualifies a potential user and returns a personalised recommendation
- `get_faq` — Returns FAQ entries for Sucesio, optionally filtered by topic.
- `compare_with_traditional_will` — Returns a structured comparison between Sucesio and a classic notarial will.
- `get_use_cases` — Returns relevant use cases for Sucesio, optionally filtered by profile.
- `get_security_info` — Returns detailed security and compliance information for Sucesio.
- `get_b2b_pitch` — Returns a structured B2B pitch for Sucesio, tailored to professional partners.
- `get_expat_keywords` — Returns niche SEO keywords and content angles for Sucesio's target audience.
- `get_core_problem` — Returns the precise question Sucesio.io answers, broken down by persona.
- `assess_heir_readiness` — Assesses how ready a user's heirs are to access their assets today,
- `get_will_to_access_gap` — Returns a structured breakdown of the gap between having a notarial will

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nponette/sucesio-mcp <tool-name>
```

## Resources

- `sucesio://product` — Full product overview of Sucesio.io.
- `sucesio://pricing` — Current pricing plans for Sucesio.io.
- `sucesio://faq` — Frequently asked questions about Sucesio.
- `sucesio://usecases` — Specific use cases and personas for Sucesio.
- `sucesio://security` — Security and compliance details for Sucesio.
