Forms

Datascope MCP Server

Connect your account, then chat with AI to run tools.

Datascope provides an API to manage digital forms and surveys for data collection, allowing users to automate field data entry and generate insights from collected information.

18 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Datascope — workflow patterns, data models, and gotchas for your AI agent.

Datascope

Datascope is a digital forms and surveys platform for field data collection. Teams use it to replace paper forms with mobile-friendly digital checklists, inspections, audits, and surveys — capturing structured data with photos, GPS coordinates, and signatures from the field.

Data Model

  • Forms → Answers: Forms are the templates; answers are submitted responses with responder identity, timestamps, and optional attachments (photos, signatures). Use flat answer exports for analytics tables; use metadata-enriched exports when you need question types, section labels, and subform indices.
  • Metadata Lists → List Items: Lists are reusable dropdown/choice definitions (product SKUs, branch offices, equipment types). List items are the individual elements within a list. Lists come in three types: standard, percent, and price. These are NOT form submissions — they are lookup tables that populate form fields.
  • Locations: Physical sites or geographic points associated with forms (warehouses, branches, inspection sites). Each location has name, address, GPS coordinates, and parent company info. Used for geo-tagging and site-based filtering of form submissions.
  • Notifications: Alert records tied to form events. Each notification has a type (PDF or Excel), URL to the generated file, form reference, and timestamp.
  • Files: Generated PDF or Excel exports from form submissions. Similar to notifications but specifically for file downloads.
  • Task Assignments: Scheduled form inspections assigned to specific users at specific locations with deadlines. Track completion status, timing, and on-time performance.
  • Tickets (Findings): Issues discovered during form inspections with priority (low/medium/high/critical), status (open/in_progress/paused/closed), assignees, and linked form answers.

Pagination

Large answer feeds, metadata lists, notifications, and assignments page with offset/limit; default window sizes differ by dataset (answers/notifications skew larger per page than task assignments).

Date windows

Answers and ticket queries cap how far back you can span in one call (order ~90 days). Wider studies need multiple windows.

Gotchas

  • Answers vs metadata lists: Answers are live submissions; metadata lists are reusable choice tables—never treat a list export as field responses.
  • Locations are NOT forms: Locations are sites where capture happens, not form blueprints.
  • Payload shapes: A few read tools return bare arrays; most wrap objects—inspect the first row before assuming structure.
  • Ticket dates use DD-MM-YYYY; assignment dates use YYYY-MM-DD.
  • Task assign user_id is an email-shaped identifier, not a numeric worker id.

Tools in this Server (18)

Datascope Change Answer

Change a specific question value within an existing form answer in Datascope. Identify the answer by form name/ID and form code, then specify the ques...

Datascope Create List

Create a new empty metadata list in Datascope. Lists are reusable dropdown/choice definitions that can be referenced by forms. Specify the list name, ...

Datascope Create List Item

Create a new element within a metadata list in Datascope. Specify the parent list's metadata_type code and the item's name, plus optional description,...

Datascope Create Location

Create a new location in Datascope. Locations represent physical sites or geographic points for field data collection. Provide the location name and o...

Datascope Create Task Assign

Create a new task assignment in Datascope. Assigns a specific form to a user at a scheduled date and optional location. The assigned user will see the...

Datascope Get Task Assign

Retrieve the full detail of a single task assignment from Datascope by its internal ID. Returns completion status, timing data, location details, assi...

Datascope Get Ticket

Retrieve a single ticket (issue/finding) from Datascope by its document ID. Returns the ticket's name, description, type, status, priority, dates, loc...

Datascope List Answers

Retrieve submitted form/survey answers from Datascope. Each answer record contains the question responses, responder identity, submission timestamp, a...

Datascope List Answers Metadata

Retrieve submitted form answers with full question-level metadata from Datascope. Unlike the standard answers endpoint, this returns each answer's ind...

Datascope List Files

Retrieve generated files from Datascope. Files are PDF or Excel exports generated from form submissions. Returns each file's type, download URL, assoc...

Datascope List Lists

Retrieve metadata objects (reusable lists) from Datascope. Metadata objects are dropdown/choice definitions referenced by forms — for example, lists o...

Datascope List Locations

Retrieve form locations from Datascope. Locations represent physical sites or geographic points where field data is collected (warehouses, branches, i...

Datascope List Notifications

Retrieve notifications from Datascope. Notifications are alerts tied to form events such as new submissions, overdue inspections, or threshold breache...

Datascope List Task Assigns

Retrieve task assignments from Datascope. Task assignments represent scheduled form inspections assigned to specific users at specific locations. Retu...

Datascope List Tickets

Retrieve tickets (issues/findings) from Datascope filtered by creation date period. Tickets track issues discovered during form inspections with prior...

Datascope Update List

Update an existing metadata list in Datascope by its internal ID. Modify the list's name, description, code, or type.

Datascope Update List Item

Update an existing element within a metadata list in Datascope by its internal ID. Modify the item's name, description, code, or custom attributes.

Datascope Update Location

Update an existing location in Datascope by its internal ID. Provide the location_id and any fields to update (name, address, GPS coordinates, company...

Frequently Asked Questions

What is the Datascope MCP server?

Datascope provides an API to manage digital forms and surveys for data collection, allowing users to automate field data entry and generate insights from collected information. It provides 18 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Datascope to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/datascope. Authentication is handled automatically.

How many tools does Datascope provide?

Datascope provides 18 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Datascope require?

Datascope uses API Key. Datascope requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Datascope to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/datascope

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Datascope?

Sign in to connect your credentials and start running tools from the chat.

Datascope MCP Server & Skill — 18 Tools