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

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Memo Bank Marketplace MCP server": {
    "url": "https://docs-marketplace.api.memo.bank/mcp"
  }
}

Close

Contact us to apply for a marketplace application registration.

To register, you'll need:

  • A private key to sign the JWT to authenticate your requests;
  • A set of scopes your application will have access to;
  • One or more redirect URIs to be used during the OAuth2 flow.

Upon registration, you'll receive the following pieces of information:

  • A certificate and its SHA256 thumbprint to identify your application;
  • A secret code to include in the JWT to authenticate your requests;
  • A client ID to identify your application when using the OAuth2 flow;
  • A client secret to authenticate your OAuth2 token requests;
  • A token to authenticate our requests to your webhook.

Keep your secrets secure and never expose them in client-side code.