# Homeoceutics MCP Catalog

> Anonymous, read-only access to public Homeoceutics catalog titles and metadata.

This MCP server lets compatible agents search or browse the catalog without exposing detailed entry content.

## Streamable HTTP endpoint

- URL: https://homeoceutics.com/api/v1/mcp
- Method: `POST`
- Transport: `streamable-http`
- Authentication: none

## Tools

- `search_infoceutiques`: Search or browse infoceutics alphabetically.
- `search_fiches_information`: Search or browse information cards alphabetically.

## Resources

- `homeoceutics://catalog/summary/{locale}`: Current catalog summary.
- `homeoceutics://help/{locale}/{slug}`: Public Help Center articles.
- `homeoceutics://pricing/{locale}`: Public pricing grid in integer EUR cents.

## Behavior

- Accepted locales: `fr` and `en`; French is the default and fallback locale.
- Pagination: `limit` defaults to 50 (maximum 100) and `offset` defaults to 0.
- Results contain only public identifiers, titles, categories and statuses.
- Full-text searches share a limit of 20 requests per minute per IP address.
- Alphabetical browsing and resources do not consume this quota.
- No authentication, cookie or subscription token is required.
