New · Adm Cloud MCP Server v1.12

Your ERP now talks with AI

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.

Works with
Claude Desktop Claude Code OpenAI Codex And any MCP client
126available tools
31ERP categories
3steps to connect
0lines of code
What is MCP?

A direct bridge between your AI assistant and your business

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.

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.

Real-time data

Your assistant queries the ERP directly, on the spot: sales, banking, inventory, accounts receivable and payable. No exported files that go stale in minutes.

With your usual permissions

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.

Capabilities

126 tools covering your entire ERP

The Adm Cloud MCP server exposes 126 tools across 31 categories: from financial queries to document creation. These are some of the areas covered.

Finance and accounting

Balance sheet, income statement, trial balance, general ledger, and account balances.

get_balance_sheetget_resultsget_trial_balance

Banking and cash

Available cash by bank, transfers, deposits, current loans, and vendor payments.

get_available_cash_in_bankcreate_transfer

Sales and invoicing

Invoices, quotes, orders, and sales receipts. Sales by month, by customer, by item, or by sales rep.

create_invoiceget_top10_sales_by_customer

Inventory

Stock by location, items below their reorder point, and product and service search.

get_item_stockget_items_low_stock

Purchasing and vendors

Purchase orders, vendor bills, credit memos, and accounts payable aging.

create_purchase_orderget_aged_payables

Customers and CRM

Customer balances and profiles, accounts receivable aging, sales opportunities, and follow-ups.

get_customer_balancecreate_opportunity

Human resources

Employees and their contact info, who is out today, available vacation days, and time-off registration.

who_is_out_todayget_my_vacation_days

Pending items and approvals

Payments, purchase orders, and sales orders awaiting authorization — your assistant tells you what is waiting on you.

get_pending_payments_to_authorize
Use cases

Ask your business anything

Real examples of what you can type to your assistant once it is connected to Adm Cloud.

"How much available cash do I have across all my banks?"Treasury
"Give me June's income statement and compare it with May."Finance
"Who are my top 10 customers by sales this year?"Sales
"List the outstanding invoices for Distribuidora del Este."Collections
"Which items are below their reorder point?"Inventory
"Create a quote for Ferretería Central: 20 units of SKU A-1042."Documents
"Who is out of the office today and when do they return?"HR
"How many purchase orders are waiting for my approval?"Approvals
Setup

Connect it in under 5 minutes

All you need is your Adm Cloud account and an MCP-compatible assistant. The server endpoint is:

https://mcp.admcloud.net/mcp
1

Open Claude Desktop settings

In Claude Desktop, go to Settings → Connectors and click "Add custom connector".

2

Paste the server URL

Name: Adm Cloud · URL: https://mcp.admcloud.net/mcp and save.

3

Sign in and ask away

The first time you connect, authenticate with your Adm Cloud user. Then type: "How are my sales doing this month?"

Alternative: 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).

1

Add the server with one command

From your terminal, register the Adm Cloud MCP server in Codex CLI:

Terminal
codex mcp add admcloud --url https://mcp.admcloud.net/mcp
2

Or edit the configuration manually

Add this to your ~/.codex/config.toml file:

~/.codex/config.toml
[mcp_servers.admcloud]
url = "https://mcp.admcloud.net/mcp"
3

Restart Codex and verify

Run codex again and ask: "Using Adm Cloud, what is my available cash in banks?"

1

Add the server from the terminal

With Claude Code installed, run:

Terminal
claude mcp add --transport http admcloud https://mcp.admcloud.net/mcp
2

Authenticate and you're done

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.

Security

Your data, under your rules

The AI connection uses the same security that already protects your Adm Cloud.

Authentication with your user

Every session authenticates with Adm Cloud credentials. No valid user, no access.

Respects roles and permissions

The AI operates with the company and user group you select — the same limits as in the system.

End-to-end HTTPS encryption

All communication travels encrypted over HTTPS, hosted on the same Azure infrastructure as Adm Cloud.

Built-in system safeguards

Sensitive operations are blocked by the ERP when a document has links or movements: the AI cannot bypass your business rules.

Frequently asked questions

We answer your questions

What exactly is the Model Context Protocol (MCP)?

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.

What do I need to use it?

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.

Can the AI modify my company's data?

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.

Is my data exposed to third parties?

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.

Does it work with multiple companies or branches?

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".

Where can I find the full list of tools?

In the official documentation: mcp.admcloud.net. There you will find all 126 tools with their parameters, organized into 31 categories.

The future of business management already talks with you

Connect your AI assistant to Adm Cloud today and make decisions with real data, instantly.