Model Context Protocol
The Antom Model Context Protocol (MCP) server provides a set of tools that AI agents can use to interact with the Antom API. Follow the steps below to establish interaction between your agent and the Antom API using the MCP server.
Before you begin
Before using Antom MCP, make sure you meet the following requirements:
- You already have an Antom merchant account. If you do not have an account yet, go to the Contact us page to register or contact Antom technical support.
- You have enabled Antom MCP login authorization permission. This feature is currently available only to selected allowlisted merchants. To request MCP access, contact pub_antom_integration_service@antom.com.
Connect to Antom MCP server
Claude Code
ChatGPT
Codex
Other MCP client
After installing, you can manage MCP client sessions in your Antom Dashboard settings.
Manage MCP client sessions
The Antom MCP server uses OAuth to connect MCP clients according to the MCP specification. OAuth is more secure than using your secret key because it allows more granular permissions and user based authorization. When you add the Antom MCP to a client, the MCP client opens an OAuth consent form which allows you to authorize the client to access your Antom data.
Manage your own sessions
To view authorized OAuth client sessions, go to Session management on Antom Dashboard. If you've authorized an MCP client, it’ll show under OAuth Sessions. To revoke OAuth access for an MCP client session:
- Navigate to Settings > Session management and switch to the OAuth Sessions menu.
- Find the client session in the list and click the overflow menu.
- Select Revoke access.
Manage MCP access
Administrators can enable MCP access on Antom Dashboard. Access is managed separately between Test mode and Live mode.
- Navigate to Settings > Team and switch to the MCP Access menu.
- Toggle the switch to enable MCP access.
Note: Currently, only accounts with administrator privileges can use this feature.
Tools
The server exposes the following MCP tools. We recommend enabling human confirmation of tools and exercising caution when using the Antom MCP with other servers to avoid prompt injection attacks. If you have feedback or want to see more tools, email us at pub_antom_integration_service@antom.com.