Marketing
asksteps.co
Provides tools for creating, publishing, and managing web forms and funnels using templates, including subscription and site assignment.
ENDPOINT 1
https://mcp.asksteps.co/mcp
MCP server metadata
- Name
- asksteps
- Version
- 1.0.0
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_subscriptionReturns the connected account's plan, its trial state and every quota with how much of it is used.
Inferred read-onlyasksteps_create_from_templateCreates a form or funnel from one of the ready-made templates.
Inferred read-onlyasksteps_list_templatesLists the ready-made templates that ship with asksteps — contact form, quote request, callback and so on.
Inferred read-onlyasksteps_assign_siteWires a form to one of the subdomains the account ALREADY holds, under a path of your choosing.
Inferred read-onlyasksteps_publish_formPublishes 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 effectsasksteps_import_pdfBrings 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-onlyasksteps_list_formsLists the forms and funnels in the connected asksteps account, with their publication state.
Inferred read-onlyasksteps_create_draftTurns a form you have designed with the user into a draft and returns a link.
Inferred read-onlyasksteps_get_capabilitiesReturns what asksteps is, its bookable plans with net prices, and what every quota key means.
Inferred read-onlyasksteps_start_checkoutReturns the link where the user books a plan themselves, with that plan preselected, and the exact net price.
Inferred read-onlyasksteps_update_publicationChanges the public address (slug), who may find it, or the page password of a form that is ALREADY published.
Inferred read-onlyasksteps_delete_formDeletes a form or funnel from the connected account — together with every submission it has collected.
Inferred read-onlyasksteps_create_formCreates a new form in the connected asksteps account from a structure of steps and fields.
Inferred read-onlyasksteps_get_formReads one form of the connected asksteps account as a structure of steps and fields — the same shape asksteps_update_form takes.
Inferred read-onlyasksteps_update_funnelReplaces the questions and the branching of an existing funnel.
Inferred read-onlyasksteps_list_themesLists the ready-made designs a form or funnel can use, with the id you put into themeId.
Inferred read-onlyasksteps_get_funnelReads one funnel of the connected asksteps account: its questions, answers and where each answer leads.
Inferred read-onlyasksteps_search_docsSearches the public asksteps website and returns the matching passages with their URLs.
Inferred read-onlyasksteps_analyze_pdfAnalyses a fillable PDF form and reports its fields, pages and whether asksteps can digitise it.
Inferred read-onlyasksteps_create_funnelCreates a conversational funnel in the connected asksteps account: one question at a time, where each answer decides what comes next.
Inferred read-onlyasksteps_get_form_statsReturns visits, completions and drop-off for one published form.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.