admina-mcp-server
Verified Safeby moneyforward-i
Overview
This MCP server provides an interface to the Admina API for IT asset, identity, and service account management within an organization.
Installation
npx -y @moneyforward_i/admina-mcp-serverEnvironment Variables
- ADMINA_ORGANIZATION_ID
- ADMINA_API_KEY
Security Notes
The server loads API keys and organization IDs from environment variables (ADMINA_API_KEY, ADMINA_ORGANIZATION_ID), which is a secure practice for credentials. Input validation is robustly implemented using Zod schemas for all tool arguments, significantly reducing risks like injection. API calls are made via Axios with proper URL parameter serialization. Error handling captures Zod validation errors and Admina API specific errors, providing informative but non-sensitive feedback. No 'eval' or direct arbitrary command execution patterns were found.
Similar Servers
mcphub
A centralized hub for managing, orchestrating, and exposing Model Context Protocol (MCP) servers and their tools/prompts, including OAuth authorization, user/group management, and dynamic registration of clients.
jetski
An open-source analytics and authentication platform for Model Context Protocol (MCP) servers, providing visibility into prompt usage, client activity, and authentication without requiring code changes to the MCP server.
mcp-servers
An MCP server providing create, read, update, and delete (CRUD) operations for cloud storage, specifically Google Cloud Storage, with capabilities for file listing and intelligent access control.
mcpcat-python-sdk
This SDK integrates with MCP (Multi-Agent Communication Protocol) servers to collect user behavior analytics and forward telemetry (logs, traces, errors) to an analytics platform or third-party observability tools.