{"openapi":"3.1.0","info":{"title":"Telegram Bot API","description":"Telegram Bot API는 메시지 전송·수신, 인라인 키보드, 파일 전송, 그룹 관리, 결제 처리를 지원합니다. Webhook 또는 Long Polling 방식으로 실시간 봇 구현이 가능하며, 알림 봇, 고객 지원 봇, 자동화 서비스에 활용됩니다.","version":"1.0.0","x-fusepie-id":"telegram-bot","x-fusepie-category":"communication","x-fusepie-provider":"Telegram"},"servers":[{"url":"https://api.telegram.org/bot","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_telegram_bot","summary":"Telegram Bot API","description":"Telegram Bot API는 메시지 전송·수신, 인라인 키보드, 파일 전송, 그룹 관리, 결제 처리를 지원합니다. Webhook 또는 Long Polling 방식으로 실시간 봇 구현이 가능하며, 알림 봇, 고객 지원 봇, 자동화 서비스에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://t.me/BotFather"}}},"x-mcp-config":{"mcpServers":{"telegram-bot":{"command":"npx","args":["-y","@fusepie/mcp-telegram-bot"],"env":{"API_KEY":""}}}}}