Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://mcp.arlohealth.ai/.well-known/mcp.json
{ "name": "<string>", "version": "<string>", "description": "<string>", "publisher": { "name": "<string>", "url": "<string>" }, "capabilities": {}, "tools": [ { "name": "<string>", "description": "<string>" } ], "transport": { "type": "<string>", "url": "<string>" }, "authentication": { "type": "<string>", "metadata_url": "<string>" } }
Returns the MCP Server Card for auto-discovery with server capabilities and tool list.
MCP Server Card
Show child attributes
Was this page helpful?