Beanstream決済MCPサーバー
上級
これはMiscellaneous, AI RAG分野の自動化ワークフローで、22個のノードを含みます。主にHttpRequestTool, McpTriggerなどのノードを使用。 AIエージェントをBeanstream決済APIに接続し、決済処理と管理を実現
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (22)
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "yJSpk7kJ1a04O1Bx",
"meta": null,
"name": "Beanstream Payments MCP Server",
"tags": [],
"nodes": [
{
"id": "10cf85e3-5487-41f5-aa78-f24e9372d0bb",
"name": "セットアップ手順",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1380,
-240
],
"parameters": {
"color": 4,
"height": 1060,
"content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Authentication**: \nNo authentication required\n\n3. **Activate Workflow**:\nEnable the workflow to start the MCP server\n\n4. **Get MCP URL**: \nCopy the webhook URL from the MCP trigger\n\n5. **Connect AI Agent**:\nUse the MCP URL in your AI agent configuration\n\n\n### 💡 Usage Notes\n• Parameters are auto-populated by AI using $fromAI() expressions\n• With 15 API endpoints available as tools\n• Responses maintain original API structure\n\n\n### 🛠️ Customization\n• Add data transformation nodes if needed\n• Implement custom error handling\n• Add logging or monitoring nodes\n\n• Modify parameter defaults in any HTTP request node as needed\n\n### 💬 Need Help?\nPing me on [discord](https://discord.me/cfomodz) for integration guidance and custom automations. Check the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for more information."
},
"typeVersion": 1
},
{
"id": "aaca9307-fb8b-4198-b0fd-4b03f1480a66",
"name": "ワークフロー概要",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1120,
-240
],
"parameters": {
"width": 420,
"height": 920,
"content": "## 🛠️ Beanstream Payments MCP Server ✅ 15 operations\n\n### About\nhttps://www.beanstream.com/api/v1\n\n### 🔧 How it Works\n\nThis workflow converts the Beanstream Payments API into an MCP-compatible interface for AI agents.\n\n• **MCP Trigger**: Serves as your server endpoint for AI agent requests\n• **HTTP Request Nodes**: Handle API calls to https://www.beanstream.com/api/v1\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n\n### 📋 Available Operations (15 endpoints)\n\n**Payments (5 operations)**\nmake, get, complete, return, void\n\n**Profiles (8 operations)**\ncreate, delete, get, update, add\n\n**Reporting (1 operations)**\nsearch\n\n**Token Iz Ation (1 operations)**\ntokenize\n\n"
},
"typeVersion": 1
},
{
"id": "eed93e60-7813-478b-9711-51301243fce5",
"name": "Beanstream決済MCPサーバー",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-620,
-240
],
"webhookId": "e5c945a1-5f5c-417c-9486-c200a684321f",
"parameters": {
"path": "beanstream-payments-mcp"
},
"typeVersion": 1
},
{
"id": "78cf70e1-6dc0-48a5-848d-7f8c1da4b7be",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
-100
],
"parameters": {
"color": 2,
"width": 1100,
"height": 200,
"content": "## Payments"
},
"typeVersion": 1
},
{
"id": "d7dcee97-fca7-47d4-9bdb-54de5ae2ec68",
"name": "Make Payment",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
-60
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/payments",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Make Payment"
},
"typeVersion": 4.2
},
{
"id": "5732277f-4160-40f8-9efd-44d53b3aedde",
"name": "支払い取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-320,
-60
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/payments/{{ $fromAI('transId', 'The transaction id.', 'number') }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Get payment\n\nParameters:\n- Path parameters:\n • transId (required) - The transaction id."
},
"typeVersion": 4.2
},
{
"id": "88a1369e-51ef-41d0-879a-6dd6630cda2f",
"name": "事前承認完了",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-120,
-60
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/payments/{{ $fromAI('transId', 'The transaction id.', 'number') }}/completions",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Complete pre-auth\n\nParameters:\n- Path parameters:\n • transId (required) - The transaction id."
},
"typeVersion": 4.2
},
{
"id": "5e3a4e6c-12f5-494b-8e61-a895fd739b87",
"name": "支払い返金",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
80,
-60
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/payments/{{ $fromAI('transId', 'The transaction id.', 'number') }}/returns",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Return payment\n\nParameters:\n- Path parameters:\n • transId (required) - The transaction id."
},
"typeVersion": 4.2
},
{
"id": "a3018c36-869a-4d3b-8ca1-94d78fa4fd8a",
"name": "取引無効化",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
280,
-60
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/payments/{{ $fromAI('transId', 'The transaction id to void.', 'number') }}/void",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Void Transaction\n\nParameters:\n- Path parameters:\n • transId (required) - The transaction id to void."
},
"typeVersion": 4.2
},
{
"id": "371feb84-49d2-4010-84ac-1e023cd90424",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
140
],
"parameters": {
"color": 3,
"width": 1700,
"height": 200,
"content": "## Profiles"
},
"typeVersion": 1
},
{
"id": "68754dbe-a628-443a-ab80-2bbf74b9b426",
"name": "プロファイル作成",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
180
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/profiles",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Create Profile"
},
"typeVersion": 4.2
},
{
"id": "a9065397-5853-46e6-adb7-bede4bfce5c5",
"name": "プロファイル削除",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-320,
180
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/profiles/{{ $fromAI('profileId', 'The profile id. (aka CustomerCode)', 'string') }}",
"method": "DELETE",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Delete profile\n\nParameters:\n- Path parameters:\n • profileId (required) - The profile id. (aka CustomerCode)"
},
"typeVersion": 4.2
},
{
"id": "8b199a3c-018d-4aa4-8344-185c981f40ba",
"name": "プロファイル取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-120,
180
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/profiles/{{ $fromAI('profileId', 'The profile id. (aka CustomerCode)', 'string') }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Get profile\n\nParameters:\n- Path parameters:\n • profileId (required) - The profile id. (aka CustomerCode)"
},
"typeVersion": 4.2
},
{
"id": "3d79b652-c7b0-4d8b-8403-bebd57b4762f",
"name": "プロファイル更新",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
80,
180
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/profiles/{{ $fromAI('profileId', 'The profile id. (aka CustomerCode)', 'string') }}",
"method": "PUT",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Update Profile\n\nParameters:\n- Path parameters:\n • profileId (required) - The profile id. (aka CustomerCode)"
},
"typeVersion": 4.2
},
{
"id": "3bc55fa3-0af2-441f-b63c-68bf43f8c715",
"name": "カード一覧取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
280,
180
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/profiles/{{ $fromAI('profileId', 'The profile id. (aka CustomerCode)', 'string') }}/cards",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Get cards\n\nParameters:\n- Path parameters:\n • profileId (required) - The profile id. (aka CustomerCode)"
},
"typeVersion": 4.2
},
{
"id": "007af91b-fa75-4f96-aeca-fba4b6af0c13",
"name": "カード追加",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
480,
180
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/profiles/{{ $fromAI('profileId', 'The profile id. (aka CustomerCode)', 'string') }}/cards",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Add card\n\nParameters:\n- Path parameters:\n • profileId (required) - The profile id. (aka CustomerCode)"
},
"typeVersion": 4.2
},
{
"id": "db8f3d93-7143-45f2-a0b2-62674ca812c7",
"name": "カード削除",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
680,
180
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/profiles/{{ $fromAI('profileId', 'The profile id. (aka CustomerCode)', 'string') }}/cards/{{ $fromAI('cardId', 'The card id.', 'number') }}",
"method": "DELETE",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Delete card\n\nParameters:\n- Path parameters:\n • profileId (required) - The profile id. (aka CustomerCode)\n • cardId (required) - The card id."
},
"typeVersion": 4.2
},
{
"id": "a14cb589-7cf0-4bb5-9dab-20a8d8bf925d",
"name": "カード更新",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
880,
180
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/profiles/{{ $fromAI('profileId', 'The profile id. (aka CustomerCode)', 'string') }}/cards/{{ $fromAI('cardId', 'The card id.', 'number') }}",
"method": "PUT",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Update card\n\nParameters:\n- Path parameters:\n • profileId (required) - The profile id. (aka CustomerCode)\n • cardId (required) - The card id."
},
"typeVersion": 4.2
},
{
"id": "6a86caeb-81fe-4e66-a8b9-aa07ec030897",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
380
],
"parameters": {
"color": 4,
"width": 300,
"height": 200,
"content": "## Reporting"
},
"typeVersion": 1
},
{
"id": "469674d1-78ec-43fe-81ed-4e65e4647ff0",
"name": "検索クエリ",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
420
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/reports",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Search Query"
},
"typeVersion": 4.2
},
{
"id": "d0e81d3b-fed6-490c-8fde-430c1c82a18f",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
620
],
"parameters": {
"color": 5,
"width": 300,
"height": 200,
"content": "## Token Iz Ation"
},
"typeVersion": 1
},
{
"id": "25d6e319-d4ac-41d4-9510-d3c427e731c7",
"name": "クレジットカードトークン化",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
660
],
"parameters": {
"url": "=https://www.beanstream.com/api/v1/scripts/tokenization/tokens",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Tokenize credit card"
},
"typeVersion": 4.2
}
],
"active": false,
"shared": [
{
"role": "workflow:owner",
"project": {
"id": "G5fce9xGuBAsWBXe",
"icon": null,
"name": "David Ashby <david.ashby.lds@gmail.com>",
"type": "personal",
"createdAt": "2025-06-04T02:55:02.013Z",
"updatedAt": "2025-06-04T02:56:01.361Z",
"projectRelations": [
{
"role": "project:personalOwner",
"user": {
"id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
"role": "global:owner",
"email": "david.ashby.lds@gmail.com",
"disabled": false,
"lastName": "Ashby",
"settings": {
"npsSurvey": {
"responded": true,
"lastShownAt": 1749357655581
},
"userActivated": true,
"userActivatedAt": 1749075994495,
"easyAIWorkflowOnboarded": true,
"firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
},
"createdAt": "2025-06-04T02:55:01.745Z",
"firstName": "David",
"isPending": false,
"updatedAt": "2025-06-08T04:40:58.399Z",
"mfaEnabled": false,
"personalizationAnswers": {
"version": "v4",
"personalization_survey_n8n_version": "1.95.3",
"personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
}
},
"userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
"createdAt": "2025-06-04T02:55:02.013Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-06-04T02:55:02.013Z"
}
]
},
"createdAt": "2025-07-01T21:21:40.720Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-07-01T21:21:40.720Z",
"workflowId": "yJSpk7kJ1a04O1Bx"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-07-01T21:21:40.719Z",
"updatedAt": "2025-07-01T21:21:56.000Z",
"versionId": "31711dc9-631e-4d6d-a88c-de5bbfd848bf",
"isArchived": false,
"staticData": null,
"connections": {
"007af91b-fa75-4f96-aeca-fba4b6af0c13": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"3bc55fa3-0af2-441f-b63c-68bf43f8c715": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"db8f3d93-7143-45f2-a0b2-62674ca812c7": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"5732277f-4160-40f8-9efd-44d53b3aedde": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"8b199a3c-018d-4aa4-8344-185c981f40ba": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"a14cb589-7cf0-4bb5-9dab-20a8d8bf925d": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"d7dcee97-fca7-47d4-9bdb-54de5ae2ec68": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"469674d1-78ec-43fe-81ed-4e65e4647ff0": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"68754dbe-a628-443a-ab80-2bbf74b9b426": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"a9065397-5853-46e6-adb7-bede4bfce5c5": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"5e3a4e6c-12f5-494b-8e61-a895fd739b87": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"3d79b652-c7b0-4d8b-8403-bebd57b4762f": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"a3018c36-869a-4d3b-8ca1-94d78fa4fd8a": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"88a1369e-51ef-41d0-879a-6dd6630cda2f": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
},
"25d6e319-d4ac-41d4-9510-d3c427e731c7": {
"ai_tool": [
[
{
"node": "eed93e60-7813-478b-9711-51301243fce5",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - その他, AI RAG検索拡張
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
アメリカ環境保護庁 エグゼクティブ&コンプライアンス ヒストリー オンライン(ECHO)―クリーン アーキュメント法 MCPサーバー
MCP 統合を介して AI エージェントを EPA Clean Air Act データに接続する
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
21 ノードDavid Ashby
その他
AWSコストと使用量レポートサービスMCPサーバー
AIエージェント向けAWSコスト・使用量レポート管理
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
11 ノードDavid Ashby
DevOps
api.clarify.io MCPサーバー
Clarify APIとAIエージェント統合による音声・動画データ検索・分析
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
27 ノードDavid Ashby
エンジニアリング
ClickMeter API MCPサーバー
ClickMeter リンク追跡・アナリティクスAPI、完全な操作対応
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
119 ノードDavid Ashby
市場調査
大学フットボール データ API MCPサーバー
カレッジフットボール分析プラットフォームによる包括のデータAPIアクセス
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
83 ノードDavid Ashby
エンジニアリング
Lyft MCP サーバー
MCPを使用した完全なLyft API統合(16種の操作をサポート)
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
25 ノードDavid Ashby
エンジニアリング
ワークフロー情報
難易度
上級
ノード数22
カテゴリー2
ノードタイプ3
作成者
David Ashby
@cfomodzA hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord
外部リンク
n8n.ioで表示 →
このワークフローを共有