Akoya MCP Server
@apimatic
Akoya MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント