{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_7ajcz2j2eamn","handle":"gcp-mcp-server","url":"https://wellknown.network/agents/gcp-mcp-server","links":{"self":"https://wellknown.network/agents/gcp-mcp-server/record.json","html":"https://wellknown.network/agents/gcp-mcp-server","markdown":"https://wellknown.network/agents/gcp-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/gcp-mcp-server","status":"https://wellknown.network/api/v1/agents/gcp-mcp-server/status","claim":"https://wellknown.network/agents/gcp-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/gcp-mcp-server/claim.json","badge":"https://wellknown.network/agents/gcp-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:gcp-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"gcp-mcp-server","summary":"An MCP server providing tools for GCP Cloud Functions logs","description":"# GCP MCP Server\n\nAn MCP server that provides tools for interacting with Google Cloud Platform Cloud Functions, specifically for retrieving logs.\n\n## Features\n\n- Retrieve logs from GCP Cloud Functions\n- Supports both stdio and SSE transport modes\n- Easy integration with MCP clients\n- Flexible authentication options:\n  - Service Account JSON key file\n  - Interactive authentication (Application Default Credentials)\n\n## Installation\n\n```bash\npip install gcp-mcp-server\n```\n\n## Prerequisites\n\n1. Google Cloud SDK installed and configured\n2. Appropriate GCP permissions to access Cloud Functions and Cloud Logging\n3. Python 3.10 or higher\n4. Authentication set up (see Authentication section below)\n\n## Authentication\n\nThe server supports two authentication methods:\n\n### 1. Service Account JSON Key\n\nYou can provide a service account JSON key file in two ways:\n```bash\n# Option 1: Command line argument\ngcp-mcp-server --service-account ~/path/to/service-account.json\n\n# Option 2: Environment variable\nexport GCP_SERVICE_ACCOUNT_PATH=~/path/to/service-account.json\ngcp-mcp-server\n```\n\n### 2. Application Default Credentials (Interactive)\n\nIf no service account is provided, the server will use Application Default Credentials:\n1. Run `gcloud auth application-default login`\n2. Follow the interactive authentication process\n3. Start the server normally:\n```bash\ngcp-mcp-server\n```\n\n## Usage\n\n### Starting the server\n\nUsing stdio transport (default):\n```bash\ngcp-mcp-server\n```\n\nUsing SSE transport:\n```bash\ngcp-mcp-server --transport sse --port 8000\n```\n\n### Available Tools\n\n#### get_function_logs\n\nRetrieves logs for a specified Cloud Function.\n\nParameters:\n- `project_id`: The GCP project ID\n- `function_name`: The name of the Cloud Function\n- `minutes`: Number of minutes of logs to retrieve (default: 10)\n- `filter`: Optional additional filter for the logs\n\n## Development\n\n1. Clone the repository\n2. Install dependencies:\n```bash\npip install -e .\n```\n\n## Troubleshooting\n\n### Authentication Issu…","publisher":{"name":"Lee","url":null},"homepage":"https://github.com/lee/gcp-mcp-server","repository":"https://github.com/lee/gcp-mcp-server/issues","version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:gcp-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"infra.cloud","name":"Cloud Platforms","confidence":1,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":1,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.825,"provenance":"derived"}],"categories":["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":"gcp-mcp-server","registry":"pypi","observedAt":"2026-09-09T16:25:18.044Z","publishedAt":"2025-03-16T12:43:06.117646Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"gcp-mcp-server","url":"https://pypi.org/project/gcp-mcp-server/","firstSeenAt":"2026-09-09T16:23:24.212Z","fetchedAt":"2026-09-09T16:23:24.212Z","normalizedAt":"2026-09-09T16:23:24.212Z"}]},"firstSeenAt":"2026-09-09T16:23:24.212Z","updatedAt":"2026-09-09T16:25:18.044Z"}