{"id":3623,"date":"2025-07-07T13:49:08","date_gmt":"2025-07-07T13:49:08","guid":{"rendered":"https:\/\/www.infobip.com\/developers\/?p=3623"},"modified":"2025-07-10T09:39:48","modified_gmt":"2025-07-10T09:39:48","slug":"send-sms-using-an-infobip-mcp-server-and-an-ai-client","status":"publish","type":"post","link":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client","title":{"rendered":"Send SMS using an Infobip MCP server and an AI client"},"content":{"rendered":"\n<p>This tutorial will show you how to send an SMS message using AI prompts. In this example, we use Claude Desktop, but you can use any AI client that supports MCP integrations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"prerequisites\">Prerequisites<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/portal.infobip.com\/login\" target=\"_blank\" rel=\"noreferrer noopener\">Infobip account<\/a>. If you do not have one, you can create a <a href=\"https:\/\/www.infobip.com\/signup\" target=\"_blank\" rel=\"noreferrer noopener\">free trial account<\/a>.<\/li>\n\n\n\n<li>Infobip API key with the <code>sms:message:send<\/code> scope. Find out more about <a href=\"\/essentials\/api-essentials\/api-authorization\">API keys and scopes<\/a>.<\/li>\n\n\n\n<li>An AI client (e.g., Claude Desktop) with the <a href=\"https:\/\/mcp.infobip.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Infobip SMS MCP server<\/a>.<\/li>\n\n\n\n<li>Sender. If in a free trial, use the Infobip test sender.<br>If you want to configure your custom sender, request a new number or an alphanumeric sender through the <a href=\"https:\/\/portal.infobip.com\/login\" target=\"_blank\" rel=\"noreferrer noopener\">Infobip account<\/a> or using <a href=\"https:\/\/www.infobip.com\/docs\/api\/platform\/numbers\" target=\"_blank\" rel=\"noreferrer noopener\">Infobip Numbers API<\/a>.<\/li>\n\n\n\n<li>Destination &#8211; a phone number to which the message will be sent. If in a free trial, you can only send messages to a verified phone number.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"integrate-the-infobip-sms-mcp-server-with-your-ai-client\">Integrate the Infobip SMS MCP server with your AI client<\/h2>\n\n\n\n<p>To integrate the server, you&#8217;ll need the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Python version 3.13 and up<\/li>\n\n\n\n<li>uvx<\/li>\n<\/ul>\n\n\n\n<p>Navigate to your AI client&#8217;s MCP settings and add the Infobip SMS MCP server.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    {\n        \"mcpServers\": {\n            \"ib-sms\": {\n                \"command\": \"uvx\",\n                \"args\": &#91;\n                    \"mcp-proxy\",\n                    \"https:\/\/mcp.infobip.com\/sms\/sse\"\n                ],\n                \"env\": {\n                    \"API_ACCESS_TOKEN\": \"&lt;Your Infobip API Key here&gt;\"\n                }\n            }\n        }\n    }\n<\/code><\/pre>\n\n\n\n<p>Once you restart your AI client, you should see the Infobip SMS MCP server on the list of available tools.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"use-an-ai-prompt-to-send-an-sms-message\">Use an AI prompt to send an SMS message<\/h2>\n\n\n\n<p>In your AI client, write a prompt to send an SMS message.<\/p>\n\n\n\n<p>Key points:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Specify the sender and destination(s).<\/li>\n\n\n\n<li>Specify additional features you wish to include, e.g. URL shortening, tracking, scheduling etc. Check out SMS API reference for more details.<\/li>\n\n\n\n<li>Describe your use case so that the AI can craft an adequate message.<\/li>\n\n\n\n<li>Include limitations (e.g., one SMS) and personalized details (e.g., URL); otherwise, the AI will use made up details to fill in the gaps.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>Draft and send a Black Friday SMS to 447415774332 from this sender: 447491163443 and schedule it for tomorrow. Limit the message to one SMS only. Retrieve analytics afterward.\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"sms-prompt-process-workflow\">SMS prompt process workflow<\/h2>\n\n\n\n<p>This workflow outlines the step-by-step process AI uses for sending an SMS message with the Infobip SMS MCP server enabled. This is to help you determine how to best work with this tool.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"preview\">Preview<\/h3>\n\n\n\n<p>Once you send the prompt. The AI will send you a preview of the SMS using the sms\/1\/preview endpoint.<\/p>\n\n\n\n<p><strong>Request<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  `text`: `BLACK FRIDAY: 25% OFF! Shop: https:\/\/yourstore.com\/bf Code: BF25 Reply STOP to opt out`\n}\n\n<strong>Response<\/strong><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>{\"originalText\": \"BLACK FRIDAY: 25% OFF! Shop: https:\/\/yourstore.com\/bf Code: BF25 Reply STOP to opt out\", \"previews\": &#91;{\"textPreview\": \"BLACK FRIDAY: 25% OFF! Shop: https:\/\/yourstore.com\/bf Code: BF25 Reply STOP to opt out\", \"messageCount\": 1, \"charactersRemaining\": 74, \"configuration\": {}}]}\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"send\">Send<\/h3>\n\n\n\n<p>Once the preview is approved, the AI will send the SMS and apply requested features, e.g., schedule.<\/p>\n\n\n\n<p><strong>Request<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  `options`: {\n    `includeSmsCountInResponse`: true\n  },\n  `messages`: &#91;\n    {\n      `sender`: `447491163443`,\n      `content`: {\n        `text`: `BLACK FRIDAY: 70% OFF! Code: BF70. Shop now - ends midnight!`\n      },\n      `options`: {\n        `schedule`: {\n          `sendAt`: `2025-07-08T09:00:00.000Z`\n        }\n      },\n      `destinations`: &#91;\n        {\n          `to`: `447415774332`,\n          `messageId`: `bf-promo-003`\n        }\n      ]\n    }\n  ]\n}\n\n<strong>Response<\/strong><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>{\"bulkId\": \"17518887889834335869795\", \"messages\": &#91;{\"messageId\": \"bf-promo-003\", \"status\": {\"groupId\": 1, \"groupName\": \"PENDING\", \"id\": 26, \"name\": \"PENDING_ACCEPTED\", \"description\": \"Message sent to next instance\"}, \"destination\": \"447415774432\", \"details\": {\"messageCount\": 1}}]}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Report status<\/h3>\n\n\n\n<p>Once the AI sends the SMS, it will return a summary of what it did and if prompted will retrieve a delivery report, when available.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>```\nSummary\n\u2705 SMS Successfully Drafted and Scheduled\nMessage Details:\n\nText: \"BLACK FRIDAY: 70% OFF! Code: BF70. Shop now - ends midnight!\"\nFrom: 447491163443\nTo: 447415774432\nScheduled for: July 8, 2025 at 9:00 AM UTC\nSMS Count: 1 (exactly as requested)\nMessage ID: bf-promo-003\nBulk ID: 17518887889834335869795\nStatus: PENDING_ACCEPTED\n\nAnalytics Note: Since the message is scheduled for tomorrow and hasn't been sent yet, delivery reports and logs aren't available. Analytics will be available after the message is actually sent tomorrow. You can retrieve them using the bulk ID 17518887889834335869795 after 9:00 AM UTC on July 8, 2025.\n```<\/code><\/pre>\n\n\n\n<p>That&#8217;s it! You have successfully sent an SMS message using AI and Infobip MPC server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"useful-links\">Useful links<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/mcp.infobip.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Infobip MCP docs<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.infobip.com\/docs\/api\/channels\/sms\" target=\"_blank\" rel=\"noreferrer noopener\">SMS API reference<\/a><\/li>\n\n\n\n<li><a href=\"\/essentials\/api-essentials\/response-status-and-error-codes\">Response status and error codes<\/a><\/li>\n\n\n\n<li><a href=\"\/sms\/deliverability\">Deliverability<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial will show you how to send an [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":3625,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[50,28,255],"tags":[267],"coauthors":[134],"class_list":["post-3623","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","category-blog-post","category-infobip-products","tag-ai"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Send SMS using an Infobip MCP server and an AI client - Infobip Developers Hub<\/title>\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.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Send SMS using an Infobip MCP server and an AI client - Infobip Developers Hub\" \/>\n<meta property=\"og:description\" content=\"This tutorial will show you how to send an [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client\" \/>\n<meta property=\"og:site_name\" content=\"Infobip Developers Hub\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/infobip\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-07T13:49:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-10T09:39:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Joanna Suau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@JoannaSuau\" \/>\n<meta name=\"twitter:site\" content=\"@InfobipDev\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Joanna Suau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client\"},\"author\":{\"name\":\"Joanna Suau\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/707842627f046bb5722c37a9fdc85d62\"},\"headline\":\"Send SMS using an Infobip MCP server and an AI client\",\"datePublished\":\"2025-07-07T13:49:08+00:00\",\"dateModified\":\"2025-07-10T09:39:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client\"},\"wordCount\":430,\"publisher\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg\",\"keywords\":[\"AI\"],\"articleSection\":[\"AI\",\"Blog Post\",\"Infobip Products\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client\",\"url\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client\",\"name\":\"Send SMS using an Infobip MCP server and an AI client - Infobip Developers Hub\",\"isPartOf\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg\",\"datePublished\":\"2025-07-07T13:49:08+00:00\",\"dateModified\":\"2025-07-10T09:39:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#primaryimage\",\"url\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg\",\"contentUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg\",\"width\":1024,\"height\":1024,\"caption\":\"integrate infobip mcp server to send sms\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.infobip.com\/developers\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Send SMS using an Infobip MCP server and an AI client\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#website\",\"url\":\"https:\/\/www.infobip.com\/developers\/\",\"name\":\"Infobip Developers Hub\",\"description\":\"Build meaningful customer relationships across any channel\",\"publisher\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.infobip.com\/developers\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#organization\",\"name\":\"Infobip Developers Hub\",\"url\":\"https:\/\/www.infobip.com\/developers\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png\",\"contentUrl\":\"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png\",\"width\":696,\"height\":696,\"caption\":\"Infobip Developers Hub\"},\"image\":{\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/infobip\/\",\"https:\/\/x.com\/InfobipDev\",\"https:\/\/www.youtube.com\/channel\/UCUPSTy53VecI5GIir3J3ZbQ\",\"https:\/\/github.com\/infobip-community\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/707842627f046bb5722c37a9fdc85d62\",\"name\":\"Joanna Suau\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/image\/cccb05b0dfa8fde5d00a09f4047f929e\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b632afa61f1a27c1a0d823a9ec17eeb047cf476c570012dd90ba88a1bb9b1585?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b632afa61f1a27c1a0d823a9ec17eeb047cf476c570012dd90ba88a1bb9b1585?s=96&d=mm&r=g\",\"caption\":\"Joanna Suau\"},\"description\":\"Joanna is a Developer Educator at Infobip, working in the Developer Relations team.\",\"sameAs\":[\"https:\/\/medium.com\/@joanna.suau\",\"https:\/\/www.linkedin.com\/in\/joannasuau\/\",\"https:\/\/x.com\/JoannaSuau\"],\"url\":\"https:\/\/www.infobip.com\/developers\/blog\/author\/joanna\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Send SMS using an Infobip MCP server and an AI client - Infobip Developers Hub","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.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client","og_locale":"en_US","og_type":"article","og_title":"Send SMS using an Infobip MCP server and an AI client - Infobip Developers Hub","og_description":"This tutorial will show you how to send an [&hellip;]","og_url":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client","og_site_name":"Infobip Developers Hub","article_publisher":"https:\/\/www.facebook.com\/infobip\/","article_published_time":"2025-07-07T13:49:08+00:00","article_modified_time":"2025-07-10T09:39:48+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg","type":"image\/jpeg"}],"author":"Joanna Suau","twitter_card":"summary_large_image","twitter_creator":"@JoannaSuau","twitter_site":"@InfobipDev","twitter_misc":{"Written by":"Joanna Suau","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#article","isPartOf":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client"},"author":{"name":"Joanna Suau","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/707842627f046bb5722c37a9fdc85d62"},"headline":"Send SMS using an Infobip MCP server and an AI client","datePublished":"2025-07-07T13:49:08+00:00","dateModified":"2025-07-10T09:39:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client"},"wordCount":430,"publisher":{"@id":"https:\/\/www.infobip.com\/developers\/#organization"},"image":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#primaryimage"},"thumbnailUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg","keywords":["AI"],"articleSection":["AI","Blog Post","Infobip Products"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client","url":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client","name":"Send SMS using an Infobip MCP server and an AI client - Infobip Developers Hub","isPartOf":{"@id":"https:\/\/www.infobip.com\/developers\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#primaryimage"},"image":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#primaryimage"},"thumbnailUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg","datePublished":"2025-07-07T13:49:08+00:00","dateModified":"2025-07-10T09:39:48+00:00","breadcrumb":{"@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#primaryimage","url":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg","contentUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2025\/07\/faea86dc-b18d-4850-b132-11450382cbf5.jpg","width":1024,"height":1024,"caption":"integrate infobip mcp server to send sms"},{"@type":"BreadcrumbList","@id":"https:\/\/www.infobip.com\/developers\/blog\/send-sms-using-an-infobip-mcp-server-and-an-ai-client#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.infobip.com\/developers\/"},{"@type":"ListItem","position":2,"name":"Send SMS using an Infobip MCP server and an AI client"}]},{"@type":"WebSite","@id":"https:\/\/www.infobip.com\/developers\/#website","url":"https:\/\/www.infobip.com\/developers\/","name":"Infobip Developers Hub","description":"Build meaningful customer relationships across any channel","publisher":{"@id":"https:\/\/www.infobip.com\/developers\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.infobip.com\/developers\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.infobip.com\/developers\/#organization","name":"Infobip Developers Hub","url":"https:\/\/www.infobip.com\/developers\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/","url":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png","contentUrl":"https:\/\/www.infobip.com\/developers\/wp-content\/uploads\/2023\/03\/Infobip_logo_favicon.png","width":696,"height":696,"caption":"Infobip Developers Hub"},"image":{"@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/infobip\/","https:\/\/x.com\/InfobipDev","https:\/\/www.youtube.com\/channel\/UCUPSTy53VecI5GIir3J3ZbQ","https:\/\/github.com\/infobip-community"]},{"@type":"Person","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/707842627f046bb5722c37a9fdc85d62","name":"Joanna Suau","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.infobip.com\/developers\/#\/schema\/person\/image\/cccb05b0dfa8fde5d00a09f4047f929e","url":"https:\/\/secure.gravatar.com\/avatar\/b632afa61f1a27c1a0d823a9ec17eeb047cf476c570012dd90ba88a1bb9b1585?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b632afa61f1a27c1a0d823a9ec17eeb047cf476c570012dd90ba88a1bb9b1585?s=96&d=mm&r=g","caption":"Joanna Suau"},"description":"Joanna is a Developer Educator at Infobip, working in the Developer Relations team.","sameAs":["https:\/\/medium.com\/@joanna.suau","https:\/\/www.linkedin.com\/in\/joannasuau\/","https:\/\/x.com\/JoannaSuau"],"url":"https:\/\/www.infobip.com\/developers\/blog\/author\/joanna"}]}},"_links":{"self":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/3623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/comments?post=3623"}],"version-history":[{"count":4,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/3623\/revisions"}],"predecessor-version":[{"id":3628,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/posts\/3623\/revisions\/3628"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/media\/3625"}],"wp:attachment":[{"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/media?parent=3623"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/categories?post=3623"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/tags?post=3623"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.infobip.com\/developers\/wp-json\/wp\/v2\/coauthors?post=3623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}