---
name: site-mcp
description: Connect to the public Proticom site MCP endpoint for structured discovery tools. Use when an agent needs machine-readable site knowledge without scraping HTML.
---

# Proticom site MCP

## Endpoint

- Connector URL (required path): `https://proticom.ai/api/mcp`
- Server card: `https://proticom.ai/.well-known/mcp/server-card.json`
- Transport: Streamable HTTP

## Public tools (no auth)

- `get_site_overview` — company summary + discovery links
- `list_services` — service catalog with paths
- `list_products` — product ecosystem with paths
- `get_contact_options` — how humans/agents should reach Proticom

## Auth

Read-only discovery tools are public and rate-limited. Authenticated scopes (when issued) follow `https://proticom.ai/auth.md` and OAuth metadata at:

- `https://proticom.ai/.well-known/oauth-protected-resource`
- `https://proticom.ai/.well-known/oauth-authorization-server`

## Notes

- Prefer MCP + `llms.txt` over DOM scraping.
- Do not treat chat widget sessions as a stable API contract; use MCP/OpenAPI for automation.
