mf-accounting-voucher-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 Money Forward app portal. | |
| MF_TOKEN_PATH | No | File path where tokens are stored. | ~/.mf-accounting-voucher-mcp/tokens.json |
| MF_ALLOWED_EXT | No | Comma-separated list of allowed file extensions. | .pdf,.jpg,.jpeg,.png |
| MF_MAX_FILE_MB | No | Maximum allowed file size in megabytes. | 20 |
| MF_REDIRECT_URI | No | Redirect URI for OAuth. Default uses the configured port. | http://127.0.0.1:{PORT}/callback |
| MF_CLIENT_SECRET | Yes | Client secret obtained from the Money Forward app portal. | |
| MF_REDIRECT_PORT | No | Local port for the OAuth callback. | 53682 |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| post_vouchersA | マネーフォワード クラウド会計の仕訳に証憑ファイル(PDF・画像)を添付する。ファイルはローカルの絶対パスで指定し、サーバー側で読み込んでbase64送信する(ファイル内容はLLMを経由しない)。 |
| delete_voucherA | マネーフォワード クラウド会計の仕訳から証憑ファイルの添付を解除する(添付解除。ファイル自体の削除ではなく仕訳との紐付けを外す操作)。 |
| delete_journalA | マネーフォワード クラウド会計の仕訳を削除する。この操作は元に戻せません。実行前に必ずユーザーの明示的な確認を取り、対象仕訳の内容(取引No・日付・金額・摘要)を提示してから呼び出すこと。 |
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/solara-co-jp/mf-accounting-voucher-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server