Method: projects.locations.mcpServers.get

Deprecated: The mcpServers.get method is deprecated and will be removed in a future release. Use AgentRegistry.GetMcpServer instead. For more information, see: https://docs.cloud.google.com/agent-registry/reference/rpc Gets a single McpServer.

HTTP request

GET https://cloudapiregistry.googleapis.com/v1beta/{name=projects/*/locations/*/mcpServers/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the resource Format: projects/{project}/locations/{location}/mcpServers/{mcp_server}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of McpServer.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • cloudapiregistry.mcpServers.get

For more information, see the IAM documentation.