Skip to main content
Glama
612,054 tools. Updated 2026-09-26 12:06

"Typeform" matching MCP tools:

  • Convert a public Google Form, Typeform, or Tally form into a new Clipform. Supported URLs: Google Forms (docs.google.com or forms.gle - must be shared as "Anyone with the link"), Typeform (form.typeform.com/to/...), and Tally (tally.so - must be public). The source form must be publicly accessible; a private form's questions cannot be read. The new Clipform is created as a DRAFT - review it, then republish with clipform_update_form (is_live: true) once it's ready. Some question types don't map cleanly to a Clipform node and are skipped rather than guessed at; the result always reports exactly what was imported vs skipped, and why.
    ConnectorNo auth
  • Check US subscription cancellation terms without executing cancellation. Typeform requires Basic, direct/self-serve platform subscription scope and returns CANCEL_AT_PERIOD_END, not an immediate cancellation or refund. Missing scope or current evidence returns UNKNOWN.
    ConnectorNo auth

Matching MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Analyzes TypeORM entity source files offline to produce schema graphs, ERD diagrams, Markdown documentation, and missing-documentation audits. Enables AI clients to understand database schema without a database connection.
    2 npm
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A demonstration server that integrates Model Context Protocol (MCP) with TypeORM to provide structured database access, allowing users to perform CRUD operations on products through MCP tools.
    -