Anvyl Connector for AI agents.
10 live capabilities
Manage your supply chain and purchase orders without leaving your chat.
Waiting for input…
Why people use Anvyl
Anvyl for Solving Manual Purchase Order Tracking
This Connector changes that. You can just ask your agent to pull the data you need. You get a clean summary of your orders and specs without ever leaving your chat interface.
What Vinkius changes
You get a conversational interface for your entire supply chain database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking a late shipment
An operations lead asks their agent to check the logistics for a specific purchase order using `list_logistics` to see where the parts are stuck.
- Real-world use case 02
Updating a production delay
A manager records a material shortage by telling the agent to use `delay_milestone` for a specific order, automatically updating the team's view.
- Real-world use case 03
Sourcing a new part
A procurement specialist looks up supplier info and part specs using `get_supplier` and `get_part` to verify details before placing an order.
Complete set · 10capabilities
The complete Anvyl capability set.
These are the exact actions your AI can choose when you ask it to work with Anvyl.
01—04
4 capabilities in this set.
Part of 10 available through Anvyl.
- 01 Capability
List purchase orders
Get a high-level list of all purchase orders for your team. This is perfect for a quick daily overview.
- 02 Capability
List suppliers
See a full list of all suppliers registered in your account. This helps you manage your vendor base easily.
- 03 Capability
Confirm milestone
Mark a production milestone as complete for a specific purchase order. This keeps your production timeline accurate.
- 04 Capability
Delay milestone
Record a delay for a milestone for a purchase order. It helps the team stay informed on new delivery dates.
05—07
3 capabilities in this set.
Part of 10 available through Anvyl.
- 05 Capability
Get part
Pull specific details and specs for a single part from your inventory. Use this to quickly verify part information.
- 06 Capability
Get purchase order
View the full details and current status of a specific purchase order. This is great for quick status checks.
- 07 Capability
Get supplier
Retrieve contact information and details for a specific supplier. Use this to find the right person to call.
08—10
3 capabilities in this set.
Part of 10 available through Anvyl.
- 08 Capability
List logistics
Get a list of all tracking records and logistics data for a purchase order. This keeps your team informed on transit.
- 09 Capability
List milestones
See all production and shipping milestones associated with an order. This gives you a full view of order progress.
- 10 Capability
List parts
Pull a complete list of all parts currently in your Anvyl account. Use this to see your entire parts catalog.
Set up in minutes
One URL. Then ask Anvyl to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Anvyl from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QsIjSGZvy5yEzk6A2Cxp77EmF0iL7zrslxeNGaiT/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Anvyl, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Anvyl for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QsIjSGZvy5yEzk6A2Cxp77EmF0iL7zrslxeNGaiT/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Anvyl URL.
- Step 03
Save and start
Save the connection and enable Anvyl in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"anvyl": {
"url": "https://edge.vinkius.com/vk_preview_QsIjSGZvy5yEzk6A2Cxp77EmF0iL7zrslxeNGaiT/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Anvyl
Open Agent mode in chat and ask: "Using Anvyl, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"anvyl": {
"url": "https://edge.vinkius.com/vk_preview_QsIjSGZvy5yEzk6A2Cxp77EmF0iL7zrslxeNGaiT/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Anvyl
Ask Copilot: "Using Anvyl, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"anvyl": {
"url": "https://edge.vinkius.com/vk_preview_QsIjSGZvy5yEzk6A2Cxp77EmF0iL7zrslxeNGaiT/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Anvyl
Open Cascade and ask: "Using Anvyl, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"anvyl": {
"url": "https://edge.vinkius.com/vk_preview_QsIjSGZvy5yEzk6A2Cxp77EmF0iL7zrslxeNGaiT/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Anvyl
Ask Cline: "Using Anvyl, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add anvyl --transport http "https://edge.vinkius.com/vk_preview_QsIjSGZvy5yEzk6A2Cxp77EmF0iL7zrslxeNGaiT/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Anvyl
Ask Claude: "Using Anvyl, show me...". 10 tools are ready
Where the request belongs
Work Anvyl can move forward.
This is for the supply chain manager who's tired of manual data entry and the procurement lead who needs to find specs instantly.
Supply Chain Manager
Tracks multiple POs and updates production milestones daily to keep the team on schedule.
Procurement Specialist
Pulls supplier data and part specs during planning meetings to ensure accurate ordering.
Operations Lead
Monitors production health and logistics without having to navigate complex dashboard menus.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMegaventory
Inventory and order management via Megaventory. track products, stock levels, and orders.
MRPeasy
Manage manufacturing and inventory via MRPeasy. track customer orders, MOs, and stock items directly from your AI agent.
Factor (Cofactr)
Automate supply chain operations via Factor (Cofactr). manage parts, purchase orders, and inventory directly through your AI agent.
Duoplane
Equip your AI agent to manage multi-vendor orders, track purchase orders, and monitor vendor inventory via the Duoplane API.
zipperHQ
Manage procurement and vendor relationships with purchase order tracking, approval workflows, and spend visibility for teams.
DCL Logistics
Equip your AI agent to manage order fulfillment, track shipments, and monitor warehouse inventory via the DCL Logistics API.
Bring your own AI
Change the model, client or framework. Keep Anvyl connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Anvyl.
The practical details behind the request, access and result.
How does Anvyl MCP help my supply chain?
It gives you a way to talk to your supply chain data. You can ask questions about your orders, check on shipments, and get supplier info without having to log into your ERP dashboard every time.
Can I use Anvyl MCP to track shipments?
Yes, you can. You can ask your agent to pull all tracking records for a specific purchase order so you can see exactly where your materials are in transit.
How do I update production milestones with Anvyl MCP?
You just tell your agent to do it. For example, you can ask it to mark a milestone as complete or record a delay, and it will update your Anvyl records automatically.
Can Anvyl MCP find supplier info for me?
It can. Your agent can quickly pull up supplier contact details and other relevant information whenever you need it during your planning process.
Is Anvyl MCP good for procurement teams?
It's a great fit. Procurement teams can use it to quickly verify part specifications, list all active orders, and keep track of supplier statuses in one place.
How do I connect Anvyl MCP to my AI client?
Once you subscribe on Vinkius, you just need to provide your Anvyl API Key and Team ID in your AI client's settings to get started.
Where do I find my Anvyl Team ID?
You can find your Team ID in the URL when you are logged into the Anvyl dashboard (e.g., app.anvyl.com/teams/{TEAM_ID}/...) or in your workspace settings.
Can I update the status of a production milestone via AI?
Yes, you can use the confirm_milestone capability to mark a milestone as complete or delay_milestone if production is behind schedule, providing a reason and a new expected date.
How do I track the shipping status of my orders?
Use the list_logistics capability with your Purchase Order ID. It will return all tracking records and shipping updates associated with that specific order.
One connection away
Give your agent a direct line to Anvyl.
Connect Anvyl once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available