com.googleapis.bigtableadmin/mcp
https://bigtableadmin.googleapis.com/mcpskills: {'id': 'create_instance', 'name': 'create_instance', 'description': 'Create a new instance in the specified project.\nThe request requires project_id, instance_id, display_name, and at least one cluster.\nThe instance_id must be RFC 1035 compliant.\nEach cluster must specify its zone (e.g. us-central1-a).\nExample: { "project_id": "my-project", "instance_id": "my-instance", "display_name": "This is my instance", "clusters": [ { "zone": "us-central1-a", "serve_nodes": 3, "default_storage_type": "SSD" } ] }\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_instance', 'name': 'get_instance', 'description': 'Get information about an instance.\nThe request requires the \'name\' field to be set in the format \'projects/{project}/instances/{instance}\'.\nExample: { "name": "projects/my-project/instances/my-instance" }\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_instances', 'name': 'list_instances', 'description': 'List information about instances in a project.\nThe request requires the \'parent\' field to be set in the format \'projects/{project}\'.\nExample: { "parent": "projects/my-project" }\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'delete_instance', 'name': 'delete_instance', 'description': 'Delete an instance from a project.\nThe request requires the \'name\' field to be set in the format \'projects/{project}/instances/{instance}\'.\nExample: { "name": "projects/my-project/instances/my-instance" }\nBefore executing the deletion, you MUST confirm the action with the user by stating the full instance name and asking for "yes/no" confirmation.\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_table', 'name': 'create_table', 'description': 'Create a new table in the specified instance.\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_table', 'name': 'get_table', 'description': 'Get metadata information about the specified table.\nThe request requires the \'name\' field to be set in the format \'projects/{project}/instances/{instance}/tables/{table}\'.\nExample: { "name": "projects/my-project/instances/my-instance/tables/my-table" }\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_tables', 'name': 'list_tables', 'description': 'List all tables in a specified instance.\nThe request requires the \'parent\' field to be set in the format \'projects/{project}/instances/{instance}\'.\nExample: { "parent": "projects/my-project/instances/my-instance" }\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'delete_table', 'name': 'delete_table', 'description': 'Delete a table.\nThe request requires the \'name\' field to be set in the format \'projects/{project}/instances/{instance}/tables/{table}\'.\nExample: { "name": "projects/my-project/instances/my-instance/tables/my-table" }\nThe table must exist. You can use `list_tables` to verify.\nBefore executing the deletion, you MUST confirm the action with the user by stating the full table name and asking for "yes/no" confirmation.\n', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 629.2ms; conformance: pass
How to connect
https://bigtableadmin.googleapis.com/mcp
curl -X POST https://bigtableadmin.googleapis.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'