A Model Context Protocol (MCP) server enabling interaction with Google Admin APIs.
A FastMCP server for managing Google Workspace users through the Admin Directory API.
GOOGLE_TOKEN_JSON
environment variabledocker build -t google-admin-mcp .
Run the container:
docker run -e GOOGLE_TOKEN_JSON="your_base64_encoded_token" google-admin-mcp
Lists users in a domain.
{
"domain": "yourdomain.com"
}
Creates a new user with a secure random password.
{
"primaryEmail": "user@yourdomain.com",
"firstName": "First",
"lastName": "Last"
}
Gets detailed information about a specific user.
{
"userKey": "user@yourdomain.com"
}
Suspends a user account.
{
"userKey": "user@yourdomain.com"
}
Unsuspends a user account.
{
"userKey": "user@yourdomain.com"
}
The server provides clear error messages for:
MIT License
Implements CISA Binding Operational Directive 25-01 security controls for Microsoft 365 and Azure AD/Entra ID.
Manage Aiven cloud services like Kafka, PostgreSQL, and Redis via its API.
Access and manage wearable and health app data through the Terra API.
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.
Query OpenAI models directly from Claude using MCP protocol
An authentication-free remote MCP server deployable on Cloudflare Workers or locally via npm.
A server for interacting with the Alpaca trading API. Requires API credentials via environment variables.
Interact with Alpaca's market data and brokerage services via its API.
Manage Google Cloud Platform (GCP) infrastructure using Terragrunt, with support for experimental features like AutoDevOps and cost management.
Access blockchain data using the Ankr API.