MCP ExplorerExplorer

Admina Mcp Server

@moneyforward-ion 10 months ago
2 Apache-2.0
FreeCommunity
AI Systems
admina-mcp-server provides APIs to manage devices, identities, and services for the Admina platform.

Overview

What is Admina Mcp Server

admina-mcp-server is an MCP server designed for the Admina API, facilitating integration with various services and devices.

Use cases

Use cases include managing device inventories, integrating various service accounts for organizations, and retrieving identity information for user management.

How to use

To use admina-mcp-server, configure it with your organization ID and API key. You can set it up in your MCP client settings and run the server using the provided commands.

Key features

Key features include APIs for retrieving devices, identities, organization services, and service accounts, allowing for comprehensive management and integration.

Where to use

admina-mcp-server can be used in sectors that require API integrations, such as finance, technology, and service management, where device and service management is essential.

Content

admina-mcp-server

MCP server for the Admina API.

Tools and API Documentation

Configuration

To configure the admina-mcp-server, you will need the organizationId and an API key. For more details on obtaining your API key, please refer to the Getting Started Guide.

MCP Client Configuration

To configure this MCP server, add the following configuration to your mcp settings.

{
  "mcpServers": {
    "admina-mpc-server": {
      "command": "npx",
      "args": [
        "-y",
        "@moneyforward_i/admina-mcp-server"
      ],
      "env": {
        "ADMINA_ORGANIZATION_ID": <Organization Id>,
        "ADMINA_API_KEY": <API Key>
      }
    }
  }
}

For local set up, run yarn build:dev and set the path to the root dir.

Releasing

Preparing a release

  • Bump up a package version of package.json. A Git commit will be created automatically.
yarn version --new-version <new version>
  • Push the change to the main branch as usual.

Creating a release

  • Create a new release in GitHub by clicking on “Releases” and then “Draft a new release”
  • Set the Tag version to a new tag
  • Set the Target as main.
  • Set the Release title to the tag you created, vX.Y.Z
  • Click “Publish release” to save and publish your release.
  • GitHub Actions workflow will be triggerd by publishing a new release and the package will be released.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers