Skip to main content
Glama
tera911

MF Invoice MCP

by tera911

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MF_CLIENT_IDYesClient ID obtained from the MoneyForward Cloud developer settings.
MF_CALLBACK_PORTNoPort for the OAuth redirect URI (e.g., http://localhost:38080/callback). Default is 38080.38080
MF_CLIENT_SECRETYesClient Secret obtained from the MoneyForward Cloud developer settings.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mf_auth_status

認証状態を確認します

mf_auth_start

OAuth認証を開始します。ローカルサーバーを起動してコールバックを待ちます。

mf_auth_callback

認証コードを使用してアクセストークンを取得します

mf_refresh_token

アクセストークンをリフレッシュします

mf_list_partners

取引先一覧を取得します。検索キーワードで絞り込み可能です。

mf_get_partner

取引先の詳細情報を取得します

mf_list_items

品目一覧を取得します。検索キーワードで絞り込み可能です。

mf_get_item

品目の詳細情報を取得します

mf_list_quotes

見積書一覧を取得します。取引先や期間で絞り込み可能です。

mf_get_quote

見積書の詳細情報を取得します

mf_create_quote

インボイス制度対応の見積書を作成します

mf_update_quote

見積書を更新します

mf_download_quote_pdf

見積書のPDF URLを取得します

mf_convert_quote_to_billing

見積書を請求書に変換します

mf_list_billings

請求書一覧を取得します。取引先や期間で絞り込み可能です。

mf_get_billing

請求書の詳細情報を取得します

mf_create_billing

インボイス制度対応の請求書を作成します

mf_create_billing_from_quote

見積書から請求書を作成します

mf_update_billing

請求書を更新します

mf_update_payment_status

請求書の入金状態を更新します

mf_download_billing_pdf

請求書のPDF URLを取得します

mf_create_delivery_slip

【v3 API未サポート】見積書から納品書を作成します。※現在v3 APIでは納品書作成エンドポイントが提供されていないため、このツールは機能しません。納品書はマネーフォワードのWebUIから作成してください。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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