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
Get up-to-date EC2 pricing information with one call. Fast. Powered by a pre-parsed AWS pricing catalogue.
A Python MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph.
An MCP server for interacting with the CoSense collaborative sensemaking platform, supporting public and private projects.
Interact with the Eyevinn Open Source Cloud API. Requires a Personal Access Token (OSC_ACCESS_TOKEN).
An MCP server for processing payments using stdio transport, configured via environment variables.
An MCP server for interacting with the Kayzen Analytics API, requiring credentials configured via environment variables.
Create, manage, and explore your content and content model using natural language in any MCP-compatible AI tool.
A remote MCP server deployable on Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
Manage DigitalOcean resources and perform actions using the DigitalOcean API.
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.