Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEEPSEEK_API_KEYYesDeepSeek API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
parse_invoiceA
Extract structured data from an invoice PDF.

Returns JSON with seller, buyer, line items, totals, and payment info.
Supports European (Fattura Elettronica) and international invoice formats.

Args:
    file_url: Public URL of the PDF file (max 20MB).
    language: Document language(s) for OCR. Default: ita+eng.
    extract_line_items: Whether to extract individual line items. Default: true.
    validate_totals: Validate that line item sums match declared totals. Default: false.

Cost: $0.02 per document, paid via x402 USDC on Base.
parse_bank_statementA
Extract structured data from a bank statement PDF.

Returns JSON with all transactions, balances, account holder info, and fees.

Args:
    file_url: Public URL of the PDF file (max 20MB).
    language: Document language(s) for OCR. Default: ita+eng.
    categorize_transactions: Auto-categorize transactions. Default: false.

Cost: $0.03 per document, paid via x402 USDC on Base.
parse_contractA
Extract structured data from a contract PDF.

Returns JSON with parties, key dates, financial terms, and essential clauses.

Args:
    file_url: Public URL of the PDF file (max 20MB).
    language: Document language(s) for OCR. Default: ita+eng.
    extract_clauses: Extract key clauses (termination, confidentiality, etc.). Default: true.
    extract_financial_terms: Extract fees, payment terms, penalties. Default: true.

Cost: $0.05 per document, paid via x402 USDC on Base.
parse_generic_documentA
Extract text and tables from any PDF document.

Less structured than specialized parsers, but more flexible.
Returns full text content and detected tables.

Args:
    file_url: Public URL of the PDF file (max 20MB).
    language: Document language(s) for OCR. Default: ita+eng.
    extract_tables: Detect and extract tables. Default: true.

Cost: $0.01 per document, paid via x402 USDC on Base.
supported_document_typesA

List all supported document types with their descriptions and prices. This tool is always free to call.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/fashionmascherine-svg/document-to-json-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server