StructureAI MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@StructureAI MCP ServerExtract the line items and total from this invoice text"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
StructureAI MCP Server
Extract structured JSON from unstructured text. Works with any MCP-compatible client (Claude Desktop, Cursor, etc).
Supported Schemas
receipt— items, totals, dates, merchant infoinvoice— line items, amounts, due dates, partiesemail— sender, recipients, subject, body, datesresume— name, experience, education, skillscontact— name, email, phone, address, socialcustom— define your own fields
Related MCP server: Resume Parser MCP
Install
npm install -g @avatrix/structureai-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"structureai": {
"command": "structureai-mcp"
}
}
}From source
git clone https://github.com/avatrix1/structureai-mcp.git
cd structureai-mcp
npm install && npm run build
node dist/index.jsUsage
The server exposes one tool: extract_structured_data
Parameters:
text(required) — The unstructured text to extract fromschema(required) — One of: receipt, invoice, email, resume, contact, customcustom_fields(optional) — Array of field names when using "custom" schemaapi_key(optional) — Your API key for higher limits
Pricing
Free tier: 10 requests, no key needed
Paid: $2 for 500 requests — get a key at https://api-service-wine.vercel.app
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceExtracts structured key-value pairs from arbitrary, noisy, or unstructured text using LLMs and provides output in multiple formats (JSON, YAML, TOML) with type safety.Last updated1GPL 3.0
- Flicense-qualityDmaintenanceEnables parsing of raw resume text into structured JSON format with organized sections for skills, experience, education, and projects. Uses Google's Gemini AI model to extract and categorize resume information from unstructured text input.Last updated
- Alicense-qualityCmaintenanceTurn any receipt into structured, accounting-ready JSON or clean Markdown with one API call. AI-powered vision extracts merchant, date, line items, tax, totals, and suggests GL accounts for instant bookkeeping. 50 free credits on signup.Last updatedMIT
- Alicense-qualityDmaintenanceEnables AI agents to extract structured JSON from invoices and receipts in PDF and image formats using Claude Vision. Supports full document parsing, line item extraction, validation, and batch CSV export with API key or cryptocurrency payment options.Last updatedMIT
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.
Clean product data from any URL. Schema.org + AI extraction. 200 free calls/month.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/avatrix1/structureai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server