PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversecommerce-and-retailauthnet-mcp
返回「ecommerce-and-retail」

authnet-mcp

modelscope·@alamedaim-apps/authnet-mcp

ecommerce-and-retail0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

authnet-mcp

MCP server for Authorize.net transaction reporting and settlement data.

Overview

What is authnet-mcp?

authnet-mcp is a Model Context Protocol (MCP) server that provides read-only access to Authorize.net transaction reporting APIs. Query settled batches, transaction details, and settlement statistics directly from AI assistants.

How to use authnet-mcp?

Install via npx, set your Authorize.net API credentials as environment variables, and connect from any MCP-compatible client (Claude Code, Cline, etc.).

Key features:

  • View settled and pending batches
  • Query transaction details by batch or transaction ID
  • Get customer transaction history
  • Retrieve batch statistics and merchant details
  • Read-only - no payment processing, no risk of accidental charges
  • Secure - all API calls over HTTPS, credentials never exposed

Use cases:

  • Quick transaction lookups from your terminal
  • Daily settlement reconciliation
  • Customer payment history queries
  • Batch reporting and statistics

Requirements

  • Node.js 18+

Installation

npx authnet-mcp

Or install globally:

npm install -g authnet-mcp

Configuration

Set these environment variables:

VariableRequiredDescription
AUTHNET_API_LOGIN_IDYesYour Authorize.net API Login ID
AUTHNET_TRANSACTION_KEYYesYour Authorize.net Transaction Key
AUTHNET_ENVIRONMENTNosandbox (default) or production

Claude Code Setup

Add to your .mcp.json:

{
  "mcpServers": {
    "authnet": {
      "command": "npx",
      "args": ["authnet-mcp"],
      "env": {
        "AUTHNET_API_LOGIN_ID": "your-login-id",
        "AUTHNET_TRANSACTION_KEY": "your-transaction-key",
        "AUTHNET_ENVIRONMENT": "production"
      }
    }
  }
}

Available Tools

ToolDescription
get_settled_batch_listList settled batches within a date range
get_transaction_listGet all transactions in a batch
get_unsettled_transaction_listGet pending transactions
get_transaction_detailsFull details for a specific transaction
get_customer_profile_transaction_listAll transactions for a customer profile
get_batch_statisticsAggregate stats for a batch
get_merchant_detailsMerchant account information

Example Queries

Once connected, ask your AI assistant:

  • "Show me recent settled batches"
  • "Get transactions for batch 1042572961"
  • "What's pending settlement?"
  • "Pull details on transaction 121364862857"

Security

  • HTTPS only - The Authorize.net SDK enforces TLS for all API calls
  • Read-only - No payment processing capabilities, only reporting
  • Masked data - Card numbers are returned masked (e.g., XXXX1234)
  • Local credentials - API keys stay in your environment, never transmitted via MCP

FAQ

Is sandbox mode available? Yes, set AUTHNET_ENVIRONMENT=sandbox (this is the default).

Can this process payments? No. This MCP is read-only for reporting. Use the official Authorize.net SDK for payment processing.

What Node.js version is required? Node.js 18 or higher.

License

MIT

相关 MCP Servers(来自「ecommerce-and-retail」)

对话购物MCP

一种MCP服务器,它将人工智能助手连接到SearchAgora,使用户能够通过自然语言对话在网页上搜索、发现和购买产品。

@Fewsats/agora-mcp

多平台商品搜索

一个服务器,它通过BigGo的价格比较API,实现跨多个电子商务平台搜索产品、追踪价格历史以及比较产品规格的功能。

@Funmula-Corp/BigGo-MCP-Server

优步外卖AI下单助手

一个概念验证的模型上下文协议服务器,使大型语言模型应用程序能够与Uber Eats互动,允许人工智能代理通过自然语言浏览和订购食物。

@ericzakariasson/uber-eats-mcp-server

Actors 微云服务器

使用 Apify 提供的 3,000 多种预构建云工具(称为 Actors),从网站、电子商务平台、社交媒体、搜索引擎、地图等提取数据。

@apify/actors-mcp-server

bayarcash-mcp-server

暂无描述。

@khairulimran-97/bayarcash-mcp-server

bayarcash-mcp-server

暂无描述。

@webimpianteam/bayarcash-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/alamedaim-apps-authnet-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

npx authnet-mcp

基本信息

分类
金融 / ecommerce-and-retail / databases
运行方式
No
许可证
Unknown
详情文件
alamedaim-apps-authnet-mcp.md