INDIVIDUAL MCP TOOL
get_notification_requirements
What must be filed before sale in a market: the notification scheme, the responsible-person requirement and, for a product type in a special class, the extra step (review, registration, listing) — each with its source page.
LIVE ENDPOINT
https://mcp.a2a-cosmetics.ai/mcp
Connect to this endpoint to inspect the live schema for get_notification_requirements and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.a2a-cosmetics]
url = "https://mcp.a2a-cosmetics.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"a2a-cosmetics": {
"type": "http",
"url": "https://mcp.a2a-cosmetics.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: a2a-cosmetics
Remote MCP URL: https://mcp.a2a-cosmetics.ai/mcp
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": {
"a2a-cosmetics": {
"url": "https://mcp.a2a-cosmetics.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"a2a-cosmetics": {
"type": "http",
"url": "https://mcp.a2a-cosmetics.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "a2a-cosmetics",
"transport": "streamable-http",
"url": "https://mcp.a2a-cosmetics.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
resolve_jurisdiction— Where is this going?resolve_actor— Who is asking?gate_transaction— Allow or deny, with the reason and the rule.get_ingredient_record— One ingredient, and its status in every market: the standard ingredient name (INCI), aliases, and per rule set whether it is prohibited, restricted (with the limit or condition) or listed, each with the official list and its source page.get_market_status— Is this product type a cosmetic here?get_label_and_claims— What the label must say, and which claims are allowed: the label requirements of the market and the claims rules of record (patterns that take a product out of the cosmetic class), each with its source page.get_enforcement_watch— Recalls, bans and safety alerts, dated: enforcement events by market, ingredient, brand or since a date, each with its source page.search_cleared_items— Find products cleared for this market: validated product records in a market (query by product name, brand, product type or lane; optional lane filter: suncare · fragrance · dermocosmetics · peptides · korean · sustainable).