By using this site, you agree to the Privacy Policy and Terms of Use.
Accept

GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Mobile
  • Gaming
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • How-to
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • AI
    • Anthropic
    • ChatGPT
    • ChatGPT Atlas
    • Gemini AI (formerly Bard)
    • Google DeepMind
    • Grok AI
    • Meta AI
    • Microsoft Copilot
    • OpenAI
    • Perplexity
    • xAI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Follow US
AIAmazonAnthropicGoogleMicrosoft

AI companies are building a new internet for machines and MCP is the connector making it possible

A new standard supported by OpenAI, Google, Microsoft, and others aims to replace fragile AI integrations with a shared way for agents to operate across the internet.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
Dec 13, 2025, 5:25 AM EST
Share
We may get a commission from retail offers. Learn more
Artificial neuron in concept of artificial intelligence.
Illustration: Kiyoshi Takahase Segundo / Alamy
SHARE

They’ve started quietly, the way big technical shifts usually do: a handful of AI companies—led by the teams that build the assistants you actually use—have been stitching together a shared way for models to reach out into the real world, and now they’ve handed the work to a neutral steward. The idea is simple on paper and enormous if it catches on: instead of every assistant building bespoke bridges to calendars, CRMs, banking systems and enterprise databases, there’s a single, open-standard “plug” that any agent can use to discover, authenticate and call tools and data sources. That protocol, known as the Model Context Protocol (MCP), and a set of companion projects have just been folded into a new Linux Foundation-hosted effort called the Agentic AI Foundation (AAIF), a move meant to push these integrations toward open governance and away from single-vendor control.

MCP itself started as a developer-level answer to a problem engineers had been bumping into for a while: models are great at text, but almost everything useful requires action—calling an API, searching a private knowledge base, opening a ticket, or inserting a row in a spreadsheet. MCP defines how to describe those “things” so a model can find them, how to authenticate safely, and how to send structured requests back and forth. Think of it as a machine-friendly contract: a service exposes what actions it supports and the shape of the inputs and outputs, and any MCP-aware agent can consume that description and operate reliably against it. The protocol’s authors and early adopters say that this makes integrations less brittle and dramatically more reusable.

The list of bodies that signed on reads like a who’s who of cloud and AI: Anthropic donated MCP to the new foundation, OpenAI contributed its AGENTS.md guidance format, and Block brought its “goose” agent project into the pot. Large platform players—Google, Microsoft, Amazon Web Services, Bloomberg and Cloudflare among them—are listed as early members or backers of the AAIF, signaling that this is not a niche developer experiment but a broad industry play. The intent, as the organizations put it, is to make sure the plumbing of agentic AI is stewarded in a neutral, community-driven way rather than locked behind a single company’s API.

Why call it a “new internet”? Supporters use metaphors for a reason: if the web were organized around pages and links for people, MCP imagines an internet organized around machine-readable interfaces for agents. Instead of clicking and copy-pasting, an agent could hop between a user’s inbox, calendar, bank, and the analytics dashboard of whatever SaaS the company uses, executing multi-step workflows on behalf of the user. In practice, that means a developer could publish a single MCP-compatible interface for their product and, suddenly, any compliant agent—whether inside a coding assistant, a voice helper, or an enterprise orchestration tool—could use those capabilities without bespoke adapters. For companies trying to productize agents, that single-write, many-consume model is the missing lever for scale.

For people who care about productivity, the near-term payoff is straightforward: assistants that behave more like coordinators and less like clever notebooks. Instead of opening tabs, exporting CSVs and pasting snippets into report templates, an MCP-enabled agent could pull the right metrics, draft a narrative, schedule the follow-up meeting and attach the report, all in a few conversational turns. For enterprises, the calculus becomes whether to publish MCP endpoints and let a whole ecosystem call them, or to try to preserve control by building proprietary connectors. Backers of the AAIF argue that open standards lower integration costs and let competition happen on service quality rather than on who controls the most adapters.

But the architecture also raises obvious and important risks. Making it trivially easy for agents to act increases both the blast radius and the incentives for abuse: models that hallucinate, or that are insufficiently constrained, could trigger costly actions—moving money, changing records, or exposing private data—far faster than a human could undo. Security researchers and platform builders have already flagged issues like token theft, prompt-injection attacks, and the general brittleness of systems that stitch together many moving pieces; an ecosystem that makes action cheap must also standardize rigorous guardrails, monitoring and revocation mechanisms. The launch materials and early previews from platform partners explicitly call security and governance out as top priorities for the new foundation.

