MCP.so
Sign In

Akoya MCP Server

@apimatic

About Akoya MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

apimatic

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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]"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Akoya MCP Server?

Akoya MCP Server is a Model Context Protocol server that provides access to Akoya's Mikomo bank sandbox financial data. It is designed for use with Claude Desktop to retrieve account information and transactions from test accounts.

How to use Akoya MCP Server?

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.

Key features of Akoya MCP Server

  • 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

Use cases of Akoya MCP Server

  • Exploring Akoya's financial data sandbox with Claude Desktop
  • Testing MCP server integration with banking APIs
  • Prototyping personal finance or lending applications

FAQ from Akoya MCP Server

What Node.js version is required?

Node.js version 22 or greater is required.

How do I get an access token?

Follow the Akoya getting-started guide (docs.akoya.com/docs/getting-started) to authenticate and obtain an access token for the Mikomo sandbox.

What test accounts are available?

The sandbox includes a personal finance account and a lending/credit account. Links to their credentials and available date ranges are in the Akoya docs.

Where does the server configuration go?

Add the server definition to your Claude Desktop config file, typically claude_desktop_config.json, with the path to dist/index.js and the AKOYA_AP_IS_V_2_4_0_LIB_ACCESS_TOKEN environment variable.

Do I need to specify dates when querying?

Yes, you must specify the date range you want when using the server in chat. Available date ranges are listed for each test account in the Akoya documentation.

Comments

More Other MCP servers