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.

评论

其他 分类下的更多 MCP 服务器