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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_TEXTRACT_API_KEYReplace your_amazon_textract_api_key with your actual amazon textract api key
Endpoints
POST
/#X-Amz-Target=Textract.AnalyzeDocumentAnalyzeDocument
POST
/#X-Amz-Target=Textract.AnalyzeExpenseAnalyzeExpense
POST
/#X-Amz-Target=Textract.AnalyzeIDAnalyzeID
POST
/#X-Amz-Target=Textract.DetectDocumentTextDetectDocumentText
POST
/#X-Amz-Target=Textract.GetDocumentAnalysisGetDocumentAnalysis
POST
/#X-Amz-Target=Textract.GetDocumentTextDetectionGetDocumentTextDetection
POST
/#X-Amz-Target=Textract.GetExpenseAnalysisGetExpenseAnalysis
POST
/#X-Amz-Target=Textract.GetLendingAnalysisGetLendingAnalysis
POST
/#X-Amz-Target=Textract.GetLendingAnalysisSummaryGetLendingAnalysisSummary
POST
/#X-Amz-Target=Textract.StartDocumentAnalysisStartDocumentAnalysis