Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
get_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.

ParametersJSON Schema
NameRequiredDescriptionDefault

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
severityNo
acknowledgedNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYes
agent_idYes
service_idYes
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
payment_idYes
verification_tokenYes

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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.