bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.A1-x-Tech/mcp-google-business · v1.1.0
MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.
Google Business Profile MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-google-business": {
"command": "npx",
"args": [
"-y",
"mcp-google-business"
],
"env": {
"GOOGLE_BUSINESS_CLIENT_ID": "<GOOGLE_BUSINESS_CLIENT_ID>",
"GOOGLE_BUSINESS_CLIENT_SECRET": "<GOOGLE_BUSINESS_CLIENT_SECRET>",
"GOOGLE_BUSINESS_REFRESH_TOKEN": "<GOOGLE_BUSINESS_REFRESH_TOKEN>"
}
}
}
}GOOGLE_BUSINESS_CLIENT_ID必填OAuth2 client id from Google Cloud Console (refresh flow).
GOOGLE_BUSINESS_CLIENT_SECRET必填secretOAuth2 client secret. Treat it as a secret.
GOOGLE_BUSINESS_REFRESH_TOKEN必填secretOAuth2 refresh token with the business.manage scope. Treat it as a secret.
GOOGLE_BUSINESS_ACCESS_TOKEN可选secretReady-made access token (~1 h) as an alternative to the refresh-flow trio above.
GOOGLE_BUSINESS_TIMEOUT_MS可选Per-request timeout in milliseconds.
GOOGLE_BUSINESS_MAX_RETRIES可选Retries on transient errors (429 always; 5xx/network on idempotent calls).
GOOGLE_BUSINESS_ACCOUNTS_API_BASE可选Account Management API base override.
GOOGLE_BUSINESS_INFO_API_BASE可选Business Information API base override.
GOOGLE_BUSINESS_PERFORMANCE_API_BASE可选Business Profile Performance API base override.
GOOGLE_BUSINESS_V4_API_BASE可选Legacy v4 My Business API base override (reviews, local posts).
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.A1-x-Tech/mcp-google-business",
"type": "mcp-server",
"version": "1.1.0",
"displayName": "Google Business Profile MCP",
"description": "MCP server for Google Business Profile: locations, reviews, local posts and performance metrics.",
"repository": {
"url": "https://github.com/A1-x-Tech/mcp-google-business",
"source": "github"
},
"homepage": "https://github.com/A1-x-Tech/mcp-google-business#readme",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-google-business",
"version": "1.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "GOOGLE_BUSINESS_CLIENT_ID",
"description": "OAuth2 client id from Google Cloud Console (refresh flow).",
"isRequired": true
},
{
"name": "GOOGLE_BUSINESS_CLIENT_SECRET",
"description": "OAuth2 client secret. Treat it as a secret.",
"isRequired": true,
"isSecret": true
},
{
"name": "GOOGLE_BUSINESS_REFRESH_TOKEN",
"description": "OAuth2 refresh token with the business.manage scope. Treat it as a secret.",
"isRequired": true,
"isSecret": true
},
{
"name": "GOOGLE_BUSINESS_ACCESS_TOKEN",
"description": "Ready-made access token (~1 h) as an alternative to the refresh-flow trio above.",
"isSecret": true
},
{
"name": "GOOGLE_BUSINESS_TIMEOUT_MS",
"description": "Per-request timeout in milliseconds."
},
{
"name": "GOOGLE_BUSINESS_MAX_RETRIES",
"description": "Retries on transient errors (429 always; 5xx/network on idempotent calls)."
},
{
"name": "GOOGLE_BUSINESS_ACCOUNTS_API_BASE",
"description": "Account Management API base override."
},
{
"name": "GOOGLE_BUSINESS_INFO_API_BASE",
"description": "Business Information API base override."
},
{
"name": "GOOGLE_BUSINESS_PERFORMANCE_API_BASE",
"description": "Business Profile Performance API base override."
},
{
"name": "GOOGLE_BUSINESS_V4_API_BASE",
"description": "Legacy v4 My Business API base override (reviews, local posts)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.A1-x-Tech/mcp-google-business",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.A1-x-Tech%2Fmcp-google-business/versions/latest",
"isOfficial": true,
"status": "active"
}
}