• Topics
  • Artificial wisdom
  • Autopilot
  • network
  • Processor
  • 手機
  • exhibition activities
    • CES
      • CES 2014
      • CES 2015
      • CES 2016
      • CES 2017
      • CES 2018
      • CES 2019
      • CES 2020
    • MWC
      • MWC 2014
      • MWC 2015
      • MWC 2016
      • MWC 2017
      • MWC 2018
      • MWC 2019
    • Computex
      • Computex 2014
      • Computex 2015
      • Computex 2016
      • Computex 2017
      • Computex 2018
      • Computex 2019
    • E3
      • E3 2014
      • E3 2015
      • E3 2016
      • E3 2017
    • IFA
      • IFA 2014
      • IFA 2015
      • IFA 2016
      • IFA 2017
    • TGS
      • TGS 2016
  • About us
    • About mashdigi
    • mashdigi website contact details
2026/01/16 08:22 Friday
  • Login
mashdigi-Technology, new products, interesting news, trends
  • Topics
  • Artificial wisdom
  • Autopilot
  • network
  • Processor
  • 手機
  • exhibition activities
    • CES
      • CES 2014
      • CES 2015
      • CES 2016
      • CES 2017
      • CES 2018
      • CES 2019
      • CES 2020
    • MWC
      • MWC 2014
      • MWC 2015
      • MWC 2016
      • MWC 2017
      • MWC 2018
      • MWC 2019
    • Computex
      • Computex 2014
      • Computex 2015
      • Computex 2016
      • Computex 2017
      • Computex 2018
      • Computex 2019
    • E3
      • E3 2014
      • E3 2015
      • E3 2016
      • E3 2017
    • IFA
      • IFA 2014
      • IFA 2015
      • IFA 2016
      • IFA 2017
    • TGS
      • TGS 2016
  • About us
    • About mashdigi
    • mashdigi website contact details
No Result
View All Result
  • Topics
  • Artificial wisdom
  • Autopilot
  • network
  • Processor
  • 手機
  • exhibition activities
    • CES
      • CES 2014
      • CES 2015
      • CES 2016
      • CES 2017
      • CES 2018
      • CES 2019
      • CES 2020
    • MWC
      • MWC 2014
      • MWC 2015
      • MWC 2016
      • MWC 2017
      • MWC 2018
      • MWC 2019
    • Computex
      • Computex 2014
      • Computex 2015
      • Computex 2016
      • Computex 2017
      • Computex 2018
      • Computex 2019
    • E3
      • E3 2014
      • E3 2015
      • E3 2016
      • E3 2017
    • IFA
      • IFA 2014
      • IFA 2015
      • IFA 2016
      • IFA 2017
    • TGS
      • TGS 2016
  • About us
    • About mashdigi
    • mashdigi website contact details
No Result
View All Result
mashdigi-Technology, new products, interesting news, trends
No Result
View All Result
Home App

Google fully supports the MCP protocol and has launched a fully managed service that allows AI agents to directly "take over" cloud infrastructure.
The initial support includes Google Maps, BigQuery, and GKE, eliminating the pain points of self-hosting servers and allowing AI to evolve from "chatting" to "autonomous maintenance."

Author: Mash Yang
2025-12-11
in App, Market dynamics, network, software
A A
0
Share to FacebookShare on TwitterShare to LINE

Following the establishment of the Linux FoundationAgentic AI Foundation (AAIF)Furthermore, after listing the MCP (Model Context Protocol) as a core standard, Google acted swiftly, announcing earlier...Full support for the MCP protocolFurthermore, the launch of the "fully managed remote MCP server" means that developers no longer need to worry about maintaining the connection layer themselves, and can allow AI agents to directly operate Google Maps, BigQuery, and even manage cloud infrastructure such as Google Compute Engine and GKE.

Google fully supports the MCP protocol and has launched a fully managed service that allows AI agents to directly "take over" cloud infrastructure.

Embracing the "USB-C of AI," Google officially jumps in to do it.

MCP is an open protocol proposed by Anthropic in 2024. Essentially, it is a standard interface that specifies how external tools should communicate with AI models. Because it provides a consistent interface format, allowing models to easily call various libraries and APIs like plugging and unplugging a USB-C device, it is jokingly referred to in the industry as the "USB-C of the AI ​​world".

Google points out that in the past, developers who wanted to use MCP servers for Google services often had to find open-source versions from the community and maintain and run them on their devices, which was not only costly to integrate but also relatively difficult to control in terms of stability. However, through Google's officially provided fully managed service, developers only need to point the AI ​​Agent to the MCP endpoint provided by Google to interact directly with Google Cloud services.

The first wave of four services: from map lookup to container service management

The first wave of support covers three main areas: data querying, geographic information, and infrastructure management.

• Google Maps (Grounding Lite):It provides reliable information such as location details, weather forecasts, and route times. This helps the AI ​​Agent answer questions about travel planning or nearby recommendations, significantly reducing the risk of the model "talking nonsense" (i.e., creating illusions).

• BigQuery:This enables AI agents to natively parse schemas and execute queries. Crucially, it allows for in-place data analysis without needing to import data into the context window, while maintaining data governance and security.

• Google Compute Engine (GCE):By empowering AI with the ability to autonomously manage infrastructure, from initial setup to subsequent maintenance (Day 2 operations), the AI ​​Agent can dynamically adjust resources based on workload.

• Google Kubernetes Engine (GKE):Provides a structured interface that allows AI to interact directly with the Kubernetes API. Developers no longer need to rely on AI to parse complex CLI text output to diagnose container service issues, handle faults, and optimize costs in a consistent environment.

Example: Gemini 3 Pro automatic address selection

Google also cited a practical application scenario: Developers can use the Agent Development Kit (ADK) to create an agent service centered around the Gemini 3 Pro. Through the MCP protocol, this AI Agent can first access sales data from BigQuery to predict revenue, then use Google Maps to query the surrounding business environment and delivery routes, and finally integrate the information from both sources to provide retail site selection suggestions, all automatically coordinated throughout the process.

In terms of security, Google emphasizes that it will use Cloud API Registry and Apigee API Hub as centralized management tools, and combine them with Cloud IAM for access control. It can also use Model Armor to defend against prompt injection attacks, ensuring the safety of enterprise information.

Google stated that in the coming months, it will gradually include more core services such as Cloud Run, Cloud Storage, and Cloud SQL in the scope of MCP protocol support.

Analysis of viewpoints

Google's move is clearly aimed at seizing control of infrastructure in the era of "Agentic AI." By supporting the universal standard MCP, Google not only lowers the barrier for developers to create AI agents on its own cloud platform, but also allows AI to move from simple "content generation" to the level of "actual execution." When AI assistants can directly help you turn VMs on and off and query databases, the stickiness of Google Cloud users will naturally be higher.

Tags: AIAI AgentsAI AgentanthropicGoogle CloudMCPArtificial wisdom
ShareTweetShare
Mash Yang

Mash Yang

Founder and editor of mashdigi.com, and student of technology journalism.

Leave a comment Cancel reply

Your e-mail address Will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

mashdigi-Technology, new products, interesting news, trends

Copyright © 2017 mashdigi.com

  • About mashdigi.com
  • Place ads
  • Contact mashdigi.com

Follow us

Welcome back!

Login to your account below

Forgotten Password?

Retrieve your password

Hãy nhập tên người dùng hoặc địa chỉ email để mở mật khẩu

Log In
No Result
View All Result
  • About mashdigi.com
  • Place ads
  • Contact mashdigi.com

Copyright © 2017 mashdigi.com