openapi: 3.1.0
info:
title: GetVocal Agent Contact .well Known API
version: 1.0.0
description: Machine-readable description of GetVocal's agent-facing resources. GetVocal builds AI voice and chat agents for regulated, high-volume customer operations. In-browser AI agents can also call the site's tools directly via WebMCP (navigator.modelContext); see /llms.txt and /.well-known/mcp.json.
contact:
name: GetVocal
email: contact@getvocal.ai
url: https://www.getvocal.ai
servers:
- url: https://www.getvocal.ai
tags:
- name: .well Known
paths:
/.well-known/mcp.json:
get:
operationId: getMcpManifest
summary: Get the MCP discovery manifest
description: Returns the Model Context Protocol manifest listing the WebMCP tools the site exposes.
responses:
'200':
description: The MCP discovery manifest.
content:
application/json:
schema:
type: object
tags:
- .well Known