Connector reference
MCP tools and boundaries
The connector exposes a defined set of tools for reading and updating Hypotize's experiment record. It does not expose the rest of the application by default.
Outside the connector
What a connected client cannot do
OAuth permission does not grant direct access to the Hypotize database or every feature in the app. These operations are not exposed through MCP.
Administer people or the account
No MCP tool can send invitations, add or remove members, change roles, manage users, access billing, or use admin controls. Member, invite, and user administration stays in Hypotize. Read responses can still include operational context such as your role, the member count, owner IDs, and action-plan assignee IDs.
Manage tags as entities
Tags can be read and used to filter experiments. A client can also write tag values when importing experiments, creating an idea, or updating an experiment. There is no tag directory to list and no tool to rename or merge tags across records.
Delete records or accounts
No MCP tool deletes an account, project, or experiment. A client with update permission can move an experiment to Archived, which keeps it in the project record.
Access files or comment threads
The connector cannot upload files, browse storage, or perform unrestricted file operations. It can record evidence URLs. Experiment details include a comment count, but there are no tools to list, add, edit, or delete comments.
For anyone who wants to check the details
The 13 connector tools
Each tool has one defined job. The connector does not get unrestricted access to your data.
Look things up
hypotize_projects_listList the projects you can access.
hypotize_project_getLoad one project's context and prioritization framework.
hypotize_experiments_listFilter a project's experiment backlog and pipeline.
hypotize_experiment_getRead an experiment, ICE score, action plan, and comment count.
hypotize_learnings_listRead outcomes, evidence, learnings, and next steps.
Update the record
hypotize_project_createCreate a new project. Solo and Team have no project limit.
hypotize_experiments_importImport up to 50 existing experiments in one all-or-nothing batch.
hypotize_idea_createCreate a new idea in the project backlog.
hypotize_experiment_updateUpdate an experiment without silently overwriting newer work.
hypotize_ice_vote_upsertRecord your ICE vote and recalculate priority.
hypotize_experiment_transitionMove an experiment through a validated lifecycle transition.
hypotize_experiment_record_outcomeSave the result, learning, evidence, and next steps together.
hypotize_experiment_action_plan_setSet the experiment action plan and estimated hours.
Updates are protected against duplicate requests and against silently overwriting newer work.
Related evidence
See the record the tools read and update
The experiment memory guide documents the record fields and lifecycle. The tracker comparison explains when this connector is useful and when a spreadsheet or document is enough.