Brilliant Made MCP. Manage swag inventory and orders through natural conversation.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Brilliant Made MCP Server manages corporate swag and gifting campaigns. Use your AI agent to track orders, check real-time inventory across all product lines, and manage gift cards directly from your chat window.
It lets you see order status, find specific product details, and even cancel pending orders without opening the main dashboard.
What your AI agents can do
Cancel order
Cancels an existing swag order by providing the order ID.
Create gift card
Generates and records a new storefront gift card for use.
Create order
Places a brand new swag order using specified products and quantities.
Retrieves real-time stock counts for all products in the catalog.
Lists all swag orders, retrieves details for a specific order, and allows for the cancellation of pending orders.
Lists all available products or gets specific details for a product variant.
Creates new storefront gift cards and lists existing gift card records.
Initiates a new swag order or cancels an existing one.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Brilliant Made MCP Server: 10 Tools for Swag & Gifting
Manage your entire corporate swag lifecycle. These tools let you list orders, check stock, create gift cards, and place new orders using natural language commands.
019d7563cancel order
Cancels an existing swag order by providing the order ID.
019d7563create gift card
Generates and records a new storefront gift card for use.
019d7563create order
Places a brand new swag order using specified products and quantities.
019d7563get inventory status
Retrieves the current stock count for every product variant.
019d7563get order
Fetches full details for a single, specific order ID.
019d7563get product variant
Gets the price and stock status for a specific product variant SKU.
019d7563list fulfillment orders
Lists all orders that are currently going through the fulfillment process.
019d7563list gift cards
Retrieves a list of all gift cards issued through the storefront.
019d7563list orders
Lists all historical and current swag orders.
019d7563list products
Retrieves a full list of all available products in the store catalog.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Brilliant Made, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
This server manages your corporate swag and gifting campaigns. You'll use your AI agent to check inventory, track orders, and manage gift cards without leaving your chat window.
Checking Stock and Products
Your agent can get the current stock count for every product variant in the catalog. You can also see the price and stock status for a specific product variant SKU. Need to know what's available? You can retrieve a full list of every product in the store catalog. You'll get a full list of all swag orders, plus all historical and current ones.
You can also list all orders currently going through fulfillment.
Managing Orders
To see everything that's happening with your swag, you can list all swag orders. You can pull up the full details for any single, specific order ID. If an order needs to be stopped, your agent can cancel it by providing the order ID. You can also place a brand new swag order using specified products and quantities.
Handling Gifts
To handle gifting, your agent can create and record a new storefront gift card. It'll also pull up a list of every gift card issued through the storefront, letting you keep track of them all.
How Brilliant Made MCP Works
- 1 Subscribe to the server and enter your Brilliant Made API Key.
- 2 Your AI agent executes the desired action (e.g., 'Show me inventory for mugs').
- 3 The server returns the data (e.g., 'Mugs: 150 in stock') directly to your chat window.
The bottom line is you manage your swag operations using plain language prompts, without logging into a separate dashboard.
Who Is Brilliant Made MCP For?
Office managers who dread manually checking inventory before an event. Marketing leads who need to track gifting campaign fulfillment status instantly. Ops engineers who need to verify order statuses and manage stock levels without clicking through multiple web pages.
Quickly checks stock for upcoming office events or places swag orders for new hires.
Monitors the fulfillment status of large client gifting campaigns and checks product availability in real-time.
Verifies complex order status histories and manages inventory levels across multiple product lines using natural language.
What Changes When You Connect
- Check stock instantly. Use
get_inventory_statusto see real-time counts for everything, from hoodies to stickers. No manual dashboard checks needed. - Track orders in detail.
get_orderprovides the full history for any single order, letting you know exactly where it is in fulfillment. - Control your gifting budget. You can
create_gift_cardandlist_gift_cardsto manage rewards or client incentives without leaving your chat. - Streamline procurement. Use
list_ordersto see all past and current orders at once, helping you plan for future needs. - Validate product details. Need to know the price or stock of a specific item?
get_product_variantpulls that exact data point immediately. - Fix mistakes fast. Use
cancel_orderto stop an order immediately if something changes before it ships.
Real-World Use Cases
The New Hire Swag Run
The Office Manager needs 100 branded mugs for the new team. They prompt their agent: 'Check inventory and create an order for 100 mugs.' The agent runs get_inventory_status first, confirms stock, and then uses create_order to place the order. Done in two prompts.
The Event Fulfillment Audit
A Marketing Specialist is running a big conference. They ask the agent to 'List all swag orders for the conference and check the status of the top 5 items.' The agent calls list_fulfillment_orders and then get_product_variant to verify product availability across the board.
Client Incentive Management
The Ops Lead needs to reward three top clients. They prompt the agent: 'Create three gift cards for $100 each.' The agent runs create_gift_card and records the records, instantly updating the client's account balance.
The Problem Order
An order was placed in error. Instead of logging into the dashboard, the Ops Lead tells the agent: 'Cancel Order #4567.' The agent immediately executes cancel_order, saving time and preventing the physical shipment of wrong items.
The Tradeoffs
Listing everything first
You run list_orders to see all 500 orders, find the one you need, and then run get_order for that single ID. This is two steps and slow.
→
If you know the order ID, just ask the agent to 'Get details for Order #1234'. The agent runs get_order directly, skipping the bulk list and saving time.
Assuming stock availability
Creating an order and assuming the inventory will be there. The order fails later because the product ran out.
→
Always check the stock first. Ask the agent: 'Check inventory for all products.' This uses get_inventory_status before you run create_order.
Manual product lookup
To find out if a specific color is available, you have to click into the product page and manually check the variant SKU.
→
Just ask the agent: 'Get details for product variant var_XYZ.' The agent runs get_product_variant and gives you the price and stock status in plain text.
When It Fits, When It Doesn't
Use this if you need to manage the physical lifecycle of corporate merchandise—tracking stock, creating orders, or issuing gift cards. You need a system that acts like a chat interface for your dashboard. Don't use this if you just need to read a single document or calculate a financial report; those are specialized tools. If your task involves complex logistics (like coordinating multiple shipping carriers), you'll need a dedicated fulfillment system. This server is for managing the data and state of the swag, not the shipping itself.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Brilliant Made. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Checking on swag orders shouldn't require three separate tabs.
Right now, tracking swag means bouncing between the main order dashboard, the product catalog, and the inventory page. You check the order status there, then click to the product page to check the SKU, and finally open a separate tab just to see if you have enough stock. It's manual, it's slow, and you lose context.
With this MCP server, you just ask your agent, 'What's the status of Order #1234 and do we have enough stock for 50 more mugs?' The agent runs `get_order` and `get_inventory_status` and gives you a single, combined answer.
Brilliant Made MCP Server: Manage orders and inventory.
You eliminate the need to manually reconcile order IDs against product SKUs. Instead of downloading a CSV, you tell your agent to `list_orders` and ask it to compare that list against the current stock using `get_inventory_status`. The system does the cross-referencing for you.
The workflow moves from 'data retrieval' to 'actionable outcome.' You don't just get a list; you get confirmation, or you get the exact API call needed to fix it. It's a change in process, not just a tool.
Common Questions About Brilliant Made MCP
How do I use the Brilliant Made MCP Server to check inventory? +
You use get_inventory_status. This tool retrieves real-time stock counts across all product variants. You just ask your agent to check the stock, and it runs the tool for you.
Can I cancel an order using the cancel_order tool? +
Yes, you run cancel_order and provide the specific order ID. The agent will attempt to cancel the order, preventing further fulfillment steps.
Does the Brilliant Made MCP Server let me create orders? +
Yes, you use create_order to place a new swag order. You must specify the products and quantities when you run the tool.
What is the difference between list_orders and list_fulfillment_orders? +
Use list_orders for a complete history of all orders. Use list_fulfillment_orders when you only want to see items that are currently actively moving through the shipping process.
How do I get details for a specific product variant? (get_product_variant) +
You run get_product_variant and give it the specific SKU or variant ID. This returns the price, stock, and name for that single item.
How do I list all gift cards using the list_gift_cards tool? +
The list_gift_cards tool retrieves all storefront gift cards. You get a list including the card ID, purchase date, and current balance for review.
+
Can I check if a specific swag item is in stock? +
Yes! Use the get_inventory_status tool. Your agent will fetch the real-time stock levels for all products in your Brilliant Made store.
How do I see the fulfillment status of my last order? +
Simply ask the agent to get_order and provide the Order ID. It will retrieve the current status, such as 'processing', 'shipped', or 'delivered', directly from Brilliant Made.
Does the integration allow creating a new gift card? +
Yes. Use the create_gift_card action and provide the amount. The card will be generated in your storefront and can then be assigned to a recipient.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
WhatsApp Chat Export Parser
Turn messy WhatsApp chat exports into clean, structured JSON instantly. Let your AI search years of conversations, find lost addresses, and summarize long threads local.
Dada Now Delivery
Bring Dada Now's Instant Local Delivery API to your LLM. Schedule swift deliveries, manage your stores, and calculate routing fees.
Superblocks
Build and manage internal tools and workflows — list applications, manage configurations, and generate secure embed tokens directly from your AI agent.
You might also like
Goldsky (Web3 Data Indexing & Subgraphs)
Manage Web3 data pipelines and subgraphs. List, create, and monitor real-time indexing pipelines directly from your AI agent.
IP Address Parser
Validate, parse, and classify any IPv4 or IPv6 address. Detect private vs public ranges, parse CIDR notation, and convert between IPv4 and IPv6. Powered by ipaddr.js — the engine behind Express.js.
Easelly
Design infographics and visual reports using templates and a drag-and-drop editor that makes data storytelling simple.