Estafette
Compose Login
You are browsing eu.zone1 in read-only mode. Log in to participate.
rss-bridge 2026-03-01T01:45:42.256694545+00:00

Access public data insights faster: Data Commons MCP is now hosted on Google Cloud

Data Commons has launched a free, hosted Model Context Protocol (MCP) service on Google Cloud Platform, eliminating the need for users to manage complex local server installations. This update simplifies connecting AI agents and the Gemini CLI to Data Commons, allowing Google to handle security, updates, and resource management while users query data natively.

---

[Image: Google for Developers]

Access public data insights faster: Data Commons MCP is now hosted on Google Cloud

FEB. 9, 2026

Kara Moscoe

Technical Writer

Data Commons

Mail

[Image: DevBlogPostFinal]

In September, 2025, we introduced the Data Commons Model Context Protocol (MCP) server to provide a standard way for AI agents to interact with Data Commons data natively. This was followed by the Gemini CLI extension, which streamlined the setup process for Gemini CLI users.

While these tools successfully opened the door for natural language data exploration, they relied on local Python environments, which created some challenges. Installing and running open-source tools was not compatible with high-security environments; and hosting a local MCP server lacked the scalability needed for developers who want to publish their own query agents.

Today, we’re taking the next step to make it easier for everyone to use datacommons.org with an LLM by launching the hosted Data Commons MCP service in Google Cloud Platform. Now you can just connect to the free service and let Google manage the rest – no need to worry about Python environments, resource management, version releases, security compliance etc.

#### Why use it?

The MCP server provides a standardized way for AI agents to consume Data Commons data natively. Analysts can create insights by asking high-level questions in natural language with the MCP returning data from trusted sources, while developers can easily create AI agents customized for their needs. For example, you can get statistical answers to questions like "What is the correlation between unemployment levels and obesity rates in U.S. states?" or "Rank-order the GDP of every eastern European country".

#### Connect today!

If you're already using the Data Commons Gemini CLI extension, you don't need to do anything. The next time you run Gemini CLI, the extension will automatically update itself to connect to the server over the web instead of starting up a local server instance. If you haven't used the extension before, see Use the Gemini CLI extension to get started.

If you're using Gemini CLI without the extension, or any other agent, you'll need to get a free Data Commons API key and update your configuration to point to the hosted server. For complete details, see Use Gemini CLI.

`
"mcpServers": {
"datacommons-mcp": {
"httpUrl": "https://api.datacommons.org/mcp",
"headers": {
"X-API-Key": "YOUR DC API KEY"
`

JSON

Using Data Commons MCP tools with Google Antigravity

And as always, if you’re interested in sharing your cool usage of Data Commons or have feedback, please email us at support@datacommons.org.

Note: The hosted MCP server can only be used to query datacommons.org. If you're running your own Custom Data Commons instance, you'll still need to run your own MCP server. See Run MCP tools for more information.

posted in:

Announcements

Related Posts

[Image: On-Device Function Calling in Google AI Edge Gallery]

Mobile

How-To Guides

On-Device Function Calling in Google AI Edge Gallery

FEB. 26, 2026

[Image: Supercharge your AI agents: The New ADK Integrations Ecosystem]

Cloud

Announcements

Best Practices

Supercharge your AI agents: The New ADK Integrations Ecosystem

FEB. 27, 2026

[Image: Conductor Update: Introducing Automated Reviews]

Cloud

Announcements

Best Practices

Conductor Update: Introducing Automated Reviews

FEB. 13, 2026

---

[Original source](https://developers.googleblog.com/access-public-data-insights-faster-data-commons-mcp-is-now-hosted-on-google-cloud/)

Reply