Skip to main content
Server path: /v0-admin | Type: Application | PCID required: Yes

Tools


v0_admin_mcp_servers_create

Create MCP Server Parameters:
ParameterTypeRequiredDefaultDescription
authobjectNoAuthentication configuration. Defaults to no authentication.
descriptionstringNoAn optional description of the MCP server.
enabledbooleanNoWhether the MCP server is enabled. Defaults to true.
namestringYesThe display name of the MCP server.
scopestringNoThe scope of the MCP server. Defaults to user.
urlstringYesThe URL of the MCP server. Must be HTTPS in production.

v0_admin_mcp_servers_delete

Delete MCP Server Parameters:
ParameterTypeRequiredDefaultDescription
mcpServerIdstringYesThe ID of the MCP server to delete.

v0_admin_mcp_servers_find

List MCP Servers

v0_admin_mcp_servers_get_by_id

Get MCP Server Parameters:
ParameterTypeRequiredDefaultDescription
mcpServerIdstringYesThe ID of the MCP server to retrieve.

v0_admin_mcp_servers_update

Update MCP Server Parameters:
ParameterTypeRequiredDefaultDescription
mcpServerIdstringYesThe ID of the MCP server to update.
authobjectNoAuthentication configuration.
descriptionstringNoAn optional description of the MCP server.
enabledbooleanNoWhether the MCP server is enabled.
namestringNoThe display name of the MCP server.
scopestringNoThe scope of the MCP server.
urlstringNoThe URL of the MCP server.

v0_admin_rate_limits_find

Find Rate Limit Parameters:
ParameterTypeRequiredDefaultDescription
scopestringNoThe context or namespace to check rate limits for (e.g., a project slug or feature area).

v0_admin_reports_get_aiusage

Get AI Usage Report Parameters:
ParameterTypeRequiredDefaultDescription
startstringNoInclusive start datetime filter.
endstringNoExclusive end datetime filter.
cursorstringNoOpaque cursor returned by a previous request for forward pagination.
limitintegerNoMaximum number of rows to return.

v0_admin_reports_get_usage

Get Usage Report Parameters:
ParameterTypeRequiredDefaultDescription
startDatestringNoQuery parameter “startDate”
endDatestringNoQuery parameter “endDate”
chatIdstringNoQuery parameter “chatId”
messageIdstringNoQuery parameter “messageId”
userIdstringNoQuery parameter “userId”
limitnumberNoQuery parameter “limit”
cursorstringNoBase64 encoded cursor containing pagination data

v0_admin_reports_get_user_activity

Get User Activity Report Parameters:
ParameterTypeRequiredDefaultDescription
startDatestringNoQuery parameter “startDate”
endDatestringNoQuery parameter “endDate”

v0_admin_user_get

Get User

v0_admin_user_get_billing

Get Billing Parameters:
ParameterTypeRequiredDefaultDescription
scopestringNoFilters billing data by a specific scope, such as a project ID or slug.

v0_admin_user_get_plan

Get Plan

v0_admin_user_get_scopes

Get User Scopes