Formester
@formester
About Formester
Gives AI agents access to Formester form submissions - read, search, update, and extract content from file attachments.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"formester": {
"command": "npx",
"args": [
"mcp-remote",
"https://app.formester.com/mcp/sse",
"--header",
"Authorization: Bearer YOUR_TOKEN_HERE"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Formester?
Formester is an MCP server that connects AI agents directly to Formester form submissions, allowing them to read, search, write, and analyze submissions without custom API integration.
How to use Formester?
Create an API token in the Formester app (select forms and permissions), then configure your MCP client to use the SSE endpoint https://app.formester.com/mcp/sse with an Authorization: Bearer YOUR_TOKEN_HERE header. Supported clients include Claude Desktop, VS Code (Copilot), Cursor, Claude Code, and Windsurf.
Key features of Formester
- Read individual submissions and all their field data
- Search and filter multiple submissions with date range and custom field queries
- Write AI-generated data back as custom fields
- Fetch file attachments (images, PDFs, text files) up to 10 MB
- Paginated queries with
limit,offset, andhas_moreindicator - Fine-grained permissions: View Submissions, Update Submissions, View Forms
Use cases of Formester
- Screen job applications by reading CV attachments and scoring candidates
- Triage support requests by classifying incoming submissions by category and urgency
- Qualify leads by analyzing contact form submissions and flagging high-priority entries
- Analyze survey responses with sentiment analysis and tag themes
FAQ from Formester
What permissions can I assign to the agent?
You can assign View Submissions (read data and attachment metadata), Update Submissions (write custom fields), and View Forms (read form metadata). Choose only what the agent needs.
Can the agent overwrite original form submission fields?
No. Only custom fields can be written back — original submission fields cannot be overwritten.
What file types can be fetched and how are they returned?
Images (PNG, JPG, GIF, WebP) are returned as base64 for vision-capable models. PDFs can return extracted text or base64. Plain text files (TXT, MD, CSV, JSON) are returned as raw text.
What is the maximum file size supported?
The maximum file size for fetch_file is 10 MB.
How is the server accessed and authenticated?
It uses SSE transport over HTTPS at https://app.formester.com/mcp/sse with a bearer token passed as a header in the configuration.
Frequently asked questions
What permissions can I assign to the agent?
You can assign View Submissions (read data and attachment metadata), Update Submissions (write custom fields), and View Forms (read form metadata). Choose only what the agent needs.
Can the agent overwrite original form submission fields?
No. Only custom fields can be written back — original submission fields cannot be overwritten.
What file types can be fetched and how are they returned?
Images (PNG, JPG, GIF, WebP) are returned as base64 for vision-capable models. PDFs can return extracted text or base64. Plain text files (TXT, MD, CSV, JSON) are returned as raw text.
What is the maximum file size supported?
The maximum file size for `fetch_file` is 10 MB.
How is the server accessed and authenticated?
It uses SSE transport over HTTPS at `https://app.formester.com/mcp/sse` with a bearer token passed as a header in the configuration.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments