server.json•862 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.surendranb/google-analytics-mcp",
"description": "An MCP server that provides [describe what your server does]",
"status": "active",
"repository": {
"url": "https://github.com/surendranb/google-analytics-mcp",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registry_type": "pypi",
"registry_base_url": "https://pypi.org",
"identifier": "google-analytics-mcp",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environment_variables": [
{
"description": "Your API key for the service",
"is_required": true,
"format": "string",
"is_secret": true,
"name": "YOUR_API_KEY"
}
]
}
]
}