Overview
Trusted Agentic Commerce
Agentic commerce - where AI agents act on behalf of consumers - offers new opportunities for more personalized, frictionless customer experiences. But it also brings new risks. As businesses increasingly interact with agents vs. directly with consumers, it becomes harder to tell the difference between real users and fraudsters.
Bad actors are already taking advantage of this shift. They use advanced tools to mimic real behavior and scale attacks, leading to increased fraud and revenue loss. Common threats include:
Synthetic identities and stolen payment methods used by malicious agents
Account takeovers of legitimate consumer agents to make unauthorized purchases
Card testing through agent interactions without any intent to buy
Use of agents to scale out abuse of promotions or loyalty rewards, limited-item restrictions, refunds, and resale policies
Without a way to verify who is really behind an agent, businesses face a tough challenge: stop fraud while still allowing legit agents to buy. Mistakes can lead to chargebacks, lost revenue, high tokenization and processing fees, and poor customer experience.
Trusted Agentic Commerce, by Forter
Forter's Agentic Trust tools serve as foundational infrastructure to future-proof AI agents against emerging sophisticated threats. Seamlessly embedded within agentic commerce flows, they capture signals from consumer interactions and securely handle PII - enabling businesses to confidently link agents to the real humans behind them and authorize transactions with trust, precision, and without adding friction.
What Forter delivers:
Identity-based decisions in real time
Accurate fraud and abuse prevention
Improved payment authorization rates
Help with PCI compliance
Safe handling of consumer PII data
Forter's Trusted Agentic Commerce seamlessly integrates into your existing agentic workflows. This solution, powered by Forter's global digital identity network, is designed to help businesses build trust, improve conversions, and protect revenue in the evolving world of AI-assisted commerce.
With Forter, you can confidently support the future of agentic commerce - while keeping your business secure.
For custom pricing, EULA, or a private contract, please contact AWS-Marketplace@forter.com for a private offer. We transact exclusively via Private Offers on AWS Marketplace.
Highlights
Minimize fraud-related losses across emerging Agentic Commerce channels to protect revenue and customer trust
Maximize revenue by increasing conversion rates and approving more legitimate customers
Deliver secure, low-friction customer journeys through a single trusted platform - reducing fraud, streamlining payments, and enhancing loyalty, while providing merchants a consolidated view of customer identities across all commerce channels.
Highlights
- Minimize fraud-related losses across emerging Agentic Commerce channels to protect revenue and customer trust
- Maximize revenue by increasing conversion rates and approving more legitimate customers
- Deliver secure, low-friction customer journeys through a single trusted platform-reducing fraud, streamlining payments, and enhancing loyalty, while providing merchants a consolidated view of customer identities across all commerce channels.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/12 months |
---|---|---|
Basic Tier | Designed for less than 1M decisions/transactions per year | $120,000.00 |
Premium Tier | Designed for less than 5M decisions/transactions per year | $550,000.00 |
Custom Pricing | For Custom pricing, please reach out to AWS-Marketplace@forter.com | $0.00 |
Decisions | Additional fraud detections | $0.01 |
Vendor refund policy
Refunds are built-into each custom MSA. Details of the MSA are available here: https://www.forter.com/forter-service-level-agreement/Â
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
API-Based Agents & Tools
API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.
Additional details
Usage instructions
API
Getting Started
To integrate Forter's OAuth authentication with your MCP (Model Context Protocol) server, you'll need to:
- Login to your Forter portal account and navigate to Settings > MCP to configure your integration
- Follow the setup instructions below to add OAuth capabilities to your MCP server
Demo
For a quick OAuth demo, visit https://auth.forter.com/demoÂ
Configuration
1. Server Capabilities
Add OAuth capabilities to your MCP server initialization:
const mcpServer = new Server( { name: "your-mcp-server", version: "1.0.0", }, { capabilities: { tools: {}, authorization: { oauth2: { authorization_endpoint: "https://auth.forter.com/auth/authorize", token_endpoint: "https://auth.forter.com/auth/token", registration_endpoint: "https://auth.forter.com/auth/register", scopes_supported: ["account", "address", "payment", "history", "preferences"], response_types_supported: ["code"], grant_types_supported: ["authorization_code"], code_challenge_methods_supported: ["S256"] } } } } );2. Tool Authorization
Mark tools that require authentication by adding authorization metadata:
{ name: 'checkout', title: 'Complete Purchase', description: 'Process payment and create order', inputSchema: { type: "object", properties: { cartItems: { type: "array", items: { type: "string" } } } }, authorization: { required: true, scopes: ['account', 'address', 'payment'] } }3. Well-Known Endpoints
Expose OAuth metadata at /.well-known/mcp-authorization:
{ "version": "2025-06-18", "authorization": { "oauth2": { "authorization_endpoint": "https://auth.forter.com/auth/authorize", "token_endpoint": "https://auth.forter.com/auth/token", "scopes_supported": ["account", "address", "payment", "history", "preferences"] } }, "tools": { "checkout": { "authorization_required": true, "scopes": ["account", "address", "payment"] }, "update_order": { "authorization_required": true, "scopes": ["account", "history"] } } }Troubleshooting
OAuth Flow Not Triggering
- Verify authorization metadata is present on protected tools
- Check that /.well-known/mcp-authorization returns correct JSON
- Ensure MCP server URL is accessible via HTTPS
Token Validation Failures
- Confirm token is base64-decoded correctly
- Check that required scopes match tool authorization metadata
- Verify token expiration is properly validated
Support
For MCP integration questions or OAuth configuration issues, contact Forter support with:
- Your MCP server endpoint URL
- List of protected tools and their required scopes
- Sample tool definitions with authorization metadata
- Any error messages from Claude Desktop or your server logs
Support
Vendor support
Support details are available here:
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.