Ask in natural language
Forget navigating menus or building reports. Type "how much do my customers owe me?" and get the answer instantly, with real figures from your Adm Cloud.
Connect Adm Cloud to Claude, Codex, and other artificial intelligence assistants. Ask about your sales, inventory, receivables, or cash flow in natural language — no data exports, no manual reports, no code.
The Model Context Protocol (MCP) is an open standard that lets artificial intelligence assistants connect securely to external applications. With the Adm Cloud MCP Server, your assistant stops answering in theory and starts answering with your company's real data.
Forget navigating menus or building reports. Type "how much do my customers owe me?" and get the answer instantly, with real figures from your Adm Cloud.
Your assistant queries the ERP directly, on the spot: sales, banking, inventory, accounts receivable and payable. No exported files that go stale in minutes.
MCP authenticates with your Adm Cloud user and respects the company, role, and permissions you already have configured. The AI only sees what you can see.
The Adm Cloud MCP server exposes 126 tools across 31 categories: from financial queries to document creation. These are some of the areas covered.
Balance sheet, income statement, trial balance, general ledger, and account balances.
get_balance_sheetget_resultsget_trial_balanceAvailable cash by bank, transfers, deposits, current loans, and vendor payments.
get_available_cash_in_bankcreate_transferInvoices, quotes, orders, and sales receipts. Sales by month, by customer, by item, or by sales rep.
create_invoiceget_top10_sales_by_customerStock by location, items below their reorder point, and product and service search.
get_item_stockget_items_low_stockPurchase orders, vendor bills, credit memos, and accounts payable aging.
create_purchase_orderget_aged_payablesCustomer balances and profiles, accounts receivable aging, sales opportunities, and follow-ups.
get_customer_balancecreate_opportunityEmployees and their contact info, who is out today, available vacation days, and time-off registration.
who_is_out_todayget_my_vacation_daysPayments, purchase orders, and sales orders awaiting authorization — your assistant tells you what is waiting on you.
get_pending_payments_to_authorizeReal examples of what you can type to your assistant once it is connected to Adm Cloud.
All you need is your Adm Cloud account and an MCP-compatible assistant. The server endpoint is:
https://mcp.admcloud.net/mcp
In Claude Desktop, go to Settings → Connectors and click "Add custom connector".
Name: Adm Cloud · URL: https://mcp.admcloud.net/mcp and save.
The first time you connect, authenticate with your Adm Cloud user. Then type: "How are my sales doing this month?"
claude_desktop_config.json
{
"mcpServers": {
"admcloud": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.admcloud.net/mcp"]
}
}
}
Remote connectors require a Claude Pro, Max, Team, or Enterprise plan.
The configuration file is located at %APPDATA%\Claude (Windows)
or ~/Library/Application Support/Claude (macOS).
From your terminal, register the Adm Cloud MCP server in Codex CLI:
codex mcp add admcloud --url https://mcp.admcloud.net/mcp
Add this to your ~/.codex/config.toml file:
~/.codex/config.toml
[mcp_servers.admcloud]
url = "https://mcp.admcloud.net/mcp"
Run codex again and ask: "Using Adm Cloud, what is my available cash in banks?"
With Claude Code installed, run:
claude mcp add --transport http admcloud https://mcp.admcloud.net/mcp
Inside Claude Code, use /mcp to verify the connection and sign in with your Adm Cloud account.
Using another MCP-compatible client? Any application that supports remote MCP servers can connect using the same endpoint. See the server documentation for more details.
The AI connection uses the same security that already protects your Adm Cloud.
Every session authenticates with Adm Cloud credentials. No valid user, no access.
The AI operates with the company and user group you select — the same limits as in the system.
All communication travels encrypted over HTTPS, hosted on the same Azure infrastructure as Adm Cloud.
Sensitive operations are blocked by the ERP when a document has links or movements: the AI cannot bypass your business rules.
It is an open standard, driven by the AI industry, that defines how an assistant (like Claude or Codex) connects securely to external applications. Think of it as a universal "USB port": Adm Cloud publishes its tools and any compatible assistant can use them.
An active Adm Cloud account and an MCP-compatible AI assistant. For Claude Desktop, remote connectors require a Pro, Max, Team, or Enterprise plan; Codex and Claude Code support it out of the box.
The server includes query tools as well as document creation tools (invoices, quotes, orders, customers). They all operate with your user and your permissions, the assistants ask for your confirmation before executing actions, and the ERP blocks operations on documents with links or movements. You are always in control.
No. The connection runs directly between your assistant and the Adm Cloud MCP server, encrypted over HTTPS and authenticated with your user. The AI only accesses the data your role allows you to see, at the moment of the query.
Yes. The server includes session tools to list your companies and user groups and switch between them mid-conversation: "switch to company X and give me its sales".
In the official documentation: mcp.admcloud.net. There you will find all 126 tools with their parameters, organized into 31 categories.
Connect your AI assistant to Adm Cloud today and make decisions with real data, instantly.