ENDPOINT 1
https://mcp.foxform.app/mcp
MCP server metadata
- Name
- foxform-mcp-server
- Version
- 1.0.0
Known tools 10
foxform_list_formsList the forms owned by the authenticated FoxForm account, newest first.
Inferred read-onlyfoxform_get_formFetch a single form by ID, including its full question list, per-screen conditional logic and settings.
Inferred read-onlyfoxform_get_form_analyticsAggregated analytics for a form: overview KPIs (total responses, form views, response rate, avg response time), the responses-over-time timeline, and per-question stats.
Inferred read-onlyfoxform_export_responsesExport all responses for a form as CSV text (one row per response, columns = questions).
Inferred read-onlyfoxform_update_formUpdate an existing form's fields, including each screen's conditional logic (branching).
Potential side effectsfoxform_publish_formPublish a form so it's live at its public URL and can accept responses.
Potential side effectsfoxform_unpublish_formUnpublish a form (takes it offline; stops accepting responses).
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.foxform-mcp-server]
url = "https://mcp.foxform.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"foxform-mcp-server": {
"type": "http",
"url": "https://mcp.foxform.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: foxform-mcp-server
Remote MCP URL: https://mcp.foxform.app/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": {
"foxform-mcp-server": {
"url": "https://mcp.foxform.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"foxform-mcp-server": {
"type": "http",
"url": "https://mcp.foxform.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "foxform-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.foxform.app/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.