Getting started

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.api.memo.bank/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Memo Bank API MCP server": {
  "url": "https://docs.api.memo.bank/mcp"
}
Close

To get started with our Premium Bank API, talk to your banker first. He or she needs to activate the API feature on your Memo Bank workspace.

Once your banker has granted you API access, you can then set up your authentication using our web interface. To do so, navigate to the API section of your Memo Bank workspace.

Owners and administrators can create applications and manage their permissions. They can also invite collaborators to an application, allowing them to manage certificates, IP allow-lists, and webhooks.

Once an application and a certificate have been created, you will have three pieces of information allowing you to authenticate requests on the API:

  1. a certificate and its SHA256 thumbprint;
  2. a secret code;
  3. a cryptographic private key.