logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-service-adfin-integration

Facilitates interaction with Adfin's publicly exposed service interfaces to automate crucial fiscal operations, including generating financial billing records and executing solvency verifications. Offers immediate access to pertinent monetary metrics and utility functions, thereby boosting operational throughput.

Author

mcp-service-adfin-integration logo

Adfin-Engineering

No License

Quick Info

GitHub GitHub Stars 8
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

adfinapismcpserver adfinrequests adfinadfin engineering

Prerequisites:

  1. A runtime environment supporting Python version 3.10 or newer.

Phase 1. Installation of 'uv' Package Manager:

  • For Unix-like systems (macOS/Linux): Execute the script via curl: curl -LsSf https://astral.sh/uv/install.sh | sh
  • For Windows environments: Utilize PowerShell for execution: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Phase 2. Configuration within Claude Desktop Utility

  1. Secure and launch the Claude Desktop application.
  2. Navigate to the application's Settings menu, select the Developer section, and choose Edit Config.
  3. Update the claude_desktop_config.json file by incorporating the following structure:

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

  1. Restart the Claude Desktop client to apply the configuration changes.

The inaugural launch following these configuration modifications may exhibit a delay of approximately 10 to 20 seconds. This latency accounts for the necessary setup of required dependencies and the retrieval of the latest Adfin API documentation. Subsequent launches will ensure that the most current set of Adfin service tools is instantly accessible to your digital assistant.

Phase 3. Activation and Assistant Interaction

Initiate Claude Desktop and direct your assistant to leverage the newly integrated capabilities.

Practical Scenarios

Querying Creditworthiness Standing text Can you furnish the current credit control assessment?

Generating a New Billing Record text Effectuate a fresh invoice for 60 British Pounds directed to Abc Def, scheduled for payment one week from today. Their contact email is abc.def@example.com.

Instructing Upload of Multiple Invoices from Local Storage text Process the upload of every PDF invoice found within the 'invoices' subdirectory located on my Desktop.

See Also

`