streamable-httpMITupdated 8d ago
Turn flat PDFs into fillable forms and fill them, right from Claude.
¿Qué puedes hacer con emboss?
Emboss
Turn flat PDFs into fillable forms and fill them, right from Claude.
What it does
Emboss detects the fields in a flat PDF and turns it into a real fillable form. It can then fill that form for you using data, notes, or documents you provide, or a spreadsheet of rows for batch filling. Everything runs through the Emboss API, so results depend on what you send it and how the source document is structured.
Install in Claude Code
/plugin marketplace add GetEmboss-ai/emboss-claude-plugin
/plugin install emboss@getemboss
Then run /mcp and sign in to Emboss to connect your account.
Install in Claude.ai and Claude Desktop
Claude.ai and Claude Desktop connect to Emboss through the custom connector button rather than the plugin marketplace. See https://getemboss.ai/docs/claude for the setup steps. To give Claude the Emboss skill directly, download emboss-skill.zip and upload it as a skill.
Pricing
The first 5 form creations, 5 context fills, and 5 standard fills each month are free; free operations are limited to 5-page forms. See /pricing for full details.
Privacy
Only what you ask Claude to send to Emboss is sent. See https://getemboss.ai/privacy for the full privacy policy.
Support
Questions or issues: edwin@getemboss.ai
Development
Run the repo checks with:
bash scripts/check.sh
Instalación
Añade emboss a tu cliente. Elige el que uses.
claude mcp add --transport http emboss https://api.getemboss.ai/mcpcodex mcp add emboss --url https://api.getemboss.ai/mcp{
"mcpServers": {
"emboss": {
"url": "https://api.getemboss.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"emboss": {
"type": "http",
"url": "https://api.getemboss.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"emboss": {
"url": "https://api.getemboss.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"emboss": {
"serverUrl": "https://api.getemboss.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación13/25
- Mantenimiento19/25
- Confianza16/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.1Última | 30 ago 2026 |
| 1.0.0 | 30 ago 2026 |