Casdoor (IAM) MCP Server for Google ADKGive Google ADK instant access to 10 tools to Add User, Delete User, Get Application, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Casdoor (IAM) as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this MCP Server for Google ADK
The Casdoor (IAM) MCP Server for Google ADK is a standout in the Developer Tools category — giving your AI agent 10 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
StreamableHTTPConnectionParams,
)
# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
)
)
agent = Agent(
model="gemini-2.5-pro",
name="casdoor_iam_agent",
instruction=(
"You help users interact with Casdoor (IAM) "
"using 10 available tools."
),
tools=[mcp_tools],
)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Casdoor (IAM) MCP Server
Connect your Casdoor IAM instance to any AI agent to streamline your identity and access management workflows through natural conversation.
Google ADK natively supports Casdoor (IAM) as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 10 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
What you can do
- User Management — Create, update, delete, and retrieve detailed profiles for users across your organizations using the
add_user,update_user, anddelete_usertools. - Organization Oversight — List all organizations and fetch specific configuration details for your IAM hierarchy with
list_organizationsandget_organization. - Application Control — Query and manage applications registered within your Casdoor instance using
list_applicationsandget_application. - Identity Inspection — Instantly retrieve the profile of the currently authenticated user to verify permissions via
get_userinfo.
The Casdoor (IAM) MCP Server exposes 10 tools through the Vinkius. Connect it to Google ADK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 10 Casdoor (IAM) tools available for Google ADK
When Google ADK connects to Casdoor (IAM) through Vinkius, your AI agent gets direct access to every tool listed below — spanning iam, authentication, user-management, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Add user on Casdoor (IAM)
Requires owner (organization) and name (username). Add a new user
Delete user on Casdoor (IAM)
Requires the owner (organization) and name (username) of the user to delete. Delete a user
Get application on Casdoor (IAM)
Get a specific application
Get organization on Casdoor (IAM)
Get a specific organization
Get user on Casdoor (IAM)
Get a specific user by ID
Get userinfo on Casdoor (IAM)
Get the profile of the authenticated user
List applications on Casdoor (IAM)
List applications in an organization
List organizations on Casdoor (IAM)
List all organizations
List users on Casdoor (IAM)
List users in an organization
Update user on Casdoor (IAM)
The ID parameter must be formatted as <organization>/<username>. Update an existing user
Connect Casdoor (IAM) to Google ADK via MCP
Follow these steps to wire Casdoor (IAM) into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install Google ADK
pip install google-adkReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenCreate the agent
Explore tools
Why Use Google ADK with the Casdoor (IAM) MCP Server
Google ADK provides unique advantages when paired with Casdoor (IAM) through the Model Context Protocol.
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Casdoor (IAM)
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
Seamless integration with Google Cloud services means you can combine Casdoor (IAM) tools with BigQuery, Vertex AI, and Cloud Functions
Casdoor (IAM) + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Casdoor (IAM) MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Casdoor (IAM) and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Casdoor (IAM) tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Casdoor (IAM) regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Casdoor (IAM)
Example Prompts for Casdoor (IAM) in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Casdoor (IAM) immediately.
"List all organizations in my Casdoor instance."
"Get the profile for user 'built-in/admin'."
"Add a new user named 'dev_user' to the 'engineering' organization."
Troubleshooting Casdoor (IAM) MCP Server with Google ADK
Common issues when connecting Casdoor (IAM) to Google ADK through Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkCasdoor (IAM) + Google ADK FAQ
Common questions about integrating Casdoor (IAM) MCP Server with Google ADK.
How does Google ADK connect to MCP servers?
Can ADK agents use multiple MCP servers?
Which Gemini models work best with MCP tools?
Explore More MCP Servers
View all →
Hudu
10 toolsManage IT documentation, assets, and passwords via Hudu API.

Patchstack Security
9 toolsMonitor WordPress security via Patchstack — track vulnerabilities, manage site software, and receive alerts directly via AI.

Alexa Smart Home
16 toolsControl Alexa-connected smart home devices — lights, thermostats, speakers, and sensors via Alexa Smart Properties API.

Gatling
10 toolsManage load testing via Gatling Enterprise — list and start simulations, monitor test runs and request stats, and handle generator pools directly from any AI agent.
