modelscope·@alamedaim-apps/authnet-mcp
暂无描述。
MCP server for Authorize.net transaction reporting and settlement data.
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:
Use cases:
npx authnet-mcp
Or install globally:
npm install -g authnet-mcp
Set these environment variables:
| Variable | Required | Description |
|---|---|---|
AUTHNET_API_LOGIN_ID | Yes | Your Authorize.net API Login ID |
AUTHNET_TRANSACTION_KEY | Yes | Your Authorize.net Transaction Key |
AUTHNET_ENVIRONMENT | No | sandbox (default) or production |
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"
}
}
}
}
| Tool | Description |
|---|---|
get_settled_batch_list | List settled batches within a date range |
get_transaction_list | Get all transactions in a batch |
get_unsettled_transaction_list | Get pending transactions |
get_transaction_details | Full details for a specific transaction |
get_customer_profile_transaction_list | All transactions for a customer profile |
get_batch_statistics | Aggregate stats for a batch |
get_merchant_details | Merchant account information |
Once connected, ask your AI assistant:
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.
MIT
一种MCP服务器,它将人工智能助手连接到SearchAgora,使用户能够通过自然语言对话在网页上搜索、发现和购买产品。
一个服务器,它通过BigGo的价格比较API,实现跨多个电子商务平台搜索产品、追踪价格历史以及比较产品规格的功能。
一个概念验证的模型上下文协议服务器,使大型语言模型应用程序能够与Uber Eats互动,允许人工智能代理通过自然语言浏览和订购食物。
使用 Apify 提供的 3,000 多种预构建云工具(称为 Actors),从网站、电子商务平台、社交媒体、搜索引擎、地图等提取数据。
暂无描述。
暂无描述。