Skip to content
MCP-Bridge
ProductivityAuto-generated

Amazon Textract MCP Server

Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. This is the API reference documentation for Amazon Textract.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-textract

Environment Variables

AMAZON_TEXTRACT_API_KEY

Example: your_amazon_textract_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-textract": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-textract"],
      "env": {
      "AMAZON_TEXTRACT_API_KEY": "your_amazon_textract_api_key"
}
    }
  }
}

Endpoints

POST/#X-Amz-Target=Textract.AnalyzeDocument

AnalyzeDocument

POST/#X-Amz-Target=Textract.AnalyzeExpense

AnalyzeExpense

POST/#X-Amz-Target=Textract.AnalyzeID

AnalyzeID

POST/#X-Amz-Target=Textract.DetectDocumentText

DetectDocumentText

POST/#X-Amz-Target=Textract.GetDocumentAnalysis

GetDocumentAnalysis

POST/#X-Amz-Target=Textract.GetDocumentTextDetection

GetDocumentTextDetection

POST/#X-Amz-Target=Textract.GetExpenseAnalysis

GetExpenseAnalysis

POST/#X-Amz-Target=Textract.GetLendingAnalysis

GetLendingAnalysis

POST/#X-Amz-Target=Textract.GetLendingAnalysisSummary

GetLendingAnalysisSummary

POST/#X-Amz-Target=Textract.StartDocumentAnalysis

StartDocumentAnalysis