MF Invoice MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MF_CLIENT_ID | Yes | Client ID obtained from the MoneyForward Cloud developer settings. | |
| MF_CALLBACK_PORT | No | Port for the OAuth redirect URI (e.g., http://localhost:38080/callback). Default is 38080. | 38080 |
| MF_CLIENT_SECRET | Yes | Client Secret obtained from the MoneyForward Cloud developer settings. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mf_auth_statusC | 認証状態を確認します |
| mf_auth_startB | OAuth認証を開始します。ローカルサーバーを起動してコールバックを待ちます。 |
| mf_auth_callbackC | 認証コードを使用してアクセストークンを取得します |
| mf_refresh_tokenB | アクセストークンをリフレッシュします |
| mf_list_partnersC | 取引先一覧を取得します。検索キーワードで絞り込み可能です。 |
| mf_get_partnerC | 取引先の詳細情報を取得します |
| mf_list_itemsC | 品目一覧を取得します。検索キーワードで絞り込み可能です。 |
| mf_get_itemC | 品目の詳細情報を取得します |
| mf_list_quotesB | 見積書一覧を取得します。取引先や期間で絞り込み可能です。 |
| mf_get_quoteC | 見積書の詳細情報を取得します |
| mf_create_quoteC | インボイス制度対応の見積書を作成します |
| mf_update_quoteC | 見積書を更新します |
| mf_download_quote_pdfC | 見積書のPDF URLを取得します |
| mf_convert_quote_to_billingC | 見積書を請求書に変換します |
| mf_list_billingsB | 請求書一覧を取得します。取引先や期間で絞り込み可能です。 |
| mf_get_billingC | 請求書の詳細情報を取得します |
| mf_create_billingC | インボイス制度対応の請求書を作成します |
| mf_create_billing_from_quoteC | 見積書から請求書を作成します |
| mf_update_billingC | 請求書を更新します |
| mf_update_payment_statusC | 請求書の入金状態を更新します |
| mf_download_billing_pdfC | 請求書のPDF URLを取得します |
| mf_create_delivery_slipA | 【v3 API未サポート】見積書から納品書を作成します。※現在v3 APIでは納品書作成エンドポイントが提供されていないため、このツールは機能しません。納品書はマネーフォワードのWebUIから作成してください。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/tera911/mf-invoice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server