MCP.so
ログイン

Mcp Server Adfin

@Adfin-Engineering

Mcp Server Adfin について

A Model Context Protocol Server for connecting with Adfin APIs

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

Adfin-Engineering

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "Adfin": {
      "command": "<home_path>/.local/bin/uv",
      "args": [
        "--directory",
        "<absolute_path_to_adfin_mcp_folder>",
        "run",
        "main_adfin_mcp.py"
      ],
      "env": {
        "ADFIN_EMAIL": "<email>",
        "ADFIN_PASSWORD": "<password>"
      }
    },
    "filesystem": {
      "command": "<home_path>/.local/bin/uv",
      "args": [
        "--directory",
        "<absolute_path_to_adfin_mcp_folder>",
        "run",
        "filesystem.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Server Adfin?

Mcp Server Adfin is a tool that allows AI assistants like Claude Desktop to interact with the Adfin financial platform via the Model Context Protocol (MCP). It is designed for users who want to manage invoices, credit control, and document uploads using natural language commands.

How to use Mcp Server Adfin?

Install Python 3.10 or higher and the uv package manager. Then configure Claude Desktop by editing claude_desktop_config.json to add the Adfin server with your email and password as environment variables, plus a filesystem server for file uploads. Once launched, Claude Desktop will automatically download the latest Adfin API tools, and you can issue requests like "Get credit control status" or "Create a new invoice" in natural language.

Key features of Mcp Server Adfin

  • Check credit control status via natural language.
  • Create invoices with amount, currency, customer name, and due date.
  • Upload multiple PDF invoices from a local folder.
  • Automatically downloads the most recent Adfin API documentation.
  • Integrates directly with Claude Desktop's developer settings.

Use cases of Mcp Server Adfin

  • Automate invoice creation based on conversational instructions.
  • Retrieve credit control status for a customer account.
  • Batch-upload PDF invoices from a local folder to Adfin.

FAQ from Mcp Server Adfin

What is Mcp Server Adfin used for?

It allows an AI assistant to perform Adfin tasks—such as checking credit status, creating invoices, and uploading PDF invoices—using simple natural language commands.

What are the prerequisites to run Mcp Server Adfin?

You need Python 3.10 or higher and the uv package manager installed on your system. You also need a Claude Desktop installation.

How do I configure Claude Desktop for Mcp Server Adfin?

Edit claude_desktop_config.json in Claude’s Developer settings to add the Adfin MCP server with your Adfin email and password as environment variables. A separate filesystem server is also required for invoice uploads.

Can I upload invoices from a local folder?

Yes. The example configuration includes a filesystem server, and you can ask the assistant to "Upload all pdf invoices from the invoices folder" to process them.

How does Mcp Server Adfin get the latest API capabilities?

Every time Claude Desktop launches, the most recent Adfin API documentation is downloaded, making the latest tools available to your assistant.

コメント

「その他」の他のコンテンツ