Skip to content
MCP-Bridge
Productivity

Amazon Textract MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-textract.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-textract.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-textract.json

Environment Variables

AMAZON_TEXTRACT_API_KEY

Replace your_amazon_textract_api_key with your actual 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