Token Notifications

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.omni-dev.integratedcommerce.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Omni API Dev MCP server": {
    "url": "https://docs.omni-dev.integratedcommerce.io/mcp"
  }
}

Close

In addition to transaction notifications, you can also subscribe to receive notifications for the following token events:

The same rules as transaction notifications apply:

  • The request body will contain a JSON payload with the details of the event
  • Each delivery is signed with the svix-id, svix-timestamp and svix-signature headers — see Webhook Configuration for how to verify them