About the RedERP MCP Server
Use RedERP from ChatGPT, Codex, Claude or Cursor through the Model Context Protocol: read and manage your Sales module, get PDF links for any sales document, all under your own login and permissions.
At a glance
| Property | Value |
|---|---|
| What it is | A public Model Context Protocol server that lets AI assistants work with your RedERP company |
| Server URL | https://rederp.ai/mcp (Streamable HTTP) |
| Authentication | OAuth 2.1 with your RedERP email + password — see Authentication |
| Scope (v1) | Sales module: clients, products & stock, quotations, sales orders, delivery notes, invoices, credit notes, return notes, payments, sales KPIs |
| Writes | Additive only — create clients and documents, add lines, advance statuses, convert documents, record payments. No delete, cancel, void or overwrite |
| Every sales document comes with a time-limited PDF download link — see Sales documents & PDF links | |
| Clients | ChatGPT (Developer Mode and the plugin directory once published), Codex, Claude, Cursor, MCP Inspector and any MCP client that supports OAuth |
| Plan | Included with the Sales & Invoicing module; access follows the connected user's role |
What you can do
Once your assistant is connected, just ask in natural language:
- "Show my unpaid invoices and give me the PDF of the biggest one."
- "What is the account statement of client Habib Trading for this year?"
- "How many Water Pump 3kW do we have and in which warehouse?"
- "Create a quotation for Habib Trading with 3 pumps and 10 filters, then send me the PDF."
- "Mark quotation QUOT_000109 as sent, convert it to a sales order and invoice it."
- "Record a payment of 500 from Habib Trading on invoice FV-0001-2026."
- "Give me this fiscal year's sales KPIs."
The assistant picks the right tool (see the Tools reference), RedERP executes it as you — same company, same role, same branch restrictions as in the web app — and returns structured data plus links back to the document in RedERP.
How it works
- You connect the assistant once and sign in on the RedERP consent page.
- The assistant receives an access token bound to your user and company.
- Each request is executed through the regular RedERP API with your role — nothing bypasses permissions.
- Documents are returned with
pdf_url(download),print_url(printable page) andapp_url(open in RedERP).
Quick start
Pick your client
ChatGPT: follow Connect ChatGPT. Codex, Claude, Cursor or another MCP client: see Codex, Claude, Cursor & other clients.
Enter the server URL
https://rederp.ai/mcp with OAuth authentication. No client id or secret is needed — the client registers itself.
Sign in and allow access
Use your RedERP email and password on the consent page and click Allow access. You can revoke it at any time from the assistant.
Ask
Start with "List my quotations of this fiscal year" or "Who are my top clients?".
Related
- Sales & Invoicing — the module the MCP server exposes
- Agentic ERP by RedERP — the built-in Miss Red assistant inside RedERP
- Security & privacy — what is shared with the assistant and how to disconnect