{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_afvbra88exnv","handle":"image-tools-background-removal-upscaling-face-re","url":"https://wellknown.network/agents/image-tools-background-removal-upscaling-face-re","links":{"self":"https://wellknown.network/agents/image-tools-background-removal-upscaling-face-re/record.json","html":"https://wellknown.network/agents/image-tools-background-removal-upscaling-face-re","markdown":"https://wellknown.network/agents/image-tools-background-removal-upscaling-face-re/record.md","api":"https://wellknown.network/api/v1/agents/image-tools-background-removal-upscaling-face-re","status":"https://wellknown.network/api/v1/agents/image-tools-background-removal-upscaling-face-re/status","claim":"https://wellknown.network/agents/image-tools-background-removal-upscaling-face-re/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/image-tools-background-removal-upscaling-face-re/claim.json","badge":"https://wellknown.network/agents/image-tools-background-removal-upscaling-face-re/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:apim-ai-apis.azure-api.net:server:image-tools-background-removal-upscaling-face-re","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Image Tools - Background Removal, Upscaling & Face Restoration","summary":"Background removal, 4x upscaling, and face restoration via GPU","description":"Background removal, 4x upscaling, and face restoration via GPU","publisher":{"name":"fasuizu-br","url":null},"homepage":"https://brainiall.com","repository":"https://github.com/fasuizu-br/speech-ai-examples","version":"1.1.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://apim-ai-apis.azure-api.net/mcp/image/mcp","type":"mcp_streamable_http","auth":null,"probeable":true},{"url":"https://apim-ai-apis.azure-api.net/mcp/nlp/mcp","type":"mcp_streamable_http","auth":null,"probeable":true},{"url":"https://apim-ai-apis.azure-api.net/mcp/pronunciation/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-03-05T04:04:34.90534Z","publishedAt":"2026-03-05T04:04:34.90534Z","registryName":"io.github.fasuizu-br/image-tools"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"media.image-editing","name":"Image Editing","confidence":1,"provenance":"derived"}],"categories":["media"]},"observed":{"status":"unknown","statusReason":"Not checked yet.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[{"at":"2026-09-07T02:25:18.002Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":123,"error":null,"detail":{"tools":[{"name":"remove_background","description":"Remove the background from an image.\n\nUses BiRefNet segmentation to precisely separate foreground from background.\nReturns a base64-encoded image with transpare"},{"name":"upscale_image","description":"Upscale image resolution using Real-ESRGAN.\n\nEnhances image resolution by 2x or 4x using GPU-accelerated Real-ESRGAN\nsuper-resolution. Processes in tiles (256x2"},{"name":"restore_face","description":"Restore and enhance faces in an image using GFPGAN.\n\nDetects all faces via RetinaFace, restores quality (fixes blur, noise,\ncompression artifacts), and pastes t"},{"name":"check_image_service","description":"Check health status of Image API services and loaded models.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - models (di"}],"toolCount":4,"serverName":"brainiall-image","capabilities":["experimental","prompts","resources","tools","tasks"],"serverVersion":"2.14.5","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T21:26:28.003Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":165,"error":null,"detail":{"tools":[{"name":"analyze_toxicity","description":"Analyze text for toxic content.\n\nReturns scores for 6 categories: toxic, severe_toxic, obscene, threat,\ninsult, identity_hate. Each score is 0.0-1.0.\nBERT-based"},{"name":"analyze_sentiment","description":"Analyze text sentiment.\n\nReturns positive/negative classification with confidence scores.\nDistilBERT-based with sub-10ms latency. Multiple domain-specific\nmodel"},{"name":"extract_entities","description":"Extract named entities (NER) from text.\n\nIdentifies persons, organizations, locations, and miscellaneous entities\nwith span offsets and confidence scores. BERT-"},{"name":"detect_pii","description":"Detect personally identifiable information (PII) in text.\n\nFinds emails, phone numbers, SSNs, credit cards, IP addresses, and\nperson names. Optionally returns r"},{"name":"detect_language","description":"Detect the language of text.\n\nSupports 176 languages using fastText. Sub-1ms inference latency.\nReturns ISO 639-1 codes with confidence scores.\n\nArgs:\n    text:"},{"name":"check_nlp_service","description":"Check health status of NLP API services and loaded models.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - models (dict"}],"toolCount":6,"serverName":"brainiall-nlp","capabilities":["experimental","prompts","resources","tools","tasks"],"serverVersion":"2.14.5","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T20:24:27.637Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":110,"error":null,"detail":{"tools":[{"name":"assess_pronunciation","description":"Assess English pronunciation quality from audio.\n\nScores pronunciation at four levels: overall, sentence, word, and phoneme.\nEach score is 0-100. Phonemes are r"},{"name":"check_pronunciation_service","description":"Check if the pronunciation assessment service is healthy and ready.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - mod"},{"name":"get_phoneme_inventory","description":"Get the full phoneme inventory supported by the pronunciation scorer.\n\nReturns a list of all English phonemes the engine can assess, including\nARPAbet symbol, I"},{"name":"transcribe_audio","description":"Transcribe audio to text with word-level timestamps.\n\nConverts spoken English audio into text with optional word-level timestamps\nand per-word confidence scores"},{"name":"check_stt_service","description":"Check if the speech-to-text service is healthy and ready.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - modelLoaded ("},{"name":"synthesize_speech","description":"Generate natural speech audio from English text.\n\nProduces high-quality speech with 12 English voices.\nReturns base64-encoded WAV audio (16-bit PCM, 24kHz mono)"},{"name":"list_tts_voices","description":"List all available text-to-speech voices with metadata.\n\nReturns:\n    dict with keys:\n        - voices (list): Available voices, each with id, name, gender, acc"},{"name":"check_tts_service","description":"Check if the text-to-speech service is healthy and ready.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - modelLoaded ("},{"name":"transcribe_audio_pro","description":"Transcribe audio with Whisper Large V3 Turbo — multilingual STT.\n\nSupports 99 languages with automatic language detection, word-level\ntimestamps, per-word confi"},{"name":"check_whisper_service","description":"Check if the Whisper STT Pro service is healthy and ready.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - modelLoaded "}],"toolCount":10,"serverName":"speech-ai","capabilities":["experimental","prompts","resources","tools","tasks"],"serverVersion":"2.14.5","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T20:24:26.309Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":126,"error":null,"detail":{"tools":[{"name":"remove_background","description":"Remove the background from an image.\n\nUses BiRefNet segmentation to precisely separate foreground from background.\nReturns a base64-encoded image with transpare"},{"name":"upscale_image","description":"Upscale image resolution using Real-ESRGAN.\n\nEnhances image resolution by 2x or 4x using GPU-accelerated Real-ESRGAN\nsuper-resolution. Processes in tiles (256x2"},{"name":"restore_face","description":"Restore and enhance faces in an image using GFPGAN.\n\nDetects all faces via RetinaFace, restores quality (fixes blur, noise,\ncompression artifacts), and pastes t"},{"name":"check_image_service","description":"Check health status of Image API services and loaded models.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - models (di"}],"toolCount":4,"serverName":"brainiall-image","capabilities":["experimental","prompts","resources","tools","tasks"],"serverVersion":"2.14.5","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T14:22:48.549Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":147,"error":null,"detail":{"tools":[{"name":"assess_pronunciation","description":"Assess English pronunciation quality from audio.\n\nScores pronunciation at four levels: overall, sentence, word, and phoneme.\nEach score is 0-100. Phonemes are r"},{"name":"check_pronunciation_service","description":"Check if the pronunciation assessment service is healthy and ready.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - mod"},{"name":"get_phoneme_inventory","description":"Get the full phoneme inventory supported by the pronunciation scorer.\n\nReturns a list of all English phonemes the engine can assess, including\nARPAbet symbol, I"},{"name":"transcribe_audio","description":"Transcribe audio to text with word-level timestamps.\n\nConverts spoken English audio into text with optional word-level timestamps\nand per-word confidence scores"},{"name":"check_stt_service","description":"Check if the speech-to-text service is healthy and ready.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - modelLoaded ("},{"name":"synthesize_speech","description":"Generate natural speech audio from English text.\n\nProduces high-quality speech with 12 English voices.\nReturns base64-encoded WAV audio (16-bit PCM, 24kHz mono)"},{"name":"list_tts_voices","description":"List all available text-to-speech voices with metadata.\n\nReturns:\n    dict with keys:\n        - voices (list): Available voices, each with id, name, gender, acc"},{"name":"check_tts_service","description":"Check if the text-to-speech service is healthy and ready.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - modelLoaded ("},{"name":"transcribe_audio_pro","description":"Transcribe audio with Whisper Large V3 Turbo — multilingual STT.\n\nSupports 99 languages with automatic language detection, word-level\ntimestamps, per-word confi"},{"name":"check_whisper_service","description":"Check if the Whisper STT Pro service is healthy and ready.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - modelLoaded "}],"toolCount":10,"serverName":"speech-ai","capabilities":["experimental","prompts","resources","tools","tasks"],"serverVersion":"2.14.5","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T14:22:48.298Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":409,"error":null,"detail":{"tools":[{"name":"analyze_toxicity","description":"Analyze text for toxic content.\n\nReturns scores for 6 categories: toxic, severe_toxic, obscene, threat,\ninsult, identity_hate. Each score is 0.0-1.0.\nBERT-based"},{"name":"analyze_sentiment","description":"Analyze text sentiment.\n\nReturns positive/negative classification with confidence scores.\nDistilBERT-based with sub-10ms latency. Multiple domain-specific\nmodel"},{"name":"extract_entities","description":"Extract named entities (NER) from text.\n\nIdentifies persons, organizations, locations, and miscellaneous entities\nwith span offsets and confidence scores. BERT-"},{"name":"detect_pii","description":"Detect personally identifiable information (PII) in text.\n\nFinds emails, phone numbers, SSNs, credit cards, IP addresses, and\nperson names. Optionally returns r"},{"name":"detect_language","description":"Detect the language of text.\n\nSupports 176 languages using fastText. Sub-1ms inference latency.\nReturns ISO 639-1 codes with confidence scores.\n\nArgs:\n    text:"},{"name":"check_nlp_service","description":"Check health status of NLP API services and loaded models.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - models (dict"}],"toolCount":6,"serverName":"brainiall-nlp","capabilities":["experimental","prompts","resources","tools","tasks"],"serverVersion":"2.14.5","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T14:22:47.771Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":121,"error":null,"detail":{"tools":[{"name":"remove_background","description":"Remove the background from an image.\n\nUses BiRefNet segmentation to precisely separate foreground from background.\nReturns a base64-encoded image with transpare"},{"name":"upscale_image","description":"Upscale image resolution using Real-ESRGAN.\n\nEnhances image resolution by 2x or 4x using GPU-accelerated Real-ESRGAN\nsuper-resolution. Processes in tiles (256x2"},{"name":"restore_face","description":"Restore and enhance faces in an image using GFPGAN.\n\nDetects all faces via RetinaFace, restores quality (fixes blur, noise,\ncompression artifacts), and pastes t"},{"name":"check_image_service","description":"Check health status of Image API services and loaded models.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - models (di"}],"toolCount":4,"serverName":"brainiall-image","capabilities":["experimental","prompts","resources","tools","tasks"],"serverVersion":"2.14.5","protocolVersion":"2025-06-18"}}],"tools":[{"name":"remove_background","description":"Remove the background from an image.\n\nUses BiRefNet segmentation to precisely separate foreground from background.\nReturns a base64-encoded image with transpare"},{"name":"upscale_image","description":"Upscale image resolution using Real-ESRGAN.\n\nEnhances image resolution by 2x or 4x using GPU-accelerated Real-ESRGAN\nsuper-resolution. Processes in tiles (256x2"},{"name":"restore_face","description":"Restore and enhance faces in an image using GFPGAN.\n\nDetects all faces via RetinaFace, restores quality (fixes blur, noise,\ncompression artifacts), and pastes t"},{"name":"check_image_service","description":"Check health status of Image API services and loaded models.\n\nReturns:\n    dict with keys:\n        - status (str): 'healthy' or error state\n        - models (di"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"io.github.fasuizu-br/image-tools","url":"https://registry.modelcontextprotocol.io/v0/servers/io.github.fasuizu-br%2Fimage-tools","firstSeenAt":"2026-09-06T14:17:55.675Z","fetchedAt":"2026-09-06T14:17:55.675Z","normalizedAt":"2026-09-06T14:17:55.675Z"},{"source":"mcp_registry","key":"io.github.fasuizu-br/nlp-tools","url":"https://registry.modelcontextprotocol.io/v0/servers/io.github.fasuizu-br%2Fnlp-tools","firstSeenAt":"2026-09-06T14:17:55.675Z","fetchedAt":"2026-09-06T14:17:55.675Z","normalizedAt":"2026-09-06T14:17:55.675Z"},{"source":"mcp_registry","key":"io.github.fasuizu-br/speech-ai","url":"https://registry.modelcontextprotocol.io/v0/servers/io.github.fasuizu-br%2Fspeech-ai","firstSeenAt":"2026-09-06T14:17:55.675Z","fetchedAt":"2026-09-06T14:17:55.675Z","normalizedAt":"2026-09-06T14:17:55.675Z"}]},"firstSeenAt":"2026-09-06T14:17:55.675Z","updatedAt":"2026-09-06T14:18:09.393Z"}