Server Details
Verify AI agent payments and detect fraud. Input: agent_id, amount, service_id.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolsget_agent_statsInspect
Get payment and fraud statistics for the Agent Teller platform. No input required. Returns counts of agents, payments by status, total volume (USD), and open fraud alerts.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_fraud_alertsInspect
List open fraud alerts for AI agent payments. Input: acknowledged (bool, optional), severity (critical|high|medium, optional). Returns: list of alerts with agent_name, severity, reason.
| Name | Required | Description | Default |
|---|---|---|---|
| severity | No | ||
| acknowledged | No |
request_paymentInspect
Request a payment on behalf of an AI agent. Input: agent_id, amount (USD float), service_id. Returns: payment_id, status, verification_token, fraud_score (0-1). Use before verify_payment.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| agent_id | Yes | ||
| service_id | Yes |
verify_paymentInspect
Verify a pending payment using its token. Input: payment_id, verification_token. Returns: verified (bool), fraud_score, transaction_id. Call after request_payment.
| Name | Required | Description | Default |
|---|---|---|---|
| payment_id | Yes | ||
| verification_token | Yes |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!