Qoyod MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Qoyod MCP ServerList all customers with outstanding balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Qoyod MCP Server
A small MCP (Model Context Protocol) server that connects Claude directly to the Qoyod accounting software via their official REST API (https://api.qoyod.com/2.0).
After deploying it to any hosting, you get an HTTPS link like:
https://your-app.onrender.com/mcpYou add this link as a Custom Connector in Claude's settings, and Claude becomes able to read and create customers, invoices, vendors, journal entries, and other Qoyod resources — in any conversation, without needing to open the browser.
1) Available Tools
qoyod_request— a general passthrough tool that covers any resource documented in apidoc.qoyod.com (Accounts, Products, Inventories, Vendors, Purchase Orders, Bills, Customers, Quotes, Invoices, Credit/Debit Notes, Receipts, Journal Entries...).Ready-to-use tools for quick access:
qoyod_list_customers,qoyod_get_customer,qoyod_create_customer,qoyod_list_products,qoyod_list_invoices,qoyod_get_invoice,qoyod_create_invoice,qoyod_list_bills,qoyod_list_vendors,qoyod_list_journal_entries,qoyod_create_journal_entry,qoyod_list_accounts.
Note: Qoyod's general documentation does not detail every field of every resource. When creating (
create_*), verify the correct payload shape via apidoc.qoyod.com or first try viaqoyod_requestwith test data.
Related MCP server: Piriod MCP Server
2) Running Locally (optional, for testing before deployment)
Requires Node.js 18 or later.
npm install
cp .env.example .env
# افتح .env وضع مفتاح الـ API الخاص بك من قيود (Settings > General Settings > API Key)
npm startThe server will run on http://localhost:3000/mcp.
3) Deploying to a Free Hosting — Example Using Render.com
Create a free account on render.com (or use your GitHub account to log in).
Upload this folder to a new GitHub repository (you can create an empty repository on github.com and then upload the files directly from the web interface if you're not familiar with git).
From the Render dashboard: New + → Web Service → choose the repository.
Settings:
Build Command:
npm installStart Command:
npm startEnvironment Variable: add
QOYOD_API_KEYwith your Qoyod API key as the value.
Click Deploy. After the build finishes, you'll get a link like:
https://qoyod-mcp-server.onrender.comThe full MCP link you'll use in Claude is:
https://qoyod-mcp-server.onrender.com/mcp
Other Alternatives
The same steps roughly apply to Railway, Fly.io, and Cloudflare Workers (requires a small adjustment to fit the Workers environment).
Note on Render's free plan: the server "sleeps" after a period of inactivity and needs ~30-50 seconds for the first request after idle. If you want an always-instant response, you need a paid plan or another hosting that doesn't put the service to sleep.
4) Connecting It to Claude
In Claude's settings, find the Connectors section → Add custom connector.
Paste the link:
https://your-app.onrender.com/mcpSave. After that, Qoyod tools will appear among Claude's available tools in any conversation where you enable this connector.
5) Security
Your API key is stored only as an environment variable (
QOYOD_API_KEY) on your hosting — it never appears in the code and is never sent to any other party.Do not share your
/mcplink with anyone you don't trust; it grants full access to the associated Qoyod account (according to the key's permissions).If you suspect the key has leaked, go to Qoyod → General Settings → click Generate New Key to issue a new key that immediately invalidates the old one.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceConnects Claude Desktop to the MonKey Office Connect JSON-API, enabling natural language queries for accounting data like bookings, invoices, and open items. It allows users to retrieve information about companies, accounts, customers, and projects through a set of specialized tools.
- FlicenseNot gradedqualityCmaintenanceConnects Claude with Piriod.com API to manage invoicing and payments, enabling listing/creating invoices, searching customers, and viewing payments through natural language.
- AlicenseNot gradedqualityAmaintenanceEnables Claude to interact with Acumatica ERP through a remote MCP server with per-user OAuth, role-based access, and 44 tools for querying and managing ERP data.17Apache 2.0
- AlicenseCqualityBmaintenanceProvides complete QuickBooks Online API integration for Claude Code and other MCP-compatible clients, enabling full CRUD operations on 29 entity types and 11 financial reports.100Apache 2.0
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/baraeyah1989/qoyod-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server