Block 1 - Setup Instructions
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? [Join the community](https://www.skool.com/beyond nodes automation lab 2006/a...
n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.mcptrigger, n8n-nodes-base.httprequesttool
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Ashby.
Original n8n.io sourceNeed help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
Complete MCP server exposing 23 AWS Budgets API operations to AI agents.
This workflow converts the AWS Budgets API into an MCP-compatible interface for AI agents.
β’ MCP Trigger: Serves as your server endpoint for AI agent requests
β’ HTTP Request Nodes: Handle API calls to https://budgets.amazonaws.com
β’ AI Expressions: Automatically populate parameters via $fromAI() placeholders
β’ Native Integration: Returns responses directly to the AI agent
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.CreateBudget:
Creates a budget and, if included, notifications and subscribers.
<important>Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.CreateBudgetAction: Creates a budget action.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.CreateNotification: Creates a notification. You must create the budget before you create the associated notification.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.CreateSubscriber: Creates a subscriber. You must create the associated budget and notification before you create the subscriber.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DeleteBudget:
Deletes a budget. You can delete your budget at any time.
<important>Deleting a budget also deletes the notifications and subscribers that are associated with that budget.
</important>β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DeleteBudgetAction: Deletes a budget action.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DeleteNotification:
Deletes a notification.
<important>Deleting a notification also deletes the subscribers that are associated with the notification.
</important>β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DeleteSubscriber:
Deletes a subscriber.
<important>Deleting the last subscriber to a notification also deletes the notification.
</important>β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudget:
Describes a budget.
<important>The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudgetAction: Describes a budget action detail.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudgetActionHistories: Describes a budget action history detail.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudgetActionsForAccount: Describes all of the budget actions for an account.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudgetActionsForBudget: Describes all of the budget actions for a budget.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudgetNotificationsForAccount: Lists the budget names and notifications that are associated with an account.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudgetPerformanceHistory: Describes the history for DAILY, MONTHLY, and QUARTERLY budgets. Budget history isn't available for ANNUAL budgets.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeBudgets:
Lists the budgets that are associated with an account.
<important>The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeNotificationsForBudget: Lists the notifications that are associated with a budget.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.DescribeSubscribersForNotification: Lists the subscribers that are associated with a notification.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.ExecuteBudgetAction: Executes a budget action.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.UpdateBudget:
Updates a budget. You can change every part of a budget except for the budgetName and the calculatedSpend. When you modify a budget, the calculatedSpend drops to zero until Amazon Web Services has new usage data to use for forecasting.
Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.UpdateBudgetAction: Updates a budget action.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.UpdateNotification: Updates a notification.
β’ POST /#X-Amz-Target=AWSBudgetServiceGateway.UpdateSubscriber: Updates a subscriber.
Parameter Handling: AI agents automatically provide values for: β’ Path parameters and identifiers β’ Query parameters and filters β’ Request body data β’ Headers and authentication
Response Format: Native AWS Budgets API responses with full data structure
Error Handling: Built-in n8n HTTP request error management
Connect this MCP server to any AI agent or workflow:
β’ Claude Desktop: Add MCP server URL to configuration β’ Cursor: Add MCP server SSE URL to configuration β’ Custom AI Apps: Use MCP URL as tool endpoint β’ API Integration: Direct HTTP calls to MCP endpoints
β’ Zero Setup: No parameter mapping or configuration needed
β’ AI-Ready: Built-in $fromAI() expressions for all parameters
β’ Production Ready: Native n8n HTTP request handling and logging
β’ Extensible: Easily modify or add custom logic
> π Free for community use! Ready to deploy in under 2 minutes.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 49 workflow blocks. Download the JSON for the full node graph.
| Workflow | Expose AWS budgets API operations to AI agents via MCP server |
|---|---|
| Complexity | advanced |
| Nodes | 49 |
| Categories | DevOps, AI Chatbot |
| Author | David Ashby |
| Published | 01 Jul 2025 |
Use the JSON export at /data/workflows/5499/5499.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? [Join the community](https://www.skool.com/beyond nodes automation lab 2006/a...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps, AI Chatbot use case.