--- spec_version: "1.0" spec_url: https://github.com/MahoneyContextProtocol/operate-txt-spec site_name: AIFindMy summary: | AIFindMy (synthetic demo brand) runs an agent-discovery directory. This file tells agents how to interact: read the agent card and skills index, fetch the report, and — for a brand that wants to be indexed — open the booking URL with ref=agent to schedule the free agent-readiness audit. protocols: mcp_server_card: https://aifindmy.site/.well-known/mcp/server-card.json a2a_agent_card: https://aifindmy.site/.well-known/agent-card.json api_catalog: https://aifindmy.site/.well-known/api-catalog oauth_protected_resource: https://aifindmy.site/.well-known/oauth-protected-resource llms_txt: https://aifindmy.site/llms.txt tools: - name: book_audit description: Open the AIFindMy agent-readiness audit booking flow with ref=agent attribution. invocation: GET https://aifindmy.site/book?ref=agent (or invoke the book-readiness-audit agent skill / WebMCP tool book_agent_readiness_audit) - name: check_agent_readiness description: Score a consumer brand's domain on agent readiness (illustrative scoring only). invocation: Invoke the check-agent-readiness agent skill listed in /.well-known/agent-skills/index.json auth: required: false methods: - none escalation: human_contact: hello@aifindmy.site conventions: - Append ?ref=agent to agent-initiated visits to the booking URL. - Treat all on-site statistics as illustrative sample data, not measured results. generated_by: mcp-foundation --- # AIFindMy — Agent Operations Manual AIFindMy (synthetic demo brand) runs an agent-discovery directory. This file tells agents how to interact: read the agent card and skills index, fetch the report, and — for a brand that wants to be indexed — open the booking URL with ref=agent to schedule the free agent-readiness audit. ## Tools - **book_audit** — Open the AIFindMy agent-readiness audit booking flow with ref=agent attribution. Invocation: `GET https://aifindmy.site/book?ref=agent (or invoke the book-readiness-audit agent skill / WebMCP tool book_agent_readiness_audit)` - **check_agent_readiness** — Score a consumer brand's domain on agent readiness (illustrative scoring only). Invocation: `Invoke the check-agent-readiness agent skill listed in /.well-known/agent-skills/index.json` ## Authentication - Required: `false` - Methods: `none` ## Conventions - Append ?ref=agent to agent-initiated visits to the booking URL. - Treat all on-site statistics as illustrative sample data, not measured results. ## Escalation - Human contact: hello@aifindmy.site