Data Collection
centrst.com
This MCP server lets users create and manage form endpoints that collect submissions via email, including status checks, install code generation, and test submissions.
ENDPOINT 1
https://api.conform.centrst.com/mcp
MCP server metadata
- Name
- conform
- Version
- 0.1.0
Workflow: create_form → tell the human to click the verification email sent to the destination inbox → poll get_form_status until status is "active" → get_install_code → install it → send_test_submission and confirm the response carries test: true → report the result. The endpoint URL is stable while verification is pending, so the form can be installed immediately. Never claim delivery works before status is "active". A test response without test: true means the submission was spam-filtered — never populate the hidden _gotcha field.
Known tools 6
create_formCreates a permanent form endpoint that delivers submissions to the given inbox by email.
Potential side effectsget_form_statusReturns the current status of a form endpoint and a next_action block.
Inferred read-onlyget_install_codeReturns accessible form code with the route’s endpoint baked in, installation notes, the current status with next_action, and a test_command.
Inferred read-onlycheck_submissionRuns every check a real submission would — route active, access key, declared schema, remaining allowance — and stops before spending anything.
Inferred read-onlyget_service_infoReturns the deployment’s discovery document: endpoints, verification model, limits, delivery mode, and its storage/privacy posture (no submission storage).
Inferred read-onlyCONNECT 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.conform]
url = "https://api.conform.centrst.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"conform": {
"type": "http",
"url": "https://api.conform.centrst.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: conform
Remote MCP URL: https://api.conform.centrst.com/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": {
"conform": {
"url": "https://api.conform.centrst.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"conform": {
"type": "http",
"url": "https://api.conform.centrst.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "conform",
"transport": "streamable-http",
"url": "https://api.conform.centrst.com/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.