Grid Connector for AI agents.
12 live capabilities
Manage field operations and asset data through natural conversation
Waiting for input…
Why people use Grid
Grid for Eliminating Manual Field Report Entry
With the Grid MCP, you just tell your agent what happened. It handles the `create_new_operational_record` and `update_worksheet_record` calls for you. You go from typing data to just reporting events.
What Vinkius changes
You get a conversational interface for your field operations data without leaving your favorite AI capability.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Logging a site inspection
A supervisor is in the field and needs to log a safety check.
- Real-world use case 02
Updating equipment status
A maintenance tech finishes a repair on a generator.
- Real-world use case 03
Checking project completion
A manager wants to know the status of three different sites.
Complete set · 12capabilities
The complete Grid capability set.
These are the exact actions your AI can choose when you ask it to work with Grid.
01—04
4 capabilities in this set.
Part of 12 available through Grid.
- 01 Capability
Check api health
Check if the Grid API is reachable. It ensures your connection is live before you start a big task.
- 02 Capability
Create new operational record
Add a new entry like an inspection report to a worksheet. This lets your agent log field data instantly.
- 03 Capability
Remove worksheet record
Delete a specific record from a worksheet. Use this to clean up duplicate entries or old data.
- 04 Capability
Get authenticated user profile
Pull the profile information for the current user. It helps the agent know who is making the changes.
05—08
4 capabilities in this set.
Part of 12 available through Grid.
- 05 Capability
Get worksheet details
Fetch the structure and metadata of a specific worksheet. This tells your agent exactly what columns and types of data exist.
- 06 Capability
List supported asset types
See all the categories of assets you can track. It helps you stay consistent with naming during data entry.
- 07 Capability
List grid dashboards
See all the visual dashboards available in your account. Your agent can then tell you what's on those boards.
- 08 Capability
List worksheet records
Get a list of all entries in a specific worksheet. This is how your agent reads your data to answer questions.
09—12
4 capabilities in this set.
Part of 12 available through Grid.
- 09 Capability
List team members
See everyone in your organization who has access. Use this to manage permissions or check who's on a project.
- 10 Capability
List configured webhooks
See which webhooks are currently active. It helps you keep track of your automated notifications.
- 11 Capability
List grid worksheets
See every worksheet in your Grid account. This is the starting point for any data-related request.
- 12 Capability
Update worksheet record
Modify an existing record in a worksheet. This lets your agent fix errors or update statuses in real-time.
Set up in minutes
One URL. Then ask Grid to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Grid 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_RzEzmPntjfK1M2KTeQ7EfathfYQsl9ksniEU0kBE/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 Grid, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Grid for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_RzEzmPntjfK1M2KTeQ7EfathfYQsl9ksniEU0kBE/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 Grid URL.
- Step 03
Save and start
Save the connection and enable Grid in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"grid": {
"url": "https://edge.vinkius.com/vk_preview_RzEzmPntjfK1M2KTeQ7EfathfYQsl9ksniEU0kBE/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 Grid
Open Agent mode in chat and ask: "Using Grid, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"grid": {
"url": "https://edge.vinkius.com/vk_preview_RzEzmPntjfK1M2KTeQ7EfathfYQsl9ksniEU0kBE/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 Grid
Ask Copilot: "Using Grid, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"grid": {
"url": "https://edge.vinkius.com/vk_preview_RzEzmPntjfK1M2KTeQ7EfathfYQsl9ksniEU0kBE/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 Grid
Open Cascade and ask: "Using Grid, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"grid": {
"url": "https://edge.vinkius.com/vk_preview_RzEzmPntjfK1M2KTeQ7EfathfYQsl9ksniEU0kBE/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 Grid
Ask Cline: "Using Grid, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add grid --transport http "https://edge.vinkius.com/vk_preview_RzEzmPntjfK1M2KTeQ7EfathfYQsl9ksniEU0kBE/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 Grid
Ask Claude: "Using Grid, show me...". 12 tools are ready
Where the request belongs
Work Grid can move forward.
This is for the operations leader who is tired of clicking through dozens of tabs to find a single status update. It's for people who need to turn field data into actual decisions without the manual overhead.
Operations Manager
Uses the agent to get a high-level summary of project progress across all active sites every morning.
Field Supervisor
Logs equipment repairs and site inspections on the fly using voice-to-text through their AI client.
Data Analyst
Extracts specific operational records to feed into custom reports without manual CSV exports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRetable
Organize data in smart spreadsheets with relational views, team collaboration, and workflow automation that goes beyond basic tables.
Smartsheet
Manage sheets, reports, and rows on Smartsheet with AI agents.
Zoho Sheet
Connect your AI agents to Zoho Sheet for spreadsheet management: workbooks, worksheets, cell data, rows, and sharing.
Rows
Automate spreadsheets via Rows.com. manage tables, data values, and folders with AI agents.
Coda
Combine docs, spreadsheets, and apps into powerful all-in-one documents that grow with your team and automate routine work.
SeaTable
Build collaborative databases with spreadsheet simplicity and relational power for project management, CRM, and asset tracking.
Bring your own AI
Change the model, client or framework. Keep Grid 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 Grid.
The practical details behind the request, access and result.
Can the Grid MCP help me manage field inspections?
Yes, it lets your agent create and update inspection records directly in your worksheets. You can log reports and update statuses through a simple conversation.
How does this Connector handle my asset tracking?
Your agent can list all your supported asset types and update the status of specific pieces of equipment in real-time. This keeps your inventory accurate without manual entry.
Can I use this to see who has access to my data?
Yes, the Connector allows your agent to list all organization users. This makes it easy to audit permissions and manage team access to your operational worksheets.
Does this Connector work with my existing WorkOnGrid account?
It connects directly to your WorkOnGrid account using your Client ID and Secret. Once connected, your agent can read and write to your existing worksheets.
Can my agent summarize my dashboards for me?
Absolutely. Your agent can pull data from your available dashboards and give you a plain-English summary of project progress or site status.
Is this good for data analysts who need to export reports?
It's great for getting live data. Instead of exporting a CSV, your agent can list records from specific worksheets and summarize the numbers for your reports.
How do I find my Client ID and Secret?
Log in to your Grid dashboard, navigate to the Integrations or API Connectors section to generate and copy your unique credentials.
Can I add a record to a specific worksheet via AI?
Yes! The create_new_operational_record capability allows you to push new data directly into any authorized worksheet in your Grid account.
How do I check available analytical dashboards?
Use the list_grid_dashboards capability to retrieve a list of all configured analytical views and monitors in your Grid environment.
One connection away
Give your agent a direct line to Grid.
Connect Grid once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available