Rate limiting

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-nextgenpsd2.api.memo.bank/mcp

Standard setup for AI tools providing an mcp.json file

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

We enforce a rate limit on how many HTTP requests can be made in a given period. When the limit is reached, our PSD2 API will return an error 429 Too Many Requests.

To allow you to handle this rate limiting in a programmatic way, the following headers are sent along every response:

  • RateLimit-Limit: total number of available requests between two quota resets;
  • RateLimit-Remaining: number of available requests until the quota is reset;
  • RateLimit-Reset: time remaining (in seconds) until the quota is reset.