Fulcrum Connector for AI agents.
10 live capabilities
Query field inspection data and manage survey records directly.
Waiting for input…
Why people use Fulcrum
Stop Copy-Pasting Inspection Data with the Fulcrum
The Fulcrum MCP changes the flow. Instead of moving data between apps, you just ask your agent to do the work. You can pull the latest site inspections, check for critical conditions, or summarize daily progress in a single chat. You stop being a data mover and start being a data user.
What Vinkius changes
You get a direct line to your field data without the manual export headache.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking Site Inspection Status
A manager needs to see if the 'Site Inspection' form was completed for 50 different locations today.
- Real-world use case 02
Aggregating Survey Results
An analyst wants to find all records where the 'Condition' field was marked as 'Critical' using a SQL query via query_records_sql.
- Real-world use case 03
Auditing User Permissions
An admin needs to verify that only 'Managers' have the ability to delete records in the 'Asset Inventory' form using list_member_roles.
Complete set · 10capabilities
The complete Fulcrum capability set.
These are the exact actions your AI can choose when you ask it to work with Fulcrum.
01—04
4 capabilities in this set.
Part of 10 available through Fulcrum.
- 01 Capability
Get record details
Fetch specific metadata for a single record. Use this to see the underlying details of a specific inspection or survey entry.
- 02 Capability
Query records sql
Run a SQL query against your Fulcrum data. This is the fastest way to filter and retrieve specific information from large datasets.
- 03 Capability
Create record
Add a new record to a form programmatically. Your agent can use this to submit new data without you having to open the app.
- 04 Capability
Check api status
Check if your connection to the Fulcrum API is active. Use this to troubleshoot connection issues quickly.
05—07
3 capabilities in this set.
Part of 10 available through Fulcrum.
- 05 Capability
List data forms
See a full list of all your active apps and forms. This lets your agent know which data collection capabilities are available to it.
- 06 Capability
Get form schema
Pull the exact structure of a data collection form. This helps your agent understand which fields are required and what types of data they hold.
- 07 Capability
List organization members
Get a list of everyone in your organization. This is useful for auditing who has access to your field data.
08—10
3 capabilities in this set.
Part of 10 available through Fulcrum.
- 08 Capability
List field records
Pull a list of records for a specific form ID. You can use this to browse through recent submissions from the field.
- 09 Capability
List member roles
See the different roles like Owner or Manager within your team. This helps you manage permissions across your workforce.
- 10 Capability
List webhooks
View your current webhook configurations. Use this to check if your data is syncing correctly to other systems.
Set up in minutes
One URL. Then ask Fulcrum to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fulcrum 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_gOyTmKlcWvhtHlbWEPdY3R7pDSbq4qXxNy9YixYd/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 Fulcrum, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fulcrum for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gOyTmKlcWvhtHlbWEPdY3R7pDSbq4qXxNy9YixYd/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 Fulcrum URL.
- Step 03
Save and start
Save the connection and enable Fulcrum in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fulcrum": {
"url": "https://edge.vinkius.com/vk_preview_gOyTmKlcWvhtHlbWEPdY3R7pDSbq4qXxNy9YixYd/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 Fulcrum
Open Agent mode in chat and ask: "Using Fulcrum, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fulcrum": {
"url": "https://edge.vinkius.com/vk_preview_gOyTmKlcWvhtHlbWEPdY3R7pDSbq4qXxNy9YixYd/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 Fulcrum
Ask Copilot: "Using Fulcrum, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fulcrum": {
"url": "https://edge.vinkius.com/vk_preview_gOyTmKlcWvhtHlbWEPdY3R7pDSbq4qXxNy9YixYd/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 Fulcrum
Open Cascade and ask: "Using Fulcrum, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fulcrum": {
"url": "https://edge.vinkius.com/vk_preview_gOyTmKlcWvhtHlbWEPdY3R7pDSbq4qXxNy9YixYd/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 Fulcrum
Ask Cline: "Using Fulcrum, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fulcrum --transport http "https://edge.vinkius.com/vk_preview_gOyTmKlcWvhtHlbWEPdY3R7pDSbq4qXxNy9YixYd/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 Fulcrum
Ask Claude: "Using Fulcrum, show me...". 10 tools are ready
Where the request belongs
Work Fulcrum can move forward.
The field ops manager who's tired of manually downloading CSVs every morning just to see if a site inspection was finished. The data analyst who's buried in spreadsheets trying to aggregate survey results. The sysadmin auditing permissions across a massive workforce.
Field Operations Manager
Uses this to check the status of hundreds of site inspections without opening the Fulcrum web app.
Data Analyst
Uses natural language to run SQL queries on survey data to create instant reports for stakeholders.
System Administrator
Uses this to audit user roles and verify that webhook configurations are correctly syncing to the CRM.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMokaform
Create interactive forms and surveys with visual logic builders that adapt questions based on previous answers dynamically.
Formsite
Manage forms, retrieve results, and automate data collection via AI agents with Formsite.
DataScope
Create mobile forms for field inspections, audits, and data collection that work offline and sync when connectivity returns.
AidaForm
Design beautiful online forms, quizzes, and surveys that convert and collect structured data effortlessly.
Porsline
Automate surveys and feedback via Porsline. manage surveys, responses, and reports directly from any AI agent.
Typeform
Create beautifully designed forms and surveys that ask one question at a time and get dramatically higher completion rates.
Bring your own AI
Change the model, client or framework. Keep Fulcrum 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 Fulcrum.
The practical details behind the request, access and result.
How does the Fulcrum MCP help with field inspections?
It gives your AI agent a direct connection to your inspection data. You can ask it to summarize recent results, check the status of specific sites, or pull record details without leaving your workspace.
Can I use the Fulcrum MCP to run SQL queries on my surveys?
Yes. You can use natural language to run SQL queries against your survey datasets. This allows you to filter and retrieve specific information from large amounts of data instantly.
Does the Fulcrum MCP support creating new records?
Yes, it does. Your AI agent can create new records for your forms directly through your conversation, which helps you submit data without opening the mobile app.
Can I manage my team's permissions using the Fulcrum MCP?
Yes. You can use the Connector to list your organization members and their specific roles, making it easy to audit who has access to your field data.
Is the Fulcrum MCP good for large datasets?
It's specifically designed for that. By using SQL queries, the Connector can efficiently navigate and retrieve information from massive datasets that would be difficult to manage manually.
How do I connect my Fulcrum account to the Connector?
You just need to subscribe to the Connector on Vinkius and enter your Fulcrum API Token. Once connected, your AI client can start interacting with your data immediately.
How do I get an API Token for Fulcrum?
Log in to your Fulcrum web app, click the Settings (gear icon), select 'API', and you can generate a new API Token.
Can I run SQL queries on my field data?
Yes! Use the 'query_records_sql' capability. Provide a standard SQL statement (e.g., SELECT * FROM "form_id") to instantly retrieve filtered datasets.
Is it possible to see the schema of a form?
Absolutely. The 'get_form_schema' capability retrieves the complete JSON definition of a form, including all its field keys, data types, and validation rules.
Can I programmatically create a new record?
Yes, you can use the 'create_record' capability. You will need the Form ID, latitude, longitude, and a JSON payload containing the specific form values.
One connection away
Give your agent a direct line to Fulcrum.
Connect Fulcrum once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available