modelscope·@khairulimran-97/bayarcash-mcp-server
暂无描述。
Use AI to manage Bayarcash payments. Create payment links, check transactions, and integrate payment processing using natural language.
Smithery (Easiest):
npx -y @smithery/cli install @khairulimran-97/bayarcash-mcp-server --client claude
Manual Setup:
Add to your config file (~/.config/claude-code/mcp_settings.json):
{
"mcpServers": {
"bayarcash": {
"command": "node",
"args": ["/path/to/bayarcash-mcp-server/build/index.js"],
"env": {
"BAYARCASH_API_TOKEN": "your_token",
"BAYARCASH_API_SECRET_KEY": "your_secret",
"BAYARCASH_SANDBOX": "true"
}
}
}
}
Get your API credentials from https://console.bayar.cash Settings API
For detailed usage examples and workflows, see USAGE.md.
Talk to your AI naturally. The AI will guide you through an intelligent workflow:
"Create a payment for RM 100"
The AI will automatically:
"Check status of that payment"
"Show me the payment I just created"
The AI uses the stored payment intent ID to check status.
"Show all transactions"
The AI will ask: "Filter by email from last payment: test@example.com?"
More Examples:
"Create payment for RM 50 with portal abc123 using FPX"
"List all successful FPX payments today"
"Find transactions for customer@example.com"
"What payment channels are available?"
"Show me FPX banks"
8 Tools Available:
create_payment_intent - Create payment with guided workflowget_payment_intent - Get payment status by payment intent IDget_transaction - Get transaction by IDget_transaction_by_order - Find transaction by order numberlist_transactions - List transactions with smart filteringget_portals - List your payment portalsget_payment_channels - List available payment channels (10 channels)get_fpx_banks - List FPX online banking banksPayment Channels (by ID):
Smart Features:
Environment Variables:
| Variable | Required | Default | Description |
|---|---|---|---|
BAYARCASH_API_TOKEN | Yes | - | Your API token from console.bayar.cash |
BAYARCASH_API_SECRET_KEY | Yes | - | Your API secret key |
BAYARCASH_SANDBOX | No | true | Use sandbox (true) or production (false) |
Note: Server always uses API v3 (latest version). No need to specify version.
For Developers:
"Help me integrate Bayarcash in my Laravel app"
"Create a test payment for RM 50"
"Show me payment channels for my portal"
For Business:
"Show all successful payments today"
"Find transactions for customer@example.com"
"What's the total revenue from FPX this week?"
For more detailed examples and workflows, see USAGE.md.
Server not connecting?
npm run build in server directoryAuthentication errors?
BAYARCASH_SANDBOX matches your account typeValidation errors?
Getting API errors?
get_payment_channels to see available optionsMIT License - See LICENSE
一种MCP服务器,它将人工智能助手连接到SearchAgora,使用户能够通过自然语言对话在网页上搜索、发现和购买产品。
一个服务器,它通过BigGo的价格比较API,实现跨多个电子商务平台搜索产品、追踪价格历史以及比较产品规格的功能。
一个概念验证的模型上下文协议服务器,使大型语言模型应用程序能够与Uber Eats互动,允许人工智能代理通过自然语言浏览和订购食物。
使用 Apify 提供的 3,000 多种预构建云工具(称为 Actors),从网站、电子商务平台、社交媒体、搜索引擎、地图等提取数据。
暂无描述。
暂无描述。