MCP.so
登录

Akoya MCP Server

@apimatic

关于 Akoya MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

apimatic

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

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