Qoyod MCP Server
Qoyod MCP Server
Claude を、会計ソフト Qoyod(قيود) の公式 REST API(https://api.qoyod.com/2.0)を介して直接接続する、小さな MCP(Model Context Protocol)サーバーです。
デプロイ(deploy)すると、任意のホスティングで次のような HTTPS URL を取得できます。
https://your-app.onrender.com/mcpこの URL を Claude の設定画面で Custom Connector として追加すると、Claude は、顧客、請求書、仕入先、日次仕訳、そしてそれ以外の Qoyod のリソースも、ブラウザを開く必要なく、どの会話でも読み取り・作成できるようになります。
1) 利用可能なツール(Tools)
qoyod_request— apidoc.qoyod.com に文書化された任意のリソース(Accounts、Products、Inventories、Vendors、Purchase Orders、Bills、Customers、Quotes、Invoices、Credit/Debit Notes、Receipts、Journal Entries、…)をカバーする汎用(passthrough)ツール。すぐに使えるツール:
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。
注意:Qoyod の一般的なドキュメントは、すべてのリソースのすべてのフィールドを詳しく説明しているとは限りません。作成系(
create_*)の操作では、apip の正しい payload の形式を apidoc.qoyod.com で確認するか、まずはテストデータを使ってqoyod_requestを試してください。
Related MCP server: Piriod MCP Server
2) ローカルでの実行(任意。デプロイ前の動作確認用)
Node.js 18 以降が必要です。
npm install
cp .env.example .env
# افتح .env وضع مفتاح الـ API الخاص بك من قيود (Settings > General Settings > API Key)
npm startサーバーは http://localhost:3000/mcp で動作します。
3) 無料ホスティングへのデプロイ(Deploy)— Render.com の例
render.com で無料アカウントを作成します(または GitHub アカウントでログインできます)。
このフォルダを新しい GitHub リポジトリにアップロードします(git に慣れていない場合は、github.com で空のリポジトリを作成し、Web インターフェースから直接ファイルをアップロードしても構いません)。
Render のダッシュボードで New + → Web Service → リポジトリを選択します。
設定:
Build Command:
npm installStart Command:
npm startEnvironment Variable:
QOYOD_API_KEYを追加し、値に Qoyod の API キーを指定します。
Deploy を押します。ビルドが完了すると、次のような URL が取得できます:
https://qoyod-mcp-server.onrender.comClaude で使う完全な MCP の URL は次のとおりです:
https://qoyod-mcp-server.onrender.com/mcp
その他の代替
ほぼ同じ手順が Railway と Fly.io と Cloudflare Workers にも適用できます(Workers の環境に合わせた簡単な変更が必要です)。
Render の無料プランについての注意:サーバーは一定時間アイドル状態になると「スリープ」し、スリープ後最初のリクエストには約30~50秒かかります。常に即座に応答させたい場合は、有料プランか、サーバーをスリープさせないホスティングを利用する必要があります。
4) Claude への接続
Claude の設定で Connectors(コネクタ)のセクションを探し、Add custom connector を選びます。
次の URL を貼り付けます:
https://your-app.onrender.com/mcp保存します。その後、このコネクタを有効にした任意の会話で、Claude が使えるツールとして Qoyod のツールが表示されます。
5) セキュリティ
API キーは、ホスティング上の環境変数(
QOYOD_API_KEY)としてのみ保存されます。コード内に表示されることも、他の誰かに送信されることもありません。自分が信頼する人以外に、この
/mcpの URL を共有しないでください。この URL は、関連する Qoyod アカウントに(キーの権限に応じて)フルアクセスを許可するものになります。API キーが漏えいした疑いがある場合は、Qoyod → 一般設定 → Generate New Key を押してください。新しいキーが発行され、古いキーは直ちに無効になります。
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