MR Labs

All Tools

All 34 MCP tools available to connected clients.

Read (19) Write (15)
CategoryTypeToolParameters
Organizationsreadlist_organizations

List all organizations the current user belongs to.

-
readget_organization

Get details about a specific organization by slug.

slug*
readlist_org_members

List members of an organization with their roles.

org_slug*
Formsreadlist_forms

List forms for an organization. Returns id, title, status, slug, and public_url.

org_slug*, limit
readget_form

Get full details of a form by ID.

form_id*
readget_form_structure

Get the full structure: pages, sections, and fields with IDs.

form_id*
readget_form_builder_guide

Returns the complete reference for building forms.

-
writecreate_form

Create a new form. Default page and section created automatically.

org_slug*, title*, description, slug, visibility, access_mode
writeupdate_form

Update form settings.

form_id*, title, status, visibility, access_mode
writedelete_form

Delete a form and all its data.

form_id*
writeadd_page

Add a new page to a form.

form_id*, title, ordinal
writeupdate_page

Update a page's title or config.

form_id*, page_id*, title, config
writedelete_page

Delete a page and all its sections and fields.

form_id*, page_id*
writeadd_section

Add a new section to a page.

form_id*, page_id*, title
writeupdate_section

Update a section's title or config.

form_id*, section_id*, title, config
writedelete_section

Delete a section and all its fields.

form_id*, section_id*
writeadd_field

Add a field to a section. See Form Builder Guide for field types.

form_id*, section_id*, field_type*, label, data
writeupdate_field

Update a field's label, type, or data.

form_id*, field_id*, field_type, data
writedelete_field

Delete a field.

form_id*, field_id*
writemove_field

Move a field to a different section or reorder.

form_id*, field_id*, target_section_id*, target_ordinal
writemove_section

Move a section to a different page or reorder.

form_id*, section_id*, target_page_id*, target_ordinal
writereorder_pages

Reorder all pages in a form.

form_id*, page_ids*
Quizzesreadlist_quizzes

List quizzes for an organization.

org_slug*, limit
readget_quiz

Get full details of a quiz by ID.

quiz_id*
Gamesreadlist_games

List games for an organization.

org_slug*, limit
readget_game

Get full details of a game by ID.

game_id*
Submissionsreadlist_submissions

List recent submissions for an organization.

org_slug*, limit
readlist_form_submissions

List submissions for a specific form.

form_id*, limit
readget_submission

Get full submission data by ID.

submission_id*
readget_submission_stats

Get submission statistics for an organization.

org_slug*
Billingreadlist_payments

List recent payments for an organization.

org_slug*, limit
readget_subscription

Get the current subscription for an organization.

org_slug*
Tiersreadlist_tiers

List all available pricing tiers.

-
Userreadget_current_user

Get the profile of the authenticated user.

-

* required parameter