Akoya MCP Server

by apimatic

261 downloads
Not rated
GitHub

Description

# Akoya MCP Server ## How to Build 1. Install Node.js version 22 or greater. Check version with `node --version`. 2. Run `cd sdk && npm install` to go to the SDK folder and build the SDK. 3. Now run `cd ../mcp-server && npm install` to go to the server folder and build the…

About

# Akoya MCP Server ## How to Build 1. Install Node.js version 22 or greater. Check version with `node --version`. 2. Run `cd sdk && npm install` to go to the SDK folder and build the SDK. 3. Now run `cd ../mcp-server && npm install` to go to the server folder and build the server. ## How to Run If you are not familiar…

Details

Author
apimatic
Downloads
261
Categories
Other

- Built with Node.js (version 22 or greater)
- Requires an Akoya sandbox access token
- Connects to Mikomo bank test accounts
- Supports personal finance and lending/credit accounts
- Needs explicit date range in chat queries

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Akoya MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Node.js 22+, build the SDK and server with npm install, then configure Claude Desktop by adding the server path and your Akoya access token in claude_desktop_config.json. When querying, specify the desired date range for transactions.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "akoya mcp server": {
            "Akoya": {
                "command": "node",
                "args": [
                    "[YOUR-PATH-HERE]/akoya-mcp-server-main/mcp-server/dist/index.js"
                ],
                "env": {
                    "AKOYA_AP_IS_V_2_4_0_LIB_ACCESS_TOKEN": "[YOUR-ACCESS-TOKEN-HERE]"
                }
            }
        }
    }
}

McpServers

{
    "Akoya": {
        "command": "node",
        "args": [
            "[YOUR-PATH-HERE]/akoya-mcp-server-main/mcp-server/dist/index.js"
        ],
        "env": {
            "AKOYA_AP_IS_V_2_4_0_LIB_ACCESS_TOKEN": "[YOUR-ACCESS-TOKEN-HERE]"
        }
    }
}

Akoya MCP Server

How to Build

1. Install Node.js version 22 or greater. Check version with node --version.
2. Run cd sdk && npm install to go to the SDK folder and build the SDK.
3. Now run cd ../mcp-server && npm install to go to the server folder and build the server.

How to Run

If you are not familiar with how to setup MCP Servers with Claude Desktop, see this tutorial first.

Now add something like this to your Claude Desktop config:

{
  "mcpServers": {
    "Akoya": {
      "command": "node",
      "args": ["[YOUR-PATH-HERE]/akoya-mcp-server-main/mcp-server/dist/index.js"],
      "env": {
        "AKOYA_AP_IS_V_2_4_0_LIB_ACCESS_TOKEN": "[YOUR-ACCESS-TOKEN-HERE]"
      }
    }
  }
}

A claude_desktop_config.json file is also provided as reference.

Make sure to set the path to the location where your MCP Server is stored as well as the access token you got after authenticating.

How to Get Access Token

Follow this guide to see how to get the access token to the Mikomo bank sandbox for Akoya.

Usage Tips

- See here for a list of sandbox accounts. For best results, try this personal finance account or this lending and credit account.
- Make sure to specify the date range you want when you are using the MCP Server in chat. The available date ranges are given for each account in the Akoya docs linked above.
- Username and password are always the same, for example the lending account has Username: GenericUser_LendingAndCredit and Password GenericUser_LendingAndCredit.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.