Fieldfolio Connector for AI agents.
12 live capabilities
Manage your wholesale inventory and B2B orders from a chat interface.
Waiting for input…
Why people use Fieldfolio
Fieldfolio for B2B Wholesale Inventory Management
With the Fieldfolio MCP, that cycle ends. You can just ask your agent to check the stock or pull up a customer's order history. It pulls the live data from your seller account and gives it to you in a single sentence. You get the right answer without the tab-switching.
What Vinkius changes
You get a direct chat interface for your entire wholesale operation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking stock for a lead
A sales rep asks about a vase, and the agent uses get_product to check availability in real time.
- Real-world use case 02
Bulk inventory updates
An ops manager uses update_inventory to adjust stock levels immediately after a new shipment arrives.
- Real-world use case 03
Customer history lookup
A manager uses get_customer to see if a retailer has ordered before to help with a custom quote.
Complete set · 12capabilities
The complete Fieldfolio capability set.
These are the exact actions your AI can choose when you ask it to work with Fieldfolio.
01—04
4 capabilities in this set.
Part of 12 available through Fieldfolio.
- 01 Capability
Get customer
Pull up the details and history for a specific retail customer. Use this to personalize your business relationships.
- 02 Capability
Get me
See the details of your current authorized seller account. This confirms your agent is connected to the right profile.
- 03 Capability
Get order
View the specific details of a single wholesale order. This is perfect for checking the status of a specific sale.
- 04 Capability
Get product
Fetch the full metadata for a specific product. Use this to see every detail about a single item in your shop.
05—08
4 capabilities in this set.
Part of 12 available through Fieldfolio.
- 05 Capability
List categories
See all the product categories in your marketplace. This helps you understand your catalog structure at a glance.
- 06 Capability
List customers
See a full list of all your retail customers. Use this to manage your entire customer base from your chat.
- 07 Capability
List inventory
Get a complete list of inventory levels across all products. This provides a high level view of your total stock.
- 08 Capability
List orders
See every wholesale order in your account. This is the quickest way to monitor your ongoing fulfillment.
09—12
4 capabilities in this set.
Part of 12 available through Fieldfolio.
- 09 Capability
List products
See every item in your wholesale catalog at once. This is useful for getting a full overview of your current offerings.
- 10 Capability
List webhooks
View all your active webhooks to check integration status. Use this to ensure your third-party capabilities are syncing correctly.
- 11 Capability
Search catalog
Find specific items in your catalog using keywords. This helps you locate SKUs quickly without manual browsing.
- 12 Capability
Update inventory
Change the stock quantity for a specific product immediately. This is a fast way to adjust levels after a shipment arrives.
Set up in minutes
One URL. Then ask Fieldfolio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fieldfolio 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_IM2pPp0Wjy6C7YCx7mOvAdJwKemHs0bHOL7GodMf/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 Fieldfolio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fieldfolio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IM2pPp0Wjy6C7YCx7mOvAdJwKemHs0bHOL7GodMf/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 Fieldfolio URL.
- Step 03
Save and start
Save the connection and enable Fieldfolio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fieldfolio": {
"url": "https://edge.vinkius.com/vk_preview_IM2pPp0Wjy6C7YCx7mOvAdJwKemHs0bHOL7GodMf/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 Fieldfolio
Open Agent mode in chat and ask: "Using Fieldfolio, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fieldfolio": {
"url": "https://edge.vinkius.com/vk_preview_IM2pPp0Wjy6C7YCx7mOvAdJwKemHs0bHOL7GodMf/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 Fieldfolio
Ask Copilot: "Using Fieldfolio, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fieldfolio": {
"url": "https://edge.vinkius.com/vk_preview_IM2pPp0Wjy6C7YCx7mOvAdJwKemHs0bHOL7GodMf/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 Fieldfolio
Open Cascade and ask: "Using Fieldfolio, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fieldfolio": {
"url": "https://edge.vinkius.com/vk_preview_IM2pPp0Wjy6C7YCx7mOvAdJwKemHs0bHOL7GodMf/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 Fieldfolio
Ask Cline: "Using Fieldfolio, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fieldfolio --transport http "https://edge.vinkius.com/vk_preview_IM2pPp0Wjy6C7YCx7mOvAdJwKemHs0bHOL7GodMf/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 Fieldfolio
Ask Claude: "Using Fieldfolio, show me...". 12 tools are ready
Where the request belongs
Work Fieldfolio can move forward.
This is for wholesale managers and ops leads who spend their day chasing down stock numbers and digging through order logs. It's for the person who needs to answer a customer's question about availability in seconds, not minutes.
Wholesale Manager
Monitors sales trends and order statuses without manual exports.
Operations Coordinator
Syncs product data and inventory levels from a chat workflow.
Sales Representative
Looks up product availability and customer history using natural language.
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.
Goflow
Manage multichannel e-commerce inventory, orders, and listings with ease.
Afosto
Retail and e-commerce engine. manage orders, inventory, products, and customers via AI.
Ecwid
Manage e-commerce stores via Ecwid. search products and orders, handle inventory, track customers, and audit store profiles directly from any AI agent.
Brilliant Made
Manage your corporate swag via Brilliant Made. track orders, browse products, and monitor inventory directly from any AI agent.
Cin7 Omni
Manage inventory and multi-channel orders via Cin7 Omni. track stock, monitor sales, and manage contacts directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Fieldfolio 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 Fieldfolio.
The practical details behind the request, access and result.
How can I use Fieldfolio MCP to manage my stock?
You can ask your AI agent to check inventory levels or update quantities for specific products. It pulls live data from your Fieldfolio account so you can manage stock without leaving your chat.
Can the Fieldfolio MCP help with wholesale orders?
Yes, it allows you to list all wholesale orders or pull specific details for a single order. You can track fulfillment statuses and order numbers instantly.
Does Fieldfolio MCP work with my retail customers?
It gives your agent access to retail customer profiles. You can look up customer history and details to help personalize your business relationships.
Can I search my catalog using Fieldfolio MCP?
You can use natural language to search your entire wholesale catalog for specific keywords. This makes finding items much faster than manual browsing.
Is Fieldfolio MCP good for wholesale managers?
It's built for wholesale managers who need to monitor sales trends, check availability, and manage inventory without manual data exports.
How do I connect my Fieldfolio account to the Connector?
You just need your Fieldfolio API Token from your account settings. Once you provide that to your AI client, your agent can start interacting with your marketplace data.
How do I obtain my Fieldfolio API Token?
Log in to your Fieldfolio Seller account, go to Settings > Integrations, and click on Generate API Key. Note that you must be on a qualifying paid plan to see this option.
Which plans include API access?
API access is available on Fieldfolio's Startup, Business, and Enterprise plans.
Can I update stock levels via this integration?
Yes! The update_inventory capability allows you to set new stock quantities for specific products in your catalog flawlessy.
One connection away
Give your agent a direct line to Fieldfolio.
Connect Fieldfolio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available