Bufferapp MCPサーバー
上級
これはSocial Media, AI Chatbot分野の自動化ワークフローで、27個のノードを含みます。主にHttpRequestTool, McpTriggerなどのノードを使用。 MCPプロトコルを通じてBufferのソーシャルメディア管理APIをAIエージェントに接続
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (27)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "xrpsDgoggqJkiM4G",
"meta": null,
"name": "Bufferapp MCP Server",
"tags": [],
"nodes": [
{
"id": "47859ebb-ed16-421d-8176-e776181e2122",
"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. **Configure Authentication**: \nSet up oauth2 credentials\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 18 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": "5f9de723-ebba-49d4-8b5f-d7b52acb5841",
"name": "ワークフロー概要",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1120,
-240
],
"parameters": {
"width": 420,
"height": 1020,
"content": "## 🛠️ Bufferapp MCP Server ✅ 18 operations\n\n### About\nSocial media management for marketers and agencies\n\n### 🔧 How it Works\n\nThis workflow converts the Bufferapp 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://api.bufferapp.com/1/\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n\n### 📋 Available Operations (18 endpoints)\n\n**Info (1 operations)**\nGet Buffer Configuration\n\n**Links (1 operations)**\nGet Link Share Count\n\n**Profiles (7 operations)**\nUpdate Profile Schedules, Get Profile Schedules, Get Pending Updates, Reorder Profile Updates, Get Sent Updates, Shuffle Profile Updates, Get Profile Details\n\n**Profiles Media Type Extension (1 operations)**\nList User Profiles\n\n**Updates (7 operations)**\nCreate Status Updates, Delete Status Update, Get Update Interactions, Move Update to Top, Share Update Immediately, Edit Status Update, Get Status Update\n\n**User Media Type Extension (1 operations)**\nGet User Details\n\n"
},
"typeVersion": 1
},
{
"id": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"name": "Bufferapp MCPサーバー",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-620,
-240
],
"webhookId": "d6342cb7-2632-4261-97bf-5f2343b6f6a7",
"parameters": {
"path": "bufferapp-mcp"
},
"typeVersion": 1
},
{
"id": "b2a82af3-f1c0-4a7d-adb8-69d1b6989b28",
"name": "付箋ノート",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
-100
],
"parameters": {
"color": 2,
"width": 300,
"height": 200,
"content": "## Info"
},
"typeVersion": 1
},
{
"id": "7c7a51ec-2bcf-47e0-af14-2dfc065fa79b",
"name": "Buffer設定を取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
-60
],
"parameters": {
"url": "=https://api.bufferapp.com/1//info/configuration{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "With the current configuration that Buffer is using, including supported services, their icons and the varying limits of character and schedules.\n\nParameters:\n- Path parameters:\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "38e2f07e-320f-4b07-adaf-6e9fd4175ae3",
"name": "付箋ノート2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
140
],
"parameters": {
"color": 3,
"width": 300,
"height": 200,
"content": "## Links"
},
"typeVersion": 1
},
{
"id": "d216610c-a285-400f-a982-8e5fe83e54d0",
"name": "リンク共有数を取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
180
],
"parameters": {
"url": "=https://api.bufferapp.com/1//links/shares{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"sendQuery": true,
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "url",
"value": "={{ $fromAI('url', 'URL-encoded URL of the page for which the number of shares is requested.', 'string') }}"
}
]
},
"toolDescription": "Numbers of shares a link has had using Buffer.\n\nParameters:\n- Path parameters:\n • mediaTypeExtension (required)\n- Query parameters:\n • url (required) - URL-encoded URL of the page for which the number of shares is requested."
},
"typeVersion": 4.2
},
{
"id": "75f3acc5-11c3-4491-be17-0b49f45edea2",
"name": "付箋ノート3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
380
],
"parameters": {
"color": 4,
"width": 1500,
"height": 200,
"content": "## Profiles"
},
"typeVersion": 1
},
{
"id": "1d91dced-d3a3-4362-9233-b6de31649f2d",
"name": "プロフィールスケジュールを更新",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
420
],
"parameters": {
"url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/schedules/update{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "\"Set the posting schedules for the specified social media profile.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "efb9c8c6-d26d-4b55-a1b5-a53bd028e530",
"name": "プロフィールスケジュールを取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-320,
420
],
"parameters": {
"url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/schedules{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Details of the posting schedules associated with a social media profile.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "b8e24ad6-0e33-4e56-bdf3-5719cb91b07d",
"name": "保留中の更新を取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-120,
420
],
"parameters": {
"url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/updates/pending{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"sendQuery": true,
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "page",
"value": "={{ $fromAI('page', 'Specifies the page of status updates to receive. If not specified the first page of results will be returned.', 'number') }}"
},
{
"name": "count",
"value": "={{ $fromAI('count', 'Specifies the number of status updates to receive. If provided, must be between 1 and 100.', 'number') }}"
},
{
"name": "since",
"value": "={{ $fromAI('since', 'Specifies a unix timestamp which only status updates created after this time will be retrieved.', 'string') }}"
},
{
"name": "utc",
"value": "={{ $fromAI('utc', 'If utc is set times will be returned relative to UTC rather than the users associated timezone.', 'boolean') }}"
}
]
},
"toolDescription": "\"Returns an array of updates that are currently in the buffer for an individual social media profile.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)\n- Query parameters:\n • page (optional) - Specifies the page of status updates to receive. If not specified the first page of results will be returned.\n • count (optional) - Specifies the number of status updates to receive. If provided, must be between 1 and 100.\n • since (optional) - Specifies a unix timestamp which only status updates created after this time will be retrieved.\n • utc (optional) - If utc is set times will be returned relative to UTC rather than the users associated timezone."
},
"typeVersion": 4.2
},
{
"id": "f88811b4-f119-489d-a076-85c560edc81b",
"name": "プロフィール更新を並び替え",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
80,
420
],
"parameters": {
"url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/updates/reorder{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Edit the order at which statuses for the specified social media profile will be sent out of the buffer.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "e53263c8-b561-4844-9565-2393f2b799f1",
"name": "送信済み更新を取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
280,
420
],
"parameters": {
"url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/updates/sent{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"sendQuery": true,
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "page",
"value": "={{ $fromAI('page', 'Specifies the page of status updates to receive. If not specified the first page of results will be returned.', 'number') }}"
},
{
"name": "count",
"value": "={{ $fromAI('count', 'Specifies the number of status updates to receive. If provided, must be between 1 and 100.', 'number') }}"
},
{
"name": "since",
"value": "={{ $fromAI('since', 'Specifies a unix timestamp which only status updates created after this time will be retrieved.', 'string') }}"
},
{
"name": "utc",
"value": "={{ $fromAI('utc', 'If utc is set times will be returned relative to UTC rather than the users associated timezone.', 'boolean') }}"
}
]
},
"toolDescription": "Array of updates that have been sent from the buffer for an individual social media profile.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)\n- Query parameters:\n • page (optional) - Specifies the page of status updates to receive. If not specified the first page of results will be returned.\n • count (optional) - Specifies the number of status updates to receive. If provided, must be between 1 and 100.\n • since (optional) - Specifies a unix timestamp which only status updates created after this time will be retrieved.\n • utc (optional) - If utc is set times will be returned relative to UTC rather than the users associated timezone."
},
"typeVersion": 4.2
},
{
"id": "a49fbfb2-3f9f-4d0d-9e18-a0ddb1d1fd51",
"name": "プロフィール更新をシャッフル",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
480,
420
],
"parameters": {
"url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/updates/shuffle{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Randomize the order at which statuses for the specified social media profile will be sent out of the buffer.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "2c41b589-a67b-4bb0-8eb4-22ba2ce560dc",
"name": "プロフィール詳細を取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
680,
420
],
"parameters": {
"url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Details of the single specified social media profile.\n\nParameters:\n- Path parameters:\n • mediaTypeExtension (required)\n • id (required)"
},
"typeVersion": 4.2
},
{
"id": "5e99f1b0-fc18-4dff-b680-07f968539a7e",
"name": "付箋ノート4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
620
],
"parameters": {
"color": 5,
"width": 300,
"height": 200,
"content": "## Profiles Media Type Extension"
},
"typeVersion": 1
},
{
"id": "07aef0b8-d0dc-4d56-a344-42ebdc10c9dc",
"name": "ユーザープロフィール一覧",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
660
],
"parameters": {
"url": "=https://api.bufferapp.com/1//profiles{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Array of social media profiles connected to a users account.\n\nParameters:\n- Path parameters:\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "fdbdf74e-3089-4e1d-82dd-78f3ad7741d0",
"name": "付箋ノート5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
860
],
"parameters": {
"color": 6,
"width": 1500,
"height": 200,
"content": "## Updates"
},
"typeVersion": 1
},
{
"id": "dcd77133-f17f-4164-99f8-7f1d6eb477f2",
"name": "ステータス更新を作成",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
900
],
"parameters": {
"url": "=https://api.bufferapp.com/1//updates/create{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Create one or more new status updates.\n\nParameters:\n- Path parameters:\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "ae57789c-6957-415b-bb3b-206c00387272",
"name": "ステータス更新を削除",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-320,
900
],
"parameters": {
"url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/destroy{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Permanently delete an existing status update.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "887cf82e-fe46-4096-b3ad-b22476167d46",
"name": "更新インタラクションを取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-120,
900
],
"parameters": {
"url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/interactions{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"sendQuery": true,
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "event",
"value": "={{ $fromAI('event', 'Specifies a type of event to be retrieved, for example \"retweet\", \"like\", \"comment\", \"mention\" or \"reshare\". They can also be plural (e.g., \"reshares\"). Plurality has no effect other than visual semantics. See /info/configuration for more information on supported interaction events.', 'string') }}"
},
{
"name": "page",
"value": "={{ $fromAI('page', 'Specifies the page of status updates to receive. If not specified the first page of results will be returned.', 'number') }}"
},
{
"name": "count",
"value": "={{ $fromAI('count', 'Specifies the number of status updates to receive. If provided, must be between 1 and 100.', 'number') }}"
}
]
},
"toolDescription": "Detailed information on individual interactions with the social media update such as favorites, retweets and likes.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)\n- Query parameters:\n • event (required) - Specifies a type of event to be retrieved, for example \"retweet\", \"like\", \"comment\", \"mention\" or \"reshare\". They can also be plural (e.g., \"reshares\"). Plurality has no effect other than visual semantics. See /info/configuration for more information on supported interaction events.\n • page (optional) - Specifies the page of status updates to receive. If not specified the first page of results will be returned.\n • count (optional) - Specifies the number of status updates to receive. If provided, must be between 1 and 100."
},
"typeVersion": 4.2
},
{
"id": "ade84248-892f-4544-b744-d4e1a5cee0e5",
"name": "更新を先頭に移動",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
80,
900
],
"parameters": {
"url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/move_to_top{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Move an existing status update to the top of the queue and recalculate times for all updates in the queue. Returns the update with its new posting time.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "18ca9b0d-f261-459c-871d-2913283fee5b",
"name": "更新を即時共有",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
280,
900
],
"parameters": {
"url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/share{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Immediately shares a single pending update and recalculates times for updates remaining in the queue.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "90826251-d180-4603-adff-185a3c92ad01",
"name": "ステータス更新を編集",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
480,
900
],
"parameters": {
"url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/update{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"method": "POST",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Edit an existing, individual status update.\n\nParameters:\n- Path parameters:\n • id (required)\n • mediaTypeExtension (required)"
},
"typeVersion": 4.2
},
{
"id": "a71224bc-ab23-443e-bb8f-bcc431e1fa08",
"name": "ステータス更新を取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
680,
900
],
"parameters": {
"url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Single social media update.\n\nParameters:\n- Path parameters:\n • mediaTypeExtension (required)\n • id (required)"
},
"typeVersion": 4.2
},
{
"id": "2780d522-6119-4099-a89f-b2a37111814c",
"name": "付箋ノート6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
1100
],
"parameters": {
"color": 7,
"width": 300,
"height": 200,
"content": "## User Media Type Extension"
},
"typeVersion": 1
},
{
"id": "24c74240-55e0-49b9-885f-498a0a00df6e",
"name": "ユーザー詳細を取得",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
1140
],
"parameters": {
"url": "=https://api.bufferapp.com/1//user{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
"options": {},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"toolDescription": "Single user.\n\nParameters:\n- Path parameters:\n • mediaTypeExtension (required)"
},
"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-01T23:37:49.469Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-07-01T23:37:49.469Z",
"workflowId": "xrpsDgoggqJkiM4G"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-07-01T23:37:49.467Z",
"updatedAt": "2025-07-01T23:39:05.000Z",
"versionId": "72b0050f-bd70-46f7-9264-64c3c6ff2103",
"isArchived": false,
"staticData": null,
"connections": {
"e53263c8-b561-4844-9565-2393f2b799f1": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"24c74240-55e0-49b9-885f-498a0a00df6e": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"a71224bc-ab23-443e-bb8f-bcc431e1fa08": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"90826251-d180-4603-adff-185a3c92ad01": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"07aef0b8-d0dc-4d56-a344-42ebdc10c9dc": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"ade84248-892f-4544-b744-d4e1a5cee0e5": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"b8e24ad6-0e33-4e56-bdf3-5719cb91b07d": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"2c41b589-a67b-4bb0-8eb4-22ba2ce560dc": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"ae57789c-6957-415b-bb3b-206c00387272": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"d216610c-a285-400f-a982-8e5fe83e54d0": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"dcd77133-f17f-4164-99f8-7f1d6eb477f2": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"efb9c8c6-d26d-4b55-a1b5-a53bd028e530": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"887cf82e-fe46-4096-b3ad-b22476167d46": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"f88811b4-f119-489d-a076-85c560edc81b": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"a49fbfb2-3f9f-4d0d-9e18-a0ddb1d1fd51": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"7c7a51ec-2bcf-47e0-af14-2dfc065fa79b": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"18ca9b0d-f261-459c-871d-2913283fee5b": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
},
"1d91dced-d3a3-4362-9233-b6de31649f2d": {
"ai_tool": [
[
{
"node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - ソーシャルメディア, AIチャットボット
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
完全なInstagram API MCPサーバー
完全なInstagram API MCPサーバー
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
41 ノードDavid Ashby
ソーシャルメディア
[eBay] 物流API MCPサーバー
MCPサーバーによるeBay物流APIへのAIエージェントの統合
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
11 ノードDavid Ashby
エンジニアリング
高度なMedium API MCPサーバー
高度なMedium API MCPサーバー
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
43 ノードDavid Ashby
市場調査
BIN照会API MCPサーバー
BINカード情報照会APIコネクター(AIエージェント向け)、バランスチェック付き
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
7 ノードDavid Ashby
エンジニアリング
高级 Mandrill MCP サーバー
完全なMandrillメールAPI統合:AIツール向け(90種の操作)
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
108 ノードDavid Ashby
ソーシャルメディア
[eBay] コンプライアンスAPI MCPサーバー
AI エージェントを eBay Compliance API に接続して商品違反を管理する
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
8 ノードDavid Ashby
エンジニアリング
ワークフロー情報
難易度
上級
ノード数27
カテゴリー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で表示 →
このワークフローを共有