
Blank Files MCP
Pull minimal valid blank files (PDF, images, archives, etc.) from blankfiles.com while prototyping parsers, upload flows, or format tests.
Overview
Blank Files MCP is a MCP server for the Validate phase that lists and downloads minimal valid blank files from blankfiles.com for prototype testing.
What is this MCP server?
- Lists blank file types available on blankfiles.com
- Retrieves minimal valid blank files for format testing
- npm @filearchitect/blankfiles-mcp v1.0.1 with stdio transport
- Useful for upload validators and importer smoke tests
- Curated fixtures instead of hand-rolling corrupt samples
- Package version 1.0.1 in MCP registry
- npm scope @filearchitect/blankfiles-mcp
- stdio transport per server.schema.json package entry
What problem does it solve?
File-feature spikes stall because finding tiny valid samples for every format is tedious and error-prone.
Who is it for?
Indie builders spiking file upload, conversion, or preview features who need trustworthy minimal fixtures via MCP.
Skip if: Loading realistic production datasets, DRM-heavy media, or legal document templates with client content.
What do I get? / Deliverables
Your agent can fetch known-good minimal blanks on demand so upload and parser experiments start in minutes.
- Catalog of available blank file types from blankfiles.com
- Downloaded minimal valid files for agent-driven tests
- Faster prototype loops for file-format features
Recommended MCP Servers
Journey fit
How it compares
MCP fixture catalog bridge, not a blank-file generator skill running only on disk.
Common Questions / FAQ
Who is io.github.filearchitect/blankfiles-mcp for?
Solo developers and agent users validating file-handling features who want blankfiles.com access without manual downloads.
When should I use io.github.filearchitect/blankfiles-mcp?
Use it during prototype work when you need minimal valid files to test parsers, validators, or UI upload flows.
How do I add io.github.filearchitect/blankfiles-mcp to my agent?
Add @filearchitect/blankfiles-mcp as a stdio MCP server from npm in your Claude Code, Cursor, or compatible client configuration.