Gagelist
GageList is a user-friendly calibration management platform that simplifies the integration process with intuitive interfaces and straightforward APIs, enabling seamless connection with existing tools and workflows.
Verdict
Common use cases
- Log calibration events during quality reviews
- Pull overdue equipment lists before audits
- Generate compliance certificates on demand
- Add new gage records from chat
- Audit manufacturer data across facilities
Integration
- Vendor
- Gagelist
- Category
- developer-tools
- Auth
- OAUTH2
- Tools
- 21
- Composio slug
gagelist
Tools
- Add Calibration Record
Tool to add a new calibration record. Use when capturing calibration details for equipment in GageList.
- Add Gage Record
Tool to add a new gage record. Use after gathering all required gage attributes to create a record.
- Add Manufacturer
Tool to add a new manufacturer. Use after gathering all manufacturer details.
- Authenticate with Gagelist
Tool to obtain a Gagelist API access token. Use when you need to authenticate with Gagelist using client credentials. Returns OAuth2 tokens for subsequent requests.
- Delete Calibration Recorddestructive
Tool to delete a calibration record by its ID. Use when you need to remove an existing calibration record. Use after verifying the record exists.
- Delete Gage Recorddestructive
Tool to delete a gage record by its ID. Use when you need to remove a record after confirming the ID exists.
- Delete Manufacturerdestructive
Tool to delete a manufacturer by its ID. Use after confirming the manufacturer exists.
- Generate Calibration Certificate
Tool to generate a PDF certificate from a calibration record. Use after ensuring record ID and authentication.
- Get Account Settings
Tool to get account settings. Use after successful authentication to retrieve user-specific settings.
- Get account status
Tool to retrieve account status. Use after authenticating with Gagelist.
- Get all calibration records
Tool to retrieve a paginated list of calibration records. Use after obtaining a valid access token.
- Get All Gage Records
Tool to retrieve a paginated list of gage records. Use after confirming the access token.
- Get All Manufacturers
Tool to retrieve a list of all manufacturers. Use after obtaining a valid access token. Returns manufacturer details including ID, name, contact information, and timestamps.
- Get Attachment
Tool to retrieve an attachment by its ID. Use when you need to download file attachments from the system.
- Get Custom Fields
Tool to retrieve custom field definitions. Use when you need to list all custom fields configured for both gage and calibration items after authentication.
- Get Single Calibration Record
Tool to retrieve details of a single calibration record. Use when you need a specific record's detailed data. Ensure a valid Bearer token is set.
- Get Single Gage Record
Tool to get details of a single gage record by ID. Use after authentication to retrieve full record info. Example: GET_SINGLE_GAGE_RECORD(id=123)
- Update Account Settings
Tool to update account settings. Use after retrieving current settings to apply user preference changes.
- Update Custom Field Values
Tool to update custom field values. Use when you need to set or modify custom field values for a gage or calibration record after authentication.
- Update Manufacturer
Tool to update a manufacturer by its ID. Use after confirming the manufacturer exists.
- Upload Attachment To Gage Record
Tool to upload an attachment to a gage record. Use when adding files to an existing gage record.
Setup
Setup guide
- 11. In Switchy, open your workspace settings and navigate to the Integrations tab. 2. Find Gagelist in the MCP directory and click Connect. 3. You'll be redirected to Gagelist's OAuth consent screen — sign in with an account that has admin or API access. 4. Grant the requested scopes: read access for querying records, write access if your team will add or delete gages and calibrations. 5. Switchy redirects you back and confirms the connection is live. 6. Open any Space, type '@Gagelist list all overdue calibrations' and send — if you see results, the integration works. 7. To add a new gage, @mention Gagelist and describe the equipment; the assistant will prompt you for required fields like serial number and calibration interval. 8. Generate a certificate by asking '@Gagelist create a calibration certificate for record ID 12345' — the PDF appears as a file attachment in the thread.
What teammates see: by default, memories from Gagelist are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.
Works well with
Top models
Compatibility data appears once enough Spaces have used this MCP together with a given model.
How Switchy teams use it
Starter prompts
List Overdue Calibrations
@Gagelist show me all gages with overdue calibrations. Include the gage ID, description, and how many days overdue each one is.Open in a Space →
Add New Gage Record
@Gagelist add a new gage: Mitutoyo digital caliper, serial number MC-4782, located in Building 3 Lab A, calibration interval 12 months.Open in a Space →
Log Calibration Event
@Gagelist log a calibration for gage ID 301. Calibration date today, technician Sarah Chen, result pass, next due in 6 months.Open in a Space →
Generate Certificate PDF
@Gagelist generate a calibration certificate for record ID 4521 and attach the PDF to this thread.Open in a Space →
Search Gages by Manufacturer
@Gagelist list all gages from manufacturer Fluke. Show the gage ID, model, location, and last calibration date for each.Open in a Space →
Example outputs
Illustrative - representative of the model's voice and quality, not literal recordings.
@Gagelist show me all gages that are due for calibration in the next 30 days, grouped by department
Based on your GageList records, 12 gages require calibration within 30 days: **Manufacturing (7 gages)** - Micrometer #MIC-401 (due Feb 15) - Torque wrench #TRQ-203 (due Feb 18) - Height gauge #HGT-105 (due Feb 22) [4 more listed] **Quality Control (5 gages)** - CMM probe #CMM-801 (due Feb 12) - Surface plate #SRF-302 (due Feb 25) [3 more listed] This illustrative example shows how the MCP would aggregate calibration due dates across your inventory.
This read-heavy example demonstrates the MCP's ability to query calibration schedules and organize results by custom fields. Requires OAuth2 scope for reading gage and calibration records. Actual grouping depends on how your organization tags gages in GageList.
@Gagelist create a new gage record for a Mitutoyo digital caliper, serial number DC-2024-089, assigned to Station 4 in Building B
Created gage record #GAG-1247 in GageList: - **Type:** Digital Caliper - **Manufacturer:** Mitutoyo - **Serial Number:** DC-2024-089 - **Location:** Building B, Station 4 - **Status:** Active - **Next Calibration:** Due in 12 months (Feb 2026) The record is now visible in your GageList dashboard. You'll need to schedule the initial calibration separately. This example illustrates the typical response structure after a successful write operation.
This write example shows how the MCP handles equipment registration. Requires OAuth2 write scope for gage records. The MCP will validate manufacturer exists (or prompt you to create it first). Side-effect: immediately adds the gage to your active inventory and may trigger notification workflows if configured.
@Gagelist review the last 10 calibration records for torque wrenches and draft a compliance summary for our ISO audit
**Torque Wrench Calibration Summary (Last 10 Records)** All 10 calibrations completed within tolerance: - 8 records show <2% deviation from nominal - 2 records (TRQ-203, TRQ-401) required adjustment but passed post-adjustment verification - Average turnaround: 3.2 days - Zero overdue calibrations in this sample **ISO Audit Note:** This subset demonstrates consistent calibration discipline. Recommend highlighting the 100% on-time completion rate and low deviation trend. Consider mentioning the two adjustment cases as evidence of thorough verification processes. This illustrative synthesis combines GageList data with audit-ready framing.
This synthesis example pairs the MCP's data retrieval with AI reasoning to produce audit-ready documentation. Requires read access to calibration records. The AI interprets trends but cannot verify regulatory compliance—always have a qualified auditor review the final summary before submission.
Use-case deep-dives
When Gagelist wins for small-batch equipment compliance
A 6-person machine shop runs ISO 9001 audits twice a year and needs every micrometer and torque wrench logged with calibration dates. Gagelist is the right call here because the 21-tool MCP covers the full CRUD loop—add gage records, log calibrations, generate PDF certificates—without leaving Switchy. Your QA lead can ask the AI to pull overdue calibrations or batch-generate certs before an audit. The OAuth2 flow means each team member authenticates once and the tokens refresh automatically. The threshold: if you're managing more than 500 gages or need custom fields beyond manufacturer and calibration date, Gagelist's schema might feel rigid. Below that count, this MCP turns compliance paperwork into a 30-second chat query.
Why this MCP speeds up vendor equipment handoffs
A 3-person hardware startup contracts a CM to build prototypes and needs to transfer calibration records for 40 test fixtures. Gagelist handles this cleanly: the startup's engineer uses the Add Gage Record and Add Calibration Record tools to bulk-import the fixture list from a spreadsheet, then the CM's QA contact authenticates via OAuth2 and pulls the records into their own Gagelist tenant. The AI can draft the import prompts and validate required fields before submission, cutting a 4-hour manual data-entry task to 20 minutes. The trade-off: if your CM uses a different calibration platform, you'll still need a one-time export step. For shops already on Gagelist or willing to adopt it, this MCP makes handoffs a single Switchy thread instead of a Dropbox folder of PDFs.
When this MCP isn't worth it for ad-hoc lookups
A university research lab with 15 grad students needs to check calibration status on 80 pieces of equipment before a grant review. Gagelist can do this—the MCP's search and list tools let the AI pull overdue items—but the OAuth2 setup and 21-tool surface area are overkill if the lab only runs this audit once a semester. You'll spend 10 minutes configuring credentials for a task that takes 5 minutes in Gagelist's web UI. The better fit: teams that query calibration data weekly (like a contract testing lab scheduling preventive maintenance) or need to generate certificates on demand during customer calls. If your cadence is quarterly or slower, skip the MCP and use Gagelist's native interface.
Frequently asked
What does the Gagelist MCP do in Switchy?
It connects your Gagelist calibration management system to Switchy's AI workspace. Your team can ask Claude to add gage records, log calibration events, generate PDF certificates, and manage manufacturers without switching tabs. Useful for quality teams who track measurement equipment and want AI to handle data entry from conversations or documents.
Do I need admin access to connect Gagelist via OAuth?
You need a Gagelist account with API access enabled and permission to create OAuth applications in your Gagelist workspace. The OAuth flow requests scopes to read and write gage records, calibration data, and manufacturer info. Check with your Gagelist admin if you're unsure whether your account tier includes API access.
Can the MCP automatically schedule calibration due dates?
No. The MCP can add calibration records with due dates you specify, but it won't calculate intervals or send reminders. You still rely on Gagelist's native scheduling features. The MCP is for data entry and retrieval—think of it as a faster way to log calibrations from inspection notes, not a replacement for Gagelist's workflow engine.
Why use this instead of logging into Gagelist directly?
Speed during inspections. If your team dictates calibration results or uploads measurement reports, Claude can parse the data and create Gagelist records in one step. You avoid manual form-filling. For occasional updates or complex queries across multiple gages, the Gagelist UI is still faster. This shines when you're already working in Switchy with documents or checklists.
Who on the team should connect the Gagelist integration?
Whoever owns your Gagelist API credentials and understands which gages and manufacturers your team tracks. Usually a quality manager or calibration lab lead. Once connected, any Switchy workspace member can ask Claude to interact with Gagelist, but the OAuth token ties to one Gagelist account's permissions, so choose someone with appropriate read-write access.