{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_u9q2jfcthyne","handle":"google-cloud-mcp","url":"https://wellknown.network/agents/google-cloud-mcp","links":{"self":"https://wellknown.network/agents/google-cloud-mcp/record.json","html":"https://wellknown.network/agents/google-cloud-mcp","markdown":"https://wellknown.network/agents/google-cloud-mcp/record.md","api":"https://wellknown.network/api/v1/agents/google-cloud-mcp","status":"https://wellknown.network/api/v1/agents/google-cloud-mcp/status","claim":"https://wellknown.network/agents/google-cloud-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/google-cloud-mcp/claim.json","badge":"https://wellknown.network/agents/google-cloud-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:google-cloud-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"google-cloud-mcp","summary":"A comprehensive Model Context Protocol (MCP) server for Google Cloud Platform services including BigQuery, Cloud Logging, Cloud Storage, and Compute Engine.","description":"# Google Cloud MCP Server\n\nA comprehensive Model Context Protocol (MCP) server for Google Cloud Platform services. This project provides Python wrapper modules and MCP tools for managing various GCP services including BigQuery, Cloud Logging, Cloud Storage, and Compute Engine.\n\n## 🚀 Features\n\n- **BigQuery**: Data warehouse operations including query execution, data loading/exporting, job management, and cost estimation\n- **Cloud Logging**: Comprehensive log management with reading/writing logs, bucket management, sinks, exclusions, and metrics\n- **Cloud Storage**: Complete bucket and object management with lifecycle policies and batch operations\n- **Compute Engine**: Virtual machine lifecycle management and zone operations\n- **MCP Integration**: Full MCP server implementation for AI model interactions\n- **Flexible Authentication**: Support for both service account files and default credentials\n\n## 📦 Installation\n\n### From PyPI\n```bash\npip install google-cloud-mcp\n```\n\n### From Source\n```bash\ngit clone https://github.com/lockon-n/google-cloud-mcp.git\ncd google-cloud-mcp\npip install -e .\n```\n\n## 🔧 Setup\n\n### Authentication\n\n#### Option 1: Service Account (Recommended)\n1. Create a service account in Google Cloud Console\n2. Download the JSON key file\n3. Place it as `service-account-key.json` in your project root\n\n#### Option 2: Default Credentials\n```bash\ngcloud auth application-default login\n```\n\n### Running the MCP Server\n```bash\npython main.py\n```\n\n## 🛠️ Available Tools\n\n### BigQuery Tools\n\n#### `google-cloud-bigquery_execute_query`\nExecute SQL queries with optional cost estimation.\n```json\n{\n  \"query\": \"SELECT * FROM dataset.table LIMIT 10\",\n  \"dry_run\": false,\n  \"max_results\": 1000\n}\n```\n\n#### `google-cloud-bigquery_create_dataset`\nCreate a new BigQuery dataset.\n```json\n{\n  \"dataset_id\": \"my_dataset\",\n  \"description\": \"My dataset description\",\n  \"location\": \"US\"\n}\n```\n\n#### `google-cloud-bigquery_create_table`\nCreate a new table with schema.\n```json\n{\n  \"datas…","publisher":{"name":"lockon-n","url":null},"homepage":"https://github.com/lockon-n/google-cloud-mcp#readme","repository":"https://github.com/lockon-n/google-cloud-mcp#readme","version":"1.0.0","license":"MIT","protocols":["mcp"],"tags":["ai","bigquery","cloud-logging","cloud-storage","compute-engine","fastmcp","gcp","google-cloud","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:google-cloud-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"infra.cloud","name":"Cloud Platforms","confidence":1,"provenance":"declared"},{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"},{"slug":"data.database","name":"Databases","confidence":0.733,"provenance":"derived"}],"categories":["data","dev","infra","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"google-cloud-mcp","registry":"pypi","observedAt":"2026-09-09T16:25:36.966Z","publishedAt":"2025-07-31T10:21:46.997745Z","latestVersion":"1.0.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"google-cloud-mcp","url":"https://pypi.org/project/google-cloud-mcp/","firstSeenAt":"2026-09-09T16:24:26.109Z","fetchedAt":"2026-09-09T16:24:26.109Z","normalizedAt":"2026-09-09T16:24:26.109Z"}]},"firstSeenAt":"2026-09-09T16:24:26.109Z","updatedAt":"2026-09-09T16:25:36.966Z"}