{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_yxu2cuzvff9n","handle":"barie-google-meet-mcp","url":"https://wellknown.network/agents/barie-google-meet-mcp","links":{"self":"https://wellknown.network/agents/barie-google-meet-mcp/record.json","html":"https://wellknown.network/agents/barie-google-meet-mcp","markdown":"https://wellknown.network/agents/barie-google-meet-mcp/record.md","api":"https://wellknown.network/api/v1/agents/barie-google-meet-mcp","status":"https://wellknown.network/api/v1/agents/barie-google-meet-mcp/status","claim":"https://wellknown.network/agents/barie-google-meet-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/barie-google-meet-mcp/claim.json","badge":"https://wellknown.network/agents/barie-google-meet-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:barie-google-meet-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"barie-google-meet-mcp","summary":"Google Meet MCP Server for managing meeting spaces and records via the Model Context Protocol","description":"# Google Meet MCP Server\n\nAn MCP server for managing Google Meet spaces and conference artifacts, integrating seamlessly with AI assistants using the Model Context Protocol.\n\n## Features\n\n- **Create Space**: Create a new Google Meet space with optional access configuration.\n- **Get Space**: Retrieve metadata for a single Meet space.\n- **Update Space**: Update space configuration using `updateMask` (supports `space` or `config` input style).\n- **List Conference Records**: Browse historical conference records.\n- **Get Conference Record**: Fetch a single conference record by resource name.\n- **List Recordings**: List recording artifacts for a conference record.\n- **List Transcripts**: List transcript artifacts for a conference record.\n\n## Installation\n\n### Prerequisites\n\n- Python 3.9 or higher.\n- A Google Cloud Project with the **Google Meet API** enabled.\n- OAuth2 credentials (Client ID and Client Secret).\n- OAuth scopes:\n  - `https://www.googleapis.com/auth/meetings.space.created`\n  - `https://www.googleapis.com/auth/meetings.space.readonly`\n\n### Local Setup\n\n1. Install dependencies:\n   ```bash\n   pip install -e .\n   ```\n\n2. Run the server:\n   ```bash\n   python main.py --access-token <TOKEN> --refresh-token <REFRESH_TOKEN> --client-id <CLIENT_ID> --client-secret <CLIENT_SECRET>\n   ```\n\n## Configuration\n\nAdd the following to your MCP host configuration (e.g., `mcp-config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"barie-google-meet-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"barie-google-meet-mcp\",\n        \"--access-token\",\n        \"YOUR_ACCESS_TOKEN\",\n        \"--refresh-token\",\n        \"YOUR_REFRESH_TOKEN\",\n        \"--client-id\",\n        \"YOUR_CLIENT_ID\",\n        \"--client-secret\",\n        \"YOUR_CLIENT_SECRET\"\n      ]\n    }\n  }\n}\n```\n\n## Tools\n\n- `create_space`: Create a new Meet space. Optional `config.accessType` and `config.entryPointConfig.accessModel` are supported.\n- `get_space`: Get space details by `name` (e.g., `spaces/AAAAMMMMM`).\n- `update_spac…","publisher":null,"homepage":null,"repository":null,"version":"0.1.1","license":"MIT","protocols":["mcp"],"tags":["google-api","google-meet","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:barie-google-meet-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.745,"provenance":"derived"}],"categories":["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":"barie-google-meet-mcp","registry":"pypi","observedAt":"2026-09-09T10:29:32.275Z","publishedAt":"2026-08-07T14:00:10.684533Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"barie-google-meet-mcp","url":"https://pypi.org/project/barie-google-meet-mcp/","firstSeenAt":"2026-09-09T10:26:37.021Z","fetchedAt":"2026-09-09T10:26:37.021Z","normalizedAt":"2026-09-09T10:26:37.021Z"}]},"firstSeenAt":"2026-09-09T10:26:37.021Z","updatedAt":"2026-09-09T10:29:32.275Z"}