{
  "format": "fitmeet-public-service-v1",
  "name": "FitMeet",
  "description": "由 AI 协助连接真人，搜索人、需求与能力，并在用户确认后发布和私聊。",
  "updatedAt": "2026-09-11",
  "homepage": "https://fitmeet.cn",
  "documentation": "https://fitmeet.cn/developers/agent-setup",
  "endpoint": "https://api.fitmeet.cn/api/v1/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "oauth2",
    "perUser": true,
    "pkce": "S256",
    "sharedCredentials": false
  },
  "configurationExample": "https://fitmeet.cn/mcp.json",
  "skill": "https://fitmeet.cn/skills/fitmeet/SKILL.md",
  "skillDownload": "https://fitmeet.cn/downloads/fitmeet-skill.zip",
  "compatibility": "https://fitmeet.cn/integrations",
  "setupRequires": [
    "host configuration permission",
    "remote Streamable HTTP support",
    "per-user OAuth support",
    "user completes account authorization"
  ],
  "verificationStages": [
    "configuration_saved",
    "tools_discovered",
    "authorized_read_succeeded",
    "client_lifecycle_verified"
  ],
  "actionsRequireConfirmation": [
    "publish",
    "open_chat",
    "send_message"
  ],
  "externalDiscovery": "profile-owner opt-in and revocable",
  "formatNote": "FitMeet-maintained public documentation, not a universal Agent discovery standard."
}