There’s also a much older commercial question hiding beneath the technical rhetoric: will developers and platforms actually bet on an open standard when proprietors can gain short-term advantage from locking integrations to their stacks? The history of the web is littered with elegant standards that failed to win broad adoption because economic incentives favored closed platforms. Having Google, Microsoft, AWS and others in the room makes MCP’s path more plausible, but it doesn’t guarantee it. Standards succeed when enough people build real, useful things on them—and when those things create visible value for users and businesses. If MCP delivers that, it could tilt the center of gravity of digital UX away from dozens of isolated apps and toward a smaller set of trusted agents; if it doesn’t, it will be another well-engineered attempt that the market ignored.

One unexpected indicator to watch is the platform makers: there have already been signs that operating systems and vendors are preparing for agentic integrations—Apple’s developer betas and some Windows previews have teased MCP hooks—because once the OS layer treats agent wiring as first-class, adoption accelerates. If phones and desktops ship native MCP support, the incentives for apps to publish MCP-compatible endpoints grow quickly. But that timeline isn’t certain, and platform support alone won’t solve the hard problems of trust, auditability and liability in automated actions.

So what happens next is less a technical question than a social and economic one. Engineers have built a practical and pragmatic protocol that answers a real interoperability headache; corporate leaders have, at least for now, agreed to try open governance under the Linux Foundation’s umbrella. The crucial variables will be who implements MCP in production systems, whether audits and security can scale with the openness, and whether users actually prefer agents that can act for them over the control of doing things themselves. If enough developers, platforms and enterprises treat MCP as the accepted way to expose capabilities, we could see a substantial shift in how the internet is organized—an agent-first layer that sits on top of the existing web. If not, MCP will join the many promising standards that circulated widely in engineer chat rooms but never quite reshaped the market.

Either way, the conversation has moved. The technical pieces—MCP, goose, AGENTS.md—aren’t vaporware anymore, and they’ve been placed where a broad community can argue about them, test them, and, crucially, try to break them so the fragile bits can be fixed. That feels like the right next step: build the plumbing openly, then let the messy, expensive work of real-world deployment expose what needs fixing. The internet was remade before by standards people fought over; we may be watching an echo of that same pattern, this time with machines doing the legwork for us.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Topic:AWSCloudflare
Leave a Comment

Leave a ReplyCancel reply

Most Popular

Google’s new AI data center lands in Wilbarger County, Texas

Google Opal now builds interactive agentic workflows for everyone

Google picks Pine Island for its next AI‑ready data hub

9 reasons Apple’s budget MacBook won’t match a MacBook Air

OpenAI taps Arvind KC as new Chief People Officer

Also Read
LG PuriCare AeroMini air purifier placed on a wooden bedside table between a plant and a warm table lamp in a cozy bedroom, showing how it blends into modern home décor.

LG PuriCare AeroMini launches with 360° airflow and smart ThinQ control

Samsung Galaxy S26, S26 Plus, S26 Ultra in cobalt violet

Samsung’s Galaxy S26 adds satellite text and data

Abstract geometric illustration with a pink background, featuring a large mustard‑yellow asterisk‑like shape framed in orange at the center, a bright green and orange panel with yellow circles and connecting lines on the right, and a black rectangle on the left filled with colorful chevron patterns and overlaid fragments of multicolored code‑style text at the bottom.

OpenAI Codex and Figma just collapsed the design‑to‑code gap

Abstract illustration showing off-white geometric shapes stacked like a totem on a muted orange background, with two black circular nodes connected by a thin black line extending from the center shape, suggesting connection, balance, or interaction.

Anthropic makes Claude Connectors free for everyone

Gemini side panel in Google Drive with a large “Enrich your content” heading, suggested prompts such as “What can Gemini do in Google Drive” and “Summarize a folder in my Drive,” and an “Ask Gemini” input box at the bottom with AI disclaimer text.

Gemini side panel in Workspace now remembers your conversations

A modern mobile video player interface on an iPhone in landscape shows a paused video titled “Phoenix project plan,” with large central controls for rewind 10 seconds, pause, and forward 10 seconds, a scrubber bar and timestamp “3:00 / 8:00” at the bottom, and minimal black letterboxing around the video frame displaying a blurred person speaking in a home office setting.

Google Drive for iOS now matches Android’s modern video player

Four people pose together at a table with two open Google‑branded laptops in front of a white backdrop featuring the Google logo, the Massachusetts state seal, and the Massachusetts AI Hub (MA+AI) branding, with potted plants and an American flag visible at the sides.

Massachusetts becomes first state with statewide free Google AI Training

Wide promotional graphic with the text “Nano Banana 2” centered in blue on a soft blue‑white gradient background, surrounded by small rectangular AI‑style images including a jeweled mechanical dragonfly on a flower, a blurred person dancing in a bright red traditional outfit, a close‑up of a shiny beetle, a modern curved riverside building at sunset, a cozy thank‑you card with two hands forming a heart, and a colorful farm scene with animals and toy‑like vehicles.

Google’s Nano Banana 2 is the new fast lane for AI image generation

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.