moneyforward-i/admina-mcp-server
If you are the rightful owner of admina-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Admina MCP Server is designed to facilitate seamless integration with the Admina API, providing access to devices, identities, services, and service accounts within an organization.
The Admina MCP Server is a robust solution for organizations looking to integrate with the Admina API. It provides a streamlined approach to accessing and managing various organizational resources such as devices, identities, and service accounts. By leveraging the Admina MCP Server, organizations can efficiently manage their IT infrastructure and service integrations. The server is configured using an organization ID and an API key, ensuring secure and authenticated access to the API. The server supports various operations, including retrieving lists of devices, identities, and services, as well as accessing specific service accounts. This makes it an essential tool for IT administrators and developers who need to maintain and monitor their organization's digital assets. The server is built with flexibility in mind, allowing for easy configuration and deployment across different environments. With its comprehensive API documentation and support for multiple platforms, the Admina MCP Server is a valuable asset for any organization looking to enhance its IT management capabilities.
Features
- Seamless integration with Admina API
- Secure access with organization ID and API key
- Comprehensive API documentation
- Support for multiple platforms
- Efficient management of IT resources
Usages
usage with mcp client
{ "mcpServers": { "admina-mpc-server": { "command": "npx", "args": [ "-y", "@moneyforward_i/admina-mcp-server" ], "env": { "ADMINA_ORGANIZATION_ID": <Organization Id>, "ADMINA_API_KEY": <API Key> } } } }
Tools
get_devices
Return a list of devices.
get_identities
Return a list of identities.
get_services
Return a list of services integrations that belongs to organization along with a preview of accounts.
get_service_accounts
Return a list of accounts for a specific service.