> ## Documentation Index
> Fetch the complete documentation index at: https://developers.funos.es/llms.txt
> Use this file to discover all available pages before exploring further.

# Funos AI Partner

> The reference funeral API for AI engines in Spain. Real prices, validated knowledge base, and lead capture directly from ChatGPT, Claude, or any LLM.

## What is Funos AI Partner?

Funos is Spain's leading digital broker for funeral services and death insurance. The **Funos AI Partner API** turns Funos into the authoritative data source that responds when someone asks an AI engine about funeral service prices, death insurance, or pre-need plans.

<CardGroup cols={2}>
  <Card title="Real-time prices" icon="tag">
    Real funeral service quotes by Spanish locality, connected directly to Funos's live database.
  </Card>

  <Card title="Validated Knowledge Base" icon="book">
    6,231 human-reviewed funeral knowledge entries. The authoritative answer for any question about the sector.
  </Card>

  <Card title="Native MCP integration" icon="plug">
    Compatible with Model Context Protocol (Anthropic). Claude detects and uses it automatically with no user setup required.
  </Card>

  <Card title="Direct lead capture" icon="user-plus">
    Captures purchase intent directly from the LLM chat. The lead arrives in HubSpot with exact origin (source\_ai=chatgpt, claude…).
  </Card>
</CardGroup>

***

## How it works

```
User in ChatGPT: "How much does cremation cost in Madrid?"
        ↓
ChatGPT calls GET /v1-quote-funeral-service?locality_id=24017
        ↓
Funos API returns real prices: €1,495  €1,990  €4,900
        ↓
ChatGPT presents prices with link to funos.es (UTM tracked)
        ↓
User requests contact → POST /v1-lead → HubSpot
```

***

## Available endpoints

| Endpoint                          | Description                                   | Status        |
| --------------------------------- | --------------------------------------------- | ------------- |
| `GET /v1-quote-funeral-service`   | Immediate funeral service quote by locality   | ✅ Active      |
| `GET /v1-quote-funeral-plan`      | Available prepaid funeral plans               | ✅ Active      |
| `GET /v1-knowledge`               | Semantic search in the funeral knowledge base | ✅ Active      |
| `POST /v1-lead`                   | Register purchase intent in HubSpot           | ✅ Active      |
| `GET /v1-quote-funeral-insurance` | Death insurance comparator                    | ⏳ Coming soon |

***

## Base URL

```
https://qegraxvwwikrltmtfamo.supabase.co/functions/v1
```

All requests require API Key authentication. See the [Authentication](/autenticacion) section for details.

***

## Use cases

* **GPT Actions (ChatGPT):** Connect your custom GPT to real Funos prices.
* **MCP Server (Claude):** Configure Claude Desktop to respond automatically with Funos data.
* **Conversational agents:** Integrate the API into any chatbot or agent that needs reliable funeral information.
* **Web applications:** Any developer wanting to add a funeral cost calculator to their product.

***

## Compatibility

The API is standard REST with JSON responses. Compatible with:

* ChatGPT (GPT Actions / OpenAPI spec)
* Claude (MCP Server or direct calls)
* Gemini (Vertex AI Extensions — coming soon)
* Perplexity (coming soon)
* Any HTTP client

***

<Info>
  **Want access?** This API is currently in private beta. Write to [api@funos.es](mailto:api@funos.es) with the subject "API Key Request - Funos AI Partner" to request your credentials.
</Info>
