AI Currency & Number Extractor (AI货币数字提取器)
Use AI to intelligently extract numbers, currencies, and financial amounts from text with their original formatting preserved
API Documentation
Request Endpoint
POST /en/api/tools/ai-currency-extractor
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | - |
| extractNumbers | checkbox | No | Extract numbers without currency symbols (e.g., 100, 1.5K, 15%) |
| extractCurrencies | checkbox | No | Extract amounts with currency symbols ($, €, £, ¥, etc.) |
| preserveFormatting | checkbox | No | Keep thousand separators, decimal formats, and currency symbols |
| includeContext | checkbox | No | Include surrounding text to understand what the amount represents |
Response Format
{
"key": {...},
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
JSON Data:
JSON Data
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-ai-currency-extractor": {
"name": "ai-currency-extractor",
"description": "Use AI to intelligently extract numbers, currencies, and financial amounts from text with their original formatting preserved",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=ai-currency-extractor",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]