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.
Bridger Gateway에 로드된 프리셋 서버(MCP 그룹) 카탈로그 조회.
GET /registry/servers
{ "servers": [ { "id": "weather/ultra-shortcast", "name": "기상청 초단기예보", "filePath": "/abs/path/presets/weather/ultra-shortcast.yaml", "baseUrl": "https://apis.data.go.kr/...", "isPublicData": true, "tools": [ { "name": "getultrashortcast", "description": "...", "inputSchema": { "type": "object", "properties": {} }, "method": "GET", "path": "/getUltraSrtFcst" } ] } ] }
servers[]
servers[].id
servers[].name
servers[].filePath
servers[].baseUrl
servers[].isPublicData
servers[].tools[]
curl https://mcp.datari.kr/registry/servers
이 페이지가 도움이 되었나요?