MCP.so
登录

Asgardeo MCP Server

@asgardeo

关于 Asgardeo MCP Server

MCP server to interact with your Asgardeo organization through LLM tools

基本信息

分类

其他

许可证

Apache-2.0

运行时

go

传输方式

stdio

发布者

asgardeo

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Asgardeo MCP Server?

The Asgardeo MCP Server allows you to manage your Asgardeo organization or WSO2 Identity Server deployment seamlessly using LLM tools, enabling natural language interactions for various configuration tasks. This software is experimental and not intended for production use.

How to use Asgardeo MCP Server?

Create an M2M application in your Asgardeo or WSO2 Identity Server tenant, authorize the required management API scopes, then clone the repository, install dependencies with go mod tidy, build the executable with go build -o asgardeo-mcp, and configure your MCP client (VS Code, Claude Desktop, or Cursor) with the absolute path to the binary and environment variables BASE_URL, CLIENT_ID, and CLIENT_SECRET. For WSO2 Identity Server, set PRODUCT_MODE to wso2is and optionally CERT_PATH.

Key features of Asgardeo MCP Server

  • List, create, and update applications in your organization
  • Configure application OAuth/OIDC and claim settings via tools
  • Authorize APIs for applications with scopes
  • Update login flows using natural language prompts
  • Manage API resources, users, and claims
  • Supports both Asgardeo and WSO2 Identity Server

Use cases of Asgardeo MCP Server

  • Create a Single Page or mobile application with a single natural language prompt
  • Retrieve details of any application by name or client ID
  • Update an application’s claim configuration to include specific user attributes
  • Set up a multi‑step login flow (e.g., username/password then email OTP)
  • Create a test user and authorize an API resource from a chat interface

FAQ from Asgardeo MCP Server

What is Asgardeo MCP Server?

It is an MCP server that enables you to manage Asgardeo or WSO2 Identity Server resources (applications, APIs, users, claims) using natural language commands via LLM‑compatible clients like Claude Desktop.

What are the prerequisites for using Asgardeo MCP Server?

You need an Asgardeo organization or a WSO2 Identity Server instance, an M2M application with the required API scopes (Application Management, API Resource Management, Identity Provider, Authenticators, Claim Management, SCIM2 Users, OIDC Scope), and Go 1.18+ installed on your machine. The server communicates over stdio using OAuth2 client credentials.

How do I configure Asgardeo MCP Server for WSO2 Identity Server?

Set the PRODUCT_MODE environment variable to wso2is, replace BASE_URL with your WSO2 Identity Server base URL (e.g., https://<host>/t/<tenant-domain>), and optionally set CERT_PATH to the CA certificate file if using a server with a custom CA.

What should I do if I get a 403 Forbidden error?

Check that your M2M application has all required scopes authorized. Also verify that your client ID, client secret, and organization name in the BASE_URL are correct.

Is Asgardeo MCP Server ready for production use?

No, it is an experimental feature. Features, APIs, and functionality may change without notice, and it is not intended for use in production environments.

评论

其他 分类下的更多 MCP 服务器