Skip to main content
Glama
kentaroajisaka

mf-full-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
authenticateA

MFへのOAuth認証を開始する。返ってきたauthUrlをユーザーがブラウザで開き、事業者を選択して許可すると自動でトークンが保存される。完了確認はauth_status。

auth_statusA

進行中の認証フローの状態を確認する(waiting/exchanging/done/error)。

list_officesA

保存済みトークン(事業者)の一覧とアクティブな接続先を表示する。

use_officeA

このセッションのアクティブな接続先事業者を切り替える(プロセス内メモリのみ。他セッション/他ウィンドウには影響しない)。

remove_officeC

保存済みトークンを削除する。

mfc_ca_currentOfficeB

事業者情報と会計期間を取得します。

mfc_ca_getTermSettingsA

会計年度設定(税込/税抜・課税方式等)を取得します。

mfc_ca_getAccountsC

勘定科目を取得します。

mfc_ca_getSubAccountsC

補助科目を取得します。

mfc_ca_getDepartmentsB

部門を取得します。

mfc_ca_getTaxesC

税区分を取得します。

mfc_ca_getTradePartnersC

取引先を取得します。

mfc_ca_postTradePartnersB

取引先を作成します。

mfc_ca_getConnectedAccountsB

連携サービス(自動連携・手動管理とも)を取得します。

mfc_ca_getJournalsB

仕訳一覧を取得します。start_date または end_date のいずれかが必要。

mfc_ca_getJournalByIdB

仕訳を1件取得します。

mfc_ca_postJournalsB

仕訳を作成します(帳簿書き込み。要ユーザー承認)。

mfc_ca_putJournalsA

仕訳を更新します(全置換API・帳簿書き込み。要ユーザー承認)。

mfc_ca_deleteJournalsA

仕訳を完全削除します(公式MCP未提供・帳簿書き込み。要ユーザー承認)。

mfc_ca_getReportsTrialBalanceBalanceSheetB

貸借対照表の試算表(累計)を取得します。

mfc_ca_getReportsTrialBalanceProfitLossC

損益計算書の試算表(累計)を取得します。

mfc_ca_getReportsTransitionBalanceSheetB

貸借対照表の推移表(月別)を取得します。

mfc_ca_getReportsTransitionProfitLossC

損益計算書の推移表(月別)を取得します。

mfc_ca_getTransactionsB

連携サービスで収集された明細一覧を取得します(自動連携・手動とも)。

mfc_ca_postTransactionsA

手動管理の連携サービスに明細を作成します(要ユーザー承認)。

mfc_ca_postTransactionJournalizeA

明細から仕訳を作成します(帳簿書き込み。要ユーザー承認)。相手科目account_idのみ必須。貸借方向・口座側科目・税区分・invoice_kindはMFが自動補完。

mfc_ca_postVouchersA

証憑をアップロードし仕訳に添付します(公式MCP未提供・要ユーザー承認)。file_paths を渡せばローカルファイルを自動でbase64化する。journal_id 省略時は孤立証憑になる(後から仕訳に紐づける手段はない)ので原則指定すること。

mfc_ca_deleteVouchersA

仕訳と証憑の紐付けを解除します(証憑自体は孤立して残る。公式MCP未提供・要ユーザー承認)。

mf_full_infoB

このサーバーの設定情報(要求スコープ・コールバックポート等)を表示する。

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/kentaroajisaka/mf-full-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server