INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.asksteps.co/mcp
Connect to this endpoint to inspect the live schema for asksteps_publish_form and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.
Related tools
asksteps_get_subscription— Returns the connected account's plan, its trial state and every quota with how much of it is used.asksteps_create_from_template— Creates a form or funnel from one of the ready-made templates.asksteps_list_templates— Lists the ready-made templates that ship with asksteps — contact form, quote request, callback and so on.asksteps_assign_site— Wires a form to one of the subdomains the account ALREADY holds, under a path of your choosing.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.asksteps_list_forms— Lists the forms and funnels in the connected asksteps account, with their publication state.asksteps_create_draft— Turns a form you have designed with the user into a draft and returns a link.asksteps_get_capabilities— Returns what asksteps is, its bookable plans with net prices, and what every quota key means.