{"id":128299,"date":"2025-06-15T10:02:06","date_gmt":"2025-06-15T07:02:06","guid":{"rendered":"https:\/\/www.catonetworks.com\/blog\/cato%ec%9d%98-mcp-%ec%84%9c%eb%b2%84%eb%a5%bc-%eb%a7%8c%eb%82%98%eb%b3%b4%ec%84%b8%ec%9a%94-it-%eb%b0%8f-%eb%b3%b4%ec%95%88-%ed%94%84%eb%a1%9c%ec%84%b8%ec%8a%a4%ec%97%90-ai%eb%a5%bc-%ed%86%b5\/"},"modified":"2025-08-13T15:22:33","modified_gmt":"2025-08-13T12:22:33","slug":"meet-catos-mcp-server","status":"publish","type":"post","link":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/","title":{"rendered":"Cato\uc758 MCP \uc11c\ubc84\ub97c \ub9cc\ub098\ubcf4\uc138\uc694. IT \ubc0f \ubcf4\uc548 \ud504\ub85c\uc138\uc2a4\uc5d0 AI\ub97c \ud1b5\ud569\ud558\ub294 \ub354 \uc2a4\ub9c8\ud2b8\ud55c \ubc29\ubc95\u00a0"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-we-just-wanted-to-ask-a-simple-question-nbsp\">We Just Wanted to Ask a Simple Question\u00a0<\/h2>\n\n<p class=\"wp-block-paragraph\">Sometimes preparing dinner can be a complicated task. You&#8217;re juggling a stir-fry, boiling pasta, prepping a salad, and all you want is to say \u201cChop the onions\u201d and have it done. No switching between tasks, no looking up steps. Just state the intent, and it\u2019s executed.\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">We wanted that same level of simplicity when interacting with our environment, including sites, users, topology, and real-time data. That led us to build Cato\u2019s Model Context Protocol (MCP) Server.\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">In many operational environments, teams rely on scripts or API calls to integrate Cato with other systems in their stack. Even for basic tasks, such as checking which sites are in a degraded state, this can involve multiple steps, custom logic, or combining data from different sources. MCP reduces that complexity. You can ask a direct question like &#8220;Which sites are currently in a degraded state?&#8221; and get a clear, structured response. This makes it easier to automate routine checks and incorporate Cato insights into broader workflows.\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">MCP allows you to interact with your account in Cato\u2019s CMA using your own MCP-aware client. This could be an existing tool such as Claude Desktop, Cursor IDE, or a custom agent developed by your team. It also opens the door to new workflows where Cato is just one of several MCP servers your client interacts with. For example, an LLM could retrieve data from the Cato MCP server, combine it with results from a SIEM MCP server, and return a unified response, all from within the tools you already use.\u00a0\u00a0<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"h-why-this-matters-nbsp\">Why This Matters\u00a0<\/h2>\n\n<p class=\"wp-block-paragraph\">MCP provides a new way to access operational data using natural language. It allows teams to ask direct questions and receive structured, reliable answers, making it easier to extract insights and automate routine queries. Key benefits include:\u00a0<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Faster troubleshooting:<\/strong> Ask operational questions and get immediate, structured responses.\u00a0<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Flexible integration:<\/strong> Works with any MCP-compatible client, including Claude, ChatGPT, and custom agents.\u00a0<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Secure by design:<\/strong> Only exposes a defined set of tools, keeping access tightly scoped and controlled.\u00a0<\/li>\n<\/ul>\n\n<h2 class=\"wp-block-heading\" id=\"h-how-we-built-it-cato-s-mcp-implementation-nbsp\">How We Built It: Cato\u2019s MCP Implementation\u00a0<\/h2>\n\n<p class=\"wp-block-paragraph\">We\u2019ve packaged Cato MCP as a self-contained Docker container that runs locally and exposes a subset of Cato\u2019s public GraphQL APIs as tools. It connects to your Cato account and can be paired with any AI agent that supports the MCP specification. Cato\u2019s MCP is currently available to Cato\u2019s customers, with full deployment instructions provided <a href=\"https:\/\/github.com\/catonetworks\/cato-mcp-server\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>. For customers and partners interested in hands-on guidance, <a href=\"https:\/\/academy.catonetworks.com\/cato-mcp-server\" target=\"_blank\" rel=\"noreferrer noopener\">enablement training is available here<\/a>.\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">Here\u2019s what you need to get started:\u00a0<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Configuration:<\/strong> Provide your CMA Host, Account ID, and API key.\u00a0<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Compatibility:<\/strong> The provided MCP server has been tested for compatibility with popular MCP clients (non free tier), such as Cursor and Claude Desktop using the Claude Sonnet 3.7 model, and is recommended for use with these clients.\u00a0<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Provided tools:<\/strong> At launch, we\u2019re exposing several tools to support questions based on two of Cato\u2019s most commonly used GraphQL queries:&nbsp;\n<ul class=\"wp-block-list\">\n<li><strong>AccountSnapshot<\/strong>, which provides near real-time, snapshot-based metrics for an account, offering analytics similar to those found on the Topology page.\u00a0<\/li>\n\n\n\n<li><strong>EntityLookup<\/strong>, which allows searching for entities of a specific type, with support for filtering and pagination.\u00a0<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">Under the hood, the MCP server translates supported queries into tools, and exposes them to the connected AI agent as callable functions. We\u2019re starting with a small, well-scoped set of tools, but more capabilities are planned.\u00a0<\/p>\n\n<h2 class=\"wp-block-heading\" id=\"h-what-you-can-ask-real-use-cases-nbsp\">What You Can Ask \u2013 Real Use Cases\u00a0<\/h2>\n\n<p class=\"wp-block-paragraph\">With Cato\u2019s MCP, you can ask operational questions directly through an AI agent without writing scripts or navigating dashboards. Below are examples of the types of questions we demonstrate using a Claude-based agent connected to our MCP server. Claude responds with both structured answers and visual output, making results easier to interpret.\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\"><strong>In the following video, we show the response to these questions:\u00a0\u00a0<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">\u00b7\u202f\u202f\u202f\u202f\u202f Which countries or PoPs have the most remote users connected right now?\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">\u00b7\u202f\u202f\u202f\u202f\u202f Which sites are currently connected only through a last-resort link?\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">\u00b7\u202f\u202f\u202f\u202f\u202f Which sites have just a single WAN port currently active?\u00a0<\/p>\n<section class=\"c-block c-margin c-margin--bottom-default c-padding c-padding--top-default c-padding--bottom-default c-block b-video b-video--page-meet-catos-mcp-server  align b-video-layout-default b-video-style-default\" id=\"b-video-1\">\n\t<div class=\"c-background c-background--container\">\n    \n    \n    <div class=\"c-background__content\">\n\t\t<div class=\"container\">\n\t\t\t\t\t\t\t\t\t<div class=\"c-video c-video--source-wistia\">\n\t\t\t\t<div class=\"video video-external video-external--wistia \"\n\t\t\t\tdata-video-id=\"akp4927uhn\"\n\t\t\t\tdata-autoplay=\"\"\n\t\t\t\tdata-autopause=\"\"\n\t\t\t\tdata-loop=\"0\"\n\t\t\t\tdata-eager-autoplay=\"0\"\n\t\t\t><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/section>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<p class=\"wp-block-paragraph\"><strong>In the following video, we continue with these additional questions:\u00a0<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">\u2022 Provide a list of all connected remote users, grouped by OS and client version.\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">\u2022 Which remote users are still running outdated client versions?\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">\u2022 Which sites need a Socket upgrade?\u00a0<\/p>\n<section class=\"c-block c-margin c-margin--bottom-default c-padding c-padding--top-default c-padding--bottom-default c-block b-video b-video--page-meet-catos-mcp-server  align b-video-layout-default b-video-style-default\" id=\"b-video-2\">\n\t<div class=\"c-background c-background--container\">\n    \n    \n    <div class=\"c-background__content\">\n\t\t<div class=\"container\">\n\t\t\t\t\t\t\t\t\t<div class=\"c-video c-video--source-wistia\">\n\t\t\t\t<div class=\"video video-external video-external--wistia \"\n\t\t\t\tdata-video-id=\"8t1bk7yoeb\"\n\t\t\t\tdata-autoplay=\"\"\n\t\t\t\tdata-autopause=\"\"\n\t\t\t\tdata-loop=\"0\"\n\t\t\t\tdata-eager-autoplay=\"0\"\n\t\t\t><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/section>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<p class=\"wp-block-paragraph\"><strong>And in the following video, we show the response also to these additional questions:\u00a0<\/strong><\/p>\n\n<p class=\"wp-block-paragraph\">\u2022 Show all sites, grouped by IPsec, Socket, or vSocket.\u00a0<\/p>\n\n<p class=\"wp-block-paragraph\">\u2022 Which countries or PoPs have the most sites connected right now?\u00a0<\/p>\n<section class=\"c-block c-margin c-margin--bottom-default c-padding c-padding--top-default c-padding--bottom-default c-block b-video b-video--page-meet-catos-mcp-server  align b-video-layout-default b-video-style-default\" id=\"b-video-3\">\n\t<div class=\"c-background c-background--container\">\n    \n    \n    <div class=\"c-background__content\">\n\t\t<div class=\"container\">\n\t\t\t\t\t\t\t\t\t<div class=\"c-video c-video--source-wistia\">\n\t\t\t\t<div class=\"video video-external video-external--wistia \"\n\t\t\t\tdata-video-id=\"pqmsxkldsb\"\n\t\t\t\tdata-autoplay=\"\"\n\t\t\t\tdata-autopause=\"\"\n\t\t\t\tdata-loop=\"0\"\n\t\t\t\tdata-eager-autoplay=\"0\"\n\t\t\t><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/section>\n\n<h2 class=\"wp-block-heading\" id=\"h-security-recommendations-nbsp\">Security Recommendations\u00a0<\/h2>\n\n<p class=\"wp-block-paragraph\">MCP gives AI controlled access to real operational data, which means we need to treat it like any other sensitive interface. In a previous post, we also demonstrated how <a href=\"https:\/\/www.catonetworks.com\/blog\/cato-ctrl-exploiting-model-context-protocol-mcp\/\" target=\"_blank\" rel=\"noreferrer noopener\">MCP can potentially be exploited<\/a>. Here\u2019s what we recommend for safe usage:\u00a0<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Limit access to the container<\/strong>: Run it in a restricted network context; local-only is ideal.\u00a0<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Rotate your CMA API key regularly:<\/strong> Treat your Cato-issued API key like any other credential. Use a dedicated key for MCP and rotate it periodically, especially in shared or automated environments.\u00a0<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Use only official, preconfigured tools<\/strong>:<strong> <\/strong>Cato MCP exposes a limited, vetted set of tools by default. Avoid modifying or extending the toolset unless explicitly supported.\u00a0<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Monitor usage<\/strong>: We plan to add observability, but for now, track queries through your AI agent if supported.\u00a0<\/li>\n<\/ul>\n\n<h2 class=\"wp-block-heading\" id=\"h-what-s-next-nbsp\">What\u2019s Next\u00a0<\/h2>\n\n<p class=\"wp-block-paragraph\">MCP was built to simplify how you interact with your environment. Instead of navigating dashboards or writing API calls, it allows AI agents to query your Cato deployment using natural language. The first release includes a limited set of tools for site status, user sessions, and entity lookups. The framework is designed to scale, and we plan to expand tool coverage and integrations over time. Our goal is to make AI-driven operations more accessible, consistent, and secure.\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We Just Wanted to Ask a Simple Question\u00a0 Sometimes preparing dinner can be a complicated task. You&#8217;re juggling a stir-fry, boiling pasta, prepping a salad, and all you want is to say \u201cChop the onions\u201d and have it done. No switching between tasks, no looking up steps. Just state the intent, and it\u2019s executed.\u00a0 We&#8230;<\/p>\n","protected":false},"author":228,"featured_media":127799,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[95],"tags":[],"coauthors":[],"class_list":["post-128299","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-company-and-industry-updates-ko"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.1 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Cato\uc758 \ubaa8\ub378 MCP \uc11c\ubc84\ub97c \ub9cc\ub098\ubcf4\uc138\uc694 | Cato Networks<\/title>\n<meta name=\"description\" content=\"Cato\uc758 \ubaa8\ub378 \ucee8\ud14d\uc2a4\ud2b8 \ud504\ub85c\ud1a0\ucf5c(MCP)\uc744 \uc774\uc81c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. AI \uc5d0\uc774\uc804\ud2b8\uac00 \uc790\uc5f0\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Cato \ud658\uacbd\uc744 \ucffc\ub9ac\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. \uc2a4\ud06c\ub9bd\ud2b8\ub3c4 \uc5c6\uace0. \uc9c1\uc811 \uc870\ud68c\ud560 \ud544\uc694\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cato\uc758 MCP \uc11c\ubc84\ub97c \ub9cc\ub098\ubcf4\uc138\uc694. IT \ubc0f \ubcf4\uc548 \ud504\ub85c\uc138\uc2a4\uc5d0 AI\ub97c \ud1b5\ud569\ud558\ub294 \ub354 \uc2a4\ub9c8\ud2b8\ud55c \ubc29\ubc95\u00a0\" \/>\n<meta property=\"og:description\" content=\"Cato\uc758 \ubaa8\ub378 \ucee8\ud14d\uc2a4\ud2b8 \ud504\ub85c\ud1a0\ucf5c(MCP)\uc744 \uc774\uc81c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. AI \uc5d0\uc774\uc804\ud2b8\uac00 \uc790\uc5f0\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Cato \ud658\uacbd\uc744 \ucffc\ub9ac\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. \uc2a4\ud06c\ub9bd\ud2b8\ub3c4 \uc5c6\uace0. \uc9c1\uc811 \uc870\ud68c\ud560 \ud544\uc694\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Cato Networks\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-15T07:02:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-13T12:22:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.catonetworks.com\/wp-content\/uploads\/2025\/06\/Tap-AI-the-Smart-Way\u2028with-Cato-MCP-Server-Blog-1200x794-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"794\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Dr. Guy Waizel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr. Guy Waizel\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"5\ubd84\" \/>\n\t<meta name=\"twitter:label3\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data3\" content=\"Dr. Guy Waizel\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Cato\uc758 \ubaa8\ub378 MCP \uc11c\ubc84\ub97c \ub9cc\ub098\ubcf4\uc138\uc694 | Cato Networks","description":"Cato\uc758 \ubaa8\ub378 \ucee8\ud14d\uc2a4\ud2b8 \ud504\ub85c\ud1a0\ucf5c(MCP)\uc744 \uc774\uc81c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. AI \uc5d0\uc774\uc804\ud2b8\uac00 \uc790\uc5f0\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Cato \ud658\uacbd\uc744 \ucffc\ub9ac\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. \uc2a4\ud06c\ub9bd\ud2b8\ub3c4 \uc5c6\uace0. \uc9c1\uc811 \uc870\ud68c\ud560 \ud544\uc694\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/","og_locale":"ko_KR","og_type":"article","og_title":"Cato\uc758 MCP \uc11c\ubc84\ub97c \ub9cc\ub098\ubcf4\uc138\uc694. IT \ubc0f \ubcf4\uc548 \ud504\ub85c\uc138\uc2a4\uc5d0 AI\ub97c \ud1b5\ud569\ud558\ub294 \ub354 \uc2a4\ub9c8\ud2b8\ud55c \ubc29\ubc95\u00a0","og_description":"Cato\uc758 \ubaa8\ub378 \ucee8\ud14d\uc2a4\ud2b8 \ud504\ub85c\ud1a0\ucf5c(MCP)\uc744 \uc774\uc81c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. AI \uc5d0\uc774\uc804\ud2b8\uac00 \uc790\uc5f0\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Cato \ud658\uacbd\uc744 \ucffc\ub9ac\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. \uc2a4\ud06c\ub9bd\ud2b8\ub3c4 \uc5c6\uace0. \uc9c1\uc811 \uc870\ud68c\ud560 \ud544\uc694\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4.","og_url":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/","og_site_name":"Cato Networks","article_published_time":"2025-06-15T07:02:06+00:00","article_modified_time":"2025-08-13T12:22:33+00:00","og_image":[{"width":1200,"height":794,"url":"https:\/\/www.catonetworks.com\/wp-content\/uploads\/2025\/06\/Tap-AI-the-Smart-Way\u2028with-Cato-MCP-Server-Blog-1200x794-1.png","type":"image\/png"}],"author":"Dr. Guy Waizel","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"Dr. Guy Waizel","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"5\ubd84","Written by":"Dr. Guy Waizel"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/#article","isPartOf":{"@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/"},"author":{"name":"Dr. Guy Waizel","@id":"https:\/\/www.catonetworks.com\/ko\/#\/schema\/person\/058db4ddfcb0a343906d8a62da5e99fc"},"headline":"Cato\uc758 MCP \uc11c\ubc84\ub97c \ub9cc\ub098\ubcf4\uc138\uc694. IT \ubc0f \ubcf4\uc548 \ud504\ub85c\uc138\uc2a4\uc5d0 AI\ub97c \ud1b5\ud569\ud558\ub294 \ub354 \uc2a4\ub9c8\ud2b8\ud55c \ubc29\ubc95\u00a0","datePublished":"2025-06-15T07:02:06+00:00","dateModified":"2025-08-13T12:22:33+00:00","mainEntityOfPage":{"@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/"},"wordCount":970,"publisher":{"@id":"https:\/\/www.catonetworks.com\/ko\/#organization"},"image":{"@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.catonetworks.com\/wp-content\/uploads\/2025\/06\/Tap-AI-the-Smart-Way\u2028with-Cato-MCP-Server-Blog-1200x794-1.png","articleSection":["Company and Industry updates"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/","url":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/","name":"Cato\uc758 \ubaa8\ub378 MCP \uc11c\ubc84\ub97c \ub9cc\ub098\ubcf4\uc138\uc694 | Cato Networks","isPartOf":{"@id":"https:\/\/www.catonetworks.com\/ko\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/#primaryimage"},"image":{"@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.catonetworks.com\/wp-content\/uploads\/2025\/06\/Tap-AI-the-Smart-Way\u2028with-Cato-MCP-Server-Blog-1200x794-1.png","datePublished":"2025-06-15T07:02:06+00:00","dateModified":"2025-08-13T12:22:33+00:00","description":"Cato\uc758 \ubaa8\ub378 \ucee8\ud14d\uc2a4\ud2b8 \ud504\ub85c\ud1a0\ucf5c(MCP)\uc744 \uc774\uc81c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. AI \uc5d0\uc774\uc804\ud2b8\uac00 \uc790\uc5f0\uc5b4\ub97c \uc0ac\uc6a9\ud558\uc5ec Cato \ud658\uacbd\uc744 \ucffc\ub9ac\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4. \uc2a4\ud06c\ub9bd\ud2b8\ub3c4 \uc5c6\uace0. \uc9c1\uc811 \uc870\ud68c\ud560 \ud544\uc694\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/#primaryimage","url":"https:\/\/www.catonetworks.com\/wp-content\/uploads\/2025\/06\/Tap-AI-the-Smart-Way\u2028with-Cato-MCP-Server-Blog-1200x794-1.png","contentUrl":"https:\/\/www.catonetworks.com\/wp-content\/uploads\/2025\/06\/Tap-AI-the-Smart-Way\u2028with-Cato-MCP-Server-Blog-1200x794-1.png","width":1200,"height":794},{"@type":"BreadcrumbList","@id":"https:\/\/www.catonetworks.com\/ko\/blog\/meet-catos-mcp-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.catonetworks.com\/ko\/"},{"@type":"ListItem","position":2,"name":"Cato\uc758 MCP \uc11c\ubc84\ub97c \ub9cc\ub098\ubcf4\uc138\uc694. IT \ubc0f \ubcf4\uc548 \ud504\ub85c\uc138\uc2a4\uc5d0 AI\ub97c \ud1b5\ud569\ud558\ub294 \ub354 \uc2a4\ub9c8\ud2b8\ud55c \ubc29\ubc95\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/www.catonetworks.com\/ko\/#website","url":"https:\/\/www.catonetworks.com\/ko\/","name":"Cato Networks","description":"","publisher":{"@id":"https:\/\/www.catonetworks.com\/ko\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.catonetworks.com\/ko\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.catonetworks.com\/ko\/#organization","name":"Cato Networks","url":"https:\/\/www.catonetworks.com\/ko\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.catonetworks.com\/ko\/#\/schema\/logo\/image\/","url":"https:\/\/www.catonetworks.com\/wp-content\/uploads\/2022\/08\/1559077757990.jpg","contentUrl":"https:\/\/www.catonetworks.com\/wp-content\/uploads\/2022\/08\/1559077757990.jpg","width":200,"height":200,"caption":"Cato Networks"},"image":{"@id":"https:\/\/www.catonetworks.com\/ko\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/cato-networks\/"]},{"@type":"Person","@id":"https:\/\/www.catonetworks.com\/ko\/#\/schema\/person\/058db4ddfcb0a343906d8a62da5e99fc","name":"Dr. Guy Waizel","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/secure.gravatar.com\/avatar\/74f73df551fdbf7f6d122dc5eb5f23513109964e4d5fd8d911ef421ff5dbd4ca?s=96&d=mm&r=gce43b0b35aab742a0b89c87c94c64c7b","url":"https:\/\/secure.gravatar.com\/avatar\/74f73df551fdbf7f6d122dc5eb5f23513109964e4d5fd8d911ef421ff5dbd4ca?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/74f73df551fdbf7f6d122dc5eb5f23513109964e4d5fd8d911ef421ff5dbd4ca?s=96&d=mm&r=g","caption":"Dr. Guy Waizel"},"description":"Dr. Guy Waizel is a Tech Evangelist at Cato Networks and a member of Cato CTRL. As part of his role, Guy collaborates closely with Cato's researchers, developers, and tech teams to bridge and evangelize tech by researching, writing, presenting, and sharing key insights, innovations, and solutions with the broader tech and cybersecurity community. Prior to joining Cato in 2025, Guy led and evangelized security efforts at Commvault, advising CISOs and CIOs on the company\u2019s entire security portfolio. Guy also worked at TrapX Security (acquired by Commvault) in various hands-on and leadership roles, including support, incident response, forensic investigations, and product development. Guy has more than 25 years of experience spanning across cybersecurity, IT, and AI, and has held key roles at tech startups acquired by Philips, Stanley Healthcare, and Verint. Guy holds a PhD with magna cum laude honors from Alexandru Ioan Cuza University, his research thesis focused on the intersection of marketing strategies, cloud adoption, cybersecurity, and AI; an MBA from Netanya Academic College; a B.Sc. in technology management from Holon Institute of Technology; and multiple cybersecurity certifications.","url":"https:\/\/www.catonetworks.com\/ko\/blog\/author\/guy-waizel\/"}]}},"_links":{"self":[{"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/posts\/128299","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/users\/228"}],"replies":[{"embeddable":true,"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/comments?post=128299"}],"version-history":[{"count":0,"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/posts\/128299\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/media\/127799"}],"wp:attachment":[{"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/media?parent=128299"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/categories?post=128299"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/tags?post=128299"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.catonetworks.com\/ko\/wp-json\/wp\/v2\/coauthors?post=128299"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}