Skip to main content
Glama
avatrix1

StructureAI MCP Server

by avatrix1

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 info

  • invoice — line items, amounts, due dates, parties

  • email — sender, recipients, subject, body, dates

  • resume — name, experience, education, skills

  • contact — name, email, phone, address, social

  • custom — define your own fields

Related MCP server: Resume Parser MCP

Install

npm install -g @avatrix/structureai-mcp

Claude 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.js

Usage

The server exposes one tool: extract_structured_data

Parameters:

  • text (required) — The unstructured text to extract from

  • schema (required) — One of: receipt, invoice, email, resume, contact, custom

  • custom_fields (optional) — Array of field names when using "custom" schema

  • api_key (optional) — Your API key for higher limits

Pricing

License

MIT

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables 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
  • A
    license
    -
    quality
    D
    maintenance
    Enables 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 updated
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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