4,500+ servers built on MCP Fusion
Vinkius
Google Air Quality logo
Vinkius
CrewAI logo

How to Use the Google Air Quality MCP in CrewAI

Let specialized CrewAI agent teams analyze and act on Google Air Quality data autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Google Air Quality MCP on Cursor AI Code Editor MCP Client Google Air Quality MCP on Claude Desktop App MCP Integration Google Air Quality MCP on OpenAI Agents SDK MCP Compatible Google Air Quality MCP on Visual Studio Code MCP Extension Client Google Air Quality MCP on GitHub Copilot AI Agent MCP Integration Google Air Quality MCP on Google Gemini AI MCP Integration Google Air Quality MCP on Lovable AI Development MCP Client Google Air Quality MCP on Mistral AI Agents MCP Compatible Google Air Quality MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Google Air Quality MCP to CrewAI

Create your Vinkius account to connect Google Air Quality to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Environmental Analysis

The `get_current_air_quality` tool provides real-time Google environmental metrics to your CrewAI agents, enabling coordinated team decisions. A CrewAI researcher agent can pull the raw Google AQI, while a CrewAI analyst agent translates the specific pollutants into actionable advice. You set this up by adding the Google Air Quality server URL directly to the `mcps` array in your CrewAI agent configuration. The CrewAI agents share these Google tools across their shared memory, ensuring everyone has the exact same real-time environmental context.

Autonomous Trend Reports with this MCP Server

The `get_air_quality_history` tool lets your CrewAI team compile deep historical reports on Google-tracked pollution without human intervention. Your CrewAI writer agent can request past data from the analyst agent, who uses the Google history tool to extract pollution trends over the last week. This autonomous CrewAI coordination happens in the background. CrewAI manages the sequential execution, passing the historical Google Air Quality JSON payloads between agents until the final markdown report is generated.

Hierarchical Escalation for Severe Pollution Events

This MCP Server enables CrewAI managers to oversee complex safety protocols based on live Google atmospheric data. When the CrewAI monitoring agent detects dangerous Google-reported particulate matter, it escalates the incident to a CrewAI supervisor agent for immediate notification dispatch. For advanced setups, you can use the CrewAI server classes to filter which agents have access to specific Google Air Quality tools. This keeps your specialized CrewAI agents focused on their exact roles without cluttering their context windows with irrelevant Google data.

Setup guide

Set up Google Air Quality MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Google Air Quality tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Google Air Quality Analyst",
    goal="Access and analyze Google Air Quality data via MCP.",
    backstory="Expert analyst with direct Google Air Quality access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Google Air Quality transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Google Air Quality MCP in CrewAI

You pass the Vinkius URL directly in the agent's `mcps` parameter during initialization. This instantly exposes both `get_current_air_quality` and `get_air_quality_history` to that specific CrewAI agent.
Yes, CrewAI agents use shared memory. Once one agent retrieves the current AQI using `get_current_air_quality`, the other agents in the crew can access that data to coordinate their tasks.
Use the `MCPServerHTTP` class from the `crewai.mcp` package. This lets you apply a `tool_filter`, ensuring only your specialized environmental agents can invoke the Google Air Quality tools.
Define a sequential crew where the first agent uses `get_air_quality_history` to gather the raw intervals. The second agent then processes this data to write a detailed environmental report.
The coordinates used for AQI lookups are transmitted through Vinkius's secure, ephemeral V8 sandboxes. CrewAI passes the lat/long pair directly to the Google endpoint, ensuring your spatial data is never logged or stored.

Start using the Google Air Quality MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 2 tools

We've already built the connector for Google Air Quality. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 2 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.