← Registry

Marketing

asksteps.co

Provides tools for creating, publishing, and managing web forms and funnels using templates, including subscription and site assignment.

1 endpoint24 known toolsFirst detected September 1, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.asksteps.co/mcp

No auth detected

MCP server metadata

Name
asksteps
Version
1.0.0
Capabilities
loggingtools
Server instructions

asksteps turns existing fillable PDF forms, multi-step forms and branching funnels into online forms, and collects the submissions. Start with asksteps_get_capabilities: it answers plan, price and limit questions in one call. Use asksteps_search_docs to quote what the product actually does instead of describing it from memory. If nothing matches, the feature most likely does not exist — say so rather than assuming it. Everything reachable on this connection without credentials is public website and pricing information. No customer data is available here.

Known tools 24

asksteps_get_subscription

Returns the connected account's plan, its trial state and every quota with how much of it is used.

Inferred read-only
asksteps_create_from_template

Creates a form or funnel from one of the ready-made templates.

Inferred read-only
asksteps_list_templates

Lists the ready-made templates that ship with asksteps — contact form, quote request, callback and so on.

Inferred read-only
asksteps_assign_site

Wires a form to one of the subdomains the account ALREADY holds, under a path of your choosing.

Inferred read-only
asksteps_publish_form

Publishes a form or funnel — or, when the account has not authorised an agent to publish, returns the link where the user does it themselves.

Potential side effects
asksteps_import_pdf

Brings a PDF into the connected asksteps account and stores it as a form template, so the answers people give can later be written back into that exact document.

Inferred read-only
asksteps_list_forms

Lists the forms and funnels in the connected asksteps account, with their publication state.

Inferred read-only
asksteps_create_draft

Turns a form you have designed with the user into a draft and returns a link.

Inferred read-only
asksteps_get_capabilities

Returns what asksteps is, its bookable plans with net prices, and what every quota key means.

Inferred read-only
asksteps_start_checkout

Returns the link where the user books a plan themselves, with that plan preselected, and the exact net price.

Inferred read-only
asksteps_update_publication

Changes the public address (slug), who may find it, or the page password of a form that is ALREADY published.

Inferred read-only
asksteps_delete_form

Deletes a form or funnel from the connected account — together with every submission it has collected.

Inferred read-only
asksteps_create_form

Creates a new form in the connected asksteps account from a structure of steps and fields.

Inferred read-only
asksteps_get_form

Reads one form of the connected asksteps account as a structure of steps and fields — the same shape asksteps_update_form takes.

Inferred read-only
asksteps_update_funnel

Replaces the questions and the branching of an existing funnel.

Inferred read-only
asksteps_change_plan

Moves an account that already pays to a different plan.

Inferred read-only
asksteps_list_themes

Lists the ready-made designs a form or funnel can use, with the id you put into themeId.

Inferred read-only
asksteps_get_funnel

Reads one funnel of the connected asksteps account: its questions, answers and where each answer leads.

Inferred read-only
asksteps_list_leads

Lists form submissions in the connected asksteps account.

Inferred read-only
asksteps_search_docs

Searches the public asksteps website and returns the matching passages with their URLs.

Inferred read-only
asksteps_update_form

Replaces an existing form of the connected asksteps account.

Inferred read-only
asksteps_analyze_pdf

Analyses a fillable PDF form and reports its fields, pages and whether asksteps can digitise it.

Inferred read-only
asksteps_create_funnel

Creates a conversational funnel in the connected asksteps account: one question at a time, where each answer decides what comes next.

Inferred read-only
asksteps_get_form_stats

Returns visits, completions and drop-off for one published form.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.asksteps]
url = "https://mcp.asksteps.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "asksteps": {
      "type": "http",
      "url": "https://mcp.asksteps.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: asksteps
Remote MCP URL: https://mcp.asksteps.co/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "asksteps": {
      "url": "https://mcp.asksteps.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "asksteps": {
      "type": "http",
      "url": "https://mcp.asksteps.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "asksteps",
  "transport": "streamable-http",
  "url": "https://mcp.asksteps.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.