MCP server · Department of Better Technology
screendoor
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Department of Better Technology. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Department of Better Technology publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
list_projects— List a site's projects.create_project— Create a project in a site.get_project— Retrieve a single project.update_project— Update a project.delete_project— Delete a project.list_forms— List a project's forms.get_form— Retrieve a form.update_form— Update a form's field data.create_form_field— Add a field to the initial form.update_form_field— Update a form field.delete_form_field— Delete a form field.list_statuses— List a project's statuses.create_status— Create a status.reorder_statuses— Reorder a project's statuses.get_status— Retrieve a status by name.update_status— Update a status.delete_status— Delete a status.list_labels— List a project's labels.create_label— Create a label.get_label— Retrieve a label by name.update_label— Update a label.delete_label— Delete a label.list_responses— List a project's responses.create_response— Create a response (submission).get_response— Retrieve a response.update_response— Update a response.trash_response— Move a response to trash.recover_response— Recover a response from trash.delete_response_forever— Permanently delete a response.list_response_labels— List a response's labels.add_response_labels— Add labels to a response.replace_response_labels— Replace a response's labels.remove_response_label— Remove one label from a response.remove_all_response_labels— Remove all labels from a response.list_response_assignments— List a response's assignees.add_response_assignments— Add assignees to a response.replace_response_assignments— Replace a response's assignees.remove_response_assignment— Remove one assignee from a response.remove_all_response_assignments— Remove all assignees from a response.upload_file— Upload a file for a File-type response field.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.